Difference between revisions of "Softmax"
| Line 11: | Line 11: | ||
<youtube>ueO_Ph0Pyqk</youtube> | <youtube>ueO_Ph0Pyqk</youtube> | ||
<youtube>mlaLLQofmR8</youtube> | <youtube>mlaLLQofmR8</youtube> | ||
| − | |||
<youtube>fEafZ-C8YnU</youtube> | <youtube>fEafZ-C8YnU</youtube> | ||
<youtube>e3bQ4zg3Px0</youtube> | <youtube>e3bQ4zg3Px0</youtube> | ||
| + | <youtube>QFkoVLvG_5s</youtube> | ||
Revision as of 12:50, 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.