Activation function: Difference between revisions

m
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{see also|machine learning terms}}
{{see also|machine learning terms}}
==Introduction==
==Introduction==
An [[activation function]] in [[machine learning]] is a mathematical function applied to the [[output]] of a [[neuron]] in a [[neural network]]. This determines what happens next based on [[input]] to the neuron and is an essential element of its [[architecture]]. The activation function enables neural networks to learn [[nonlinear]] (complex) relationships between [[features]] and the [[label]].
An [[activation function]] in [[machine learning]] is a mathematical function applied to the [[output]] of a [[neuron]] in a [[neural network]]. This determines what happens next based on [[input]] to the neuron and is an essential element of its [[architecture]]. The activation function enables neural networks to learn [[nonlinear]] (complex) relationships between [[feature]]s and the [[label]].


==What is an Activation Function?==
==What is an Activation Function?==
Line 28: Line 28:


===Softmax===
===Softmax===
The [[softmax]] function is a popular activation function used in the [[output layer]] of neural networks for [[multi-class classification]] problems. This activation function maps input into an interval probability distribution over output [[classes]].
The [[softmax]] function is a popular activation function used in the [[output layer]] of neural networks for [[multi-class classification]] problems. This activation function maps input into an interval probability distribution over output [[class]]es.


==Explore Like I'm 5 (ELI5)==
==Explain Like I'm 5 (ELI5)==
Activation functions are like special glasses that help computers see better. They alter pictures, sounds, or other items by altering their hue or brightness; this makes it easier for the computer to differentiate what the picture or sound is and how best to process it. Different glasses are used for various tasks like seeing colors or finding loudest noise.
Activation functions are like special glasses that help computers see better. They alter pictures, sounds, or other items by altering their hue or brightness; this makes it easier for the computer to differentiate what the picture or sound is and how best to process it. Different glasses are used for various tasks like seeing colors or finding loudest noise.


[[Category:Terms]] [[Category:Machine learning terms]]
[[Category:Terms]] [[Category:Machine learning terms]] [[Category:not updated]]