probml / pmtk3

Probabilistic Modeling Toolkit for Matlab/Octave.
MIT License
1.55k stars 797 forks source link

Another cleanup + Few more Graphs #115

Closed srvasude closed 8 years ago

srvasude commented 8 years ago

Changed pylab -> pyplot, since referring to pyplot is preferred.

Also added softmaxDemo2.py for the softmax function, and logregBinaryDemo.py for Binary logistic regression.