Difference between revisions of "Softmax"

From
Jump to: navigation, search
Line 8: Line 8:
 
[http://www.google.com/search?q=Softmax+Dimensional+Reduction+Algorithm+deep+machine+learning+ML+artificial+intelligence ...Google search]
 
[http://www.google.com/search?q=Softmax+Dimensional+Reduction+Algorithm+deep+machine+learning+ML+artificial+intelligence ...Google search]
  
* [[Dimensional Reduction Algorithms]]
+
* [[Dimensional Reduction]]
 
* [[Pooling / Sub-sampling: Max, Mean]]
 
* [[Pooling / Sub-sampling: Max, Mean]]
 
* [[(Deep) Convolutional Neural Network (DCNN/CNN)]]
 
* [[(Deep) Convolutional Neural Network (DCNN/CNN)]]

Revision as of 21:58, 27 June 2019

Youtube search... ...Google 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.