Difference between revisions of "Softmax"
| Line 1: | Line 1: | ||
[http://www.youtube.com/results?search_query=Softmax+Dimensional+Reduction+Algorithm Youtube search...] | [http://www.youtube.com/results?search_query=Softmax+Dimensional+Reduction+Algorithm Youtube search...] | ||
| − | * [[ | + | * [[Max Pooling]] |
* [[Dimensional Reduction Algorithms]] | * [[Dimensional Reduction Algorithms]] | ||
* [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 09:37, 28 July 2018
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.