Softmax函数 Logistic函数
2017-02-04 本文已影响23人
华山论剑
Softmax函数:https://en.wikipedia.org/wiki/Softmax_function
Softmax回归:http://deeplearning.stanford.edu/wiki/index.php/Softmax%E5%9B%9E%E5%BD%92
解决多分类问题
Logistic函数:https://en.wikipedia.org/wiki/Logistic_function
Logistic回归:
解决二分类问题