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...] | ||
| − | |||
* [[Dimensional Reduction Algorithms]] | * [[Dimensional Reduction Algorithms]] | ||
| + | * [[Pooling / Sub-sampling: Max, Mean]] | ||
* [[(Deep) Convolutional Neural Network (DCNN/CNN)]] | * [[(Deep) Convolutional Neural Network (DCNN/CNN)]] | ||
* [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 12:48, 28 July 2018
- Dimensional Reduction Algorithms
- Pooling / Sub-sampling: Max, Mean
- (Deep) Convolutional Neural Network (DCNN/CNN)
- Multi-Class Neural Networks: 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.