Towards Data Science reposted this
You might have come across the sigmoid function while learning machine learning as it is used in logistic regression and also in neural networks as an activation function. Recently, I explained backpropagation in a three-part series. After that, I wanted to learn more about vanishing and exploding gradients. While learning about them, I came across the sigmoid function and thought, why not first understand this function from the basics? I wanted to understand how we get the equation and the intuition behind its mathematical structure before applying it. The equation may look simple, but when I started exploring it from the basics, beginning with the number 'e', I learned few things. That led me to write this article, where I explore the mathematical structure and intuition behind the sigmoid function in detail. Have you ever felt the same while using the sigmoid function? Then, this article might be useful for you. Thanks to Towards Data Science for publishing this. https://lnkd.in/gEFpzruP I would love to hear your thoughts!