教程地址:http://www.deeplearning.net/tutorial/logreg.html#logreg
This sections assumes familiarity with the following Theano concepts: shared variables , basic arithmetic ops , T.grad , floatX. If you intend to run the code on GPU also read GPU.
The code for this section is available for download here.
The Model
ufldl中的softmax教程:http://deeplearning.stanford.edu/wiki/index.php/Softmax%E5%9B%9E%E5%BD%92
ufldl中sofymax练习答案:http://blog.csdn.net/u012816943/article/details/50357801
虽然教程写的是Logistic Regression,但是模型就是softmax,Logistic Regression是softmax类别为2类时的特殊情况,这里数字0-9,10类问题。input vector 向10个超平面投影,