Difference between revisions of "Softmax"

From
Jump to: navigation, search
Line 4: Line 4:
 
* [[Pooling / Sub-sampling: Max, Mean]]
 
* [[Pooling / Sub-sampling: Max, Mean]]
 
* [[(Deep) Convolutional Neural Network (DCNN/CNN)]]
 
* [[(Deep) Convolutional Neural Network (DCNN/CNN)]]
 +
* [[Activation Functions]]
 
* [http://developers.google.com/machine-learning/crash-course/multi-class-neural-networks/softmax Multi-Class Neural Networks: Softmax]
 
* [http://developers.google.com/machine-learning/crash-course/multi-class-neural-networks/softmax Multi-Class Neural Networks: Softmax]
  

Revision as of 06:52, 13 August 2018

Youtube search...

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.