#73 Machine Learning & Data Science Challenge 73

Greetings.
I am a machine learning engineer based in India, possessing a sustained interest in machine learning since my undergraduate studies. I have completed Stanford University's machine learning course (Andrew Ng) via Coursera, and IBM's machine learning and deep learning curriculum. My current focus is on machine learning and data science projects, aiming to leverage my expertise for impactful, real-world problem-solving.
Why do we need Non-linear activation functions?
A neural network without activation functions is essentially a linear regression model. The activation functions do the non-linear transformation to the input, making it capable of learning and performing more complex tasks.
Identity
Binary Step
Sigmoid
Tanh
ReLU
Leaky ReLU
Softmax
- The activation functions do the non-linear transformation to the input, making it capable of learning and performing more complex tasks.




