Activation Function

Creator
Creator
Seonglae Cho
Created
Created
2023 Apr 27 1:12
Editor
Edited
Edited
2025 Jan 26 12:40
Refs
Refs

Unlike sign function for
Back Propagation
, use non zero derivative

The rows of the weight matrix before the activation function can be thought of as directions in the embedding space, and that means activation of each neuron tells you how much a given vector aligns with some specific direction. The columns of the weight matrix after the activation function tell you what will be added to the result if that neuron is active.
Mimics Neuron’s activation for non-linearity
Activation values are also known as
Feature Map
s in a neural network
  • sigmoid function - probability
  • sign function - predict class
Activation Functions
 
 
Activation Function Notion
 
 
 
 
 

 

Recommendations