Difference between revisions of "Softmax"

From
Jump to: navigation, search
m (BPeat moved page SoftMax to Softmax without leaving a redirect)
Line 3: Line 3:
 
* [[Dimensional Reduction Algorithms]]
 
* [[Dimensional Reduction Algorithms]]
  
The softmax function is used in various multiclass classification methods, such as multinomial logistic regression (also known as softmax regression) [1], multiclass linear discriminant analysis, naive Bayes classifiers, and artificial neural networks.
+
The softmax function is used in various multiclass classification methods, such as multinomial logistic regression (also known as softmax regression), multiclass linear discriminant analysis, naive Bayes classifiers, and artificial neural networks.
  
<youtube>jPmV3j1dAv4</youtube>
+
<youtube>LLux1SW--oM</youtube>
 +
<youtube>ueO_Ph0Pyqk</youtube>

Revision as of 22:03, 15 July 2018

Youtube search...

The softmax function is used in various multiclass classification methods, such as multinomial logistic regression (also known as softmax regression), multiclass linear discriminant analysis, naive Bayes classifiers, and artificial neural networks.