Tag: ai compendium
-
Cost Function
The most commonly used equation to determine the quality of data, be it predicted, measured or estimated, is the Mean Squared Error. Here is another page from my AI Compendium, briefly outline its use as a cost function. #ainotes #aicompendium #costfunction #mse
-
Activation Functions
The perceptron algorithm together with the Heaviside function can only be used for binary classification. In order to use the algorithm for other types of classifications, there are several other functions which can be used. Non-linear activation functions can be used in order to separate data that is not linearly seperable. Popular activation functions:
-
Heaviside Step Function
Named after the English mathematician and physicist Oliver Heaviside, the Heaviside step function was used in Rosenblatt’s perceptron. It is a piecewise function and is mathematically defined as The Heaviside step function essentially gives the perceptron algorithm its binary decision-making property.