amaas / stanford_dl_ex

Programming exercises for the Stanford Unsupervised Feature Learning and Deep Learning Tutorial
http://ufldl.stanford.edu/tutorial
MIT License
2.58k stars 1.6k forks source link

Tutorial page "Softmax Regression" #10

Open ypeels opened 9 years ago

ypeels commented 9 years ago

Last sentence of section "Properties of softmax regression parameterization"

"Indeed, rather than optimizing over the K⋅n parameters...optimize only with respect to the K⋅n remaining parameters."

The second "K⋅n" should be "(K-1)⋅n"