daweibalong 发表于 2013-2-5 01:22:28

Machine Learning系列实验--SoftMax Regression

SoftMax回归可以用来进行两种以上的分类,很是神奇!实现过程实在有点坎坷,主要是开始写代码的时候理解并不透彻,而且思路不清晰,引以为戒吧!
<div style="color: #494949; font-family: simsun; font-size: 14px; line-height: 21px; text-align: left;">SoftMax Regression属于指数家族,证明见( http://cs229.stanford.edu/notes/cs229-notes1.pdf 及http://ufldl.stanford.edu/wiki/index.php/Softmax_Regression),最后得出的结论是:
页: [1]
查看完整版本: Machine Learning系列实验--SoftMax Regression