Skip to main content

Command Palette

Search for a command to run...

#73 Machine Learning & Data Science Challenge 73

Updated
1 min read
#73 Machine Learning & Data Science Challenge 73
B

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.

  1. Identity

  2. Binary Step

  3. Sigmoid

  4. Tanh

  5. ReLU

  6. Leaky ReLU

  7. Softmax

  • The activation functions do the non-linear transformation to the input, making it capable of learning and performing more complex tasks.

More from this blog