Tag: relu
-
Neural Networks: Activation Function
Let’s understand activation functions with an exciting example. Consider the following dataset. We need to build a classification model for the following problem. The above problem is a “non-linear” problem and we cannot predict a label using a model of the form One possible solution to this problem is Feature Crosses. But what if we…