© 2026 Hashnode
Welcome back, fellow data adventurers! So far in our "From Zero to Neuron" series, you've built neural networks to classify handwritten digits and predict house prices. You've seen the raw power of these models when trained from scratch. But here’s a...

What is Classification? When it comes to Machine Learning, the 2 most commonly used algorithms are Linear and Logistic Regression. In this article I'm going to explain the second most commonly used machine learning algorithm - Logistic Regression. In...

Neural networks, the cornerstone of artificial intelligence, operate as interconnected systems inspired by the human brain. Let's delve into the key components of neural networks, understand their roles, challenges, and explore their wide-ranging app...

Let’s start with the basics—what exactly is the sigmoid function? The sigmoid function is a mathematical function commonly used in machine learning, especially in binary classification problems and neural networks. It’s defined by the formula: When ...
