probml / pmtk3

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

Add plots for Chapter 1 + Cleanup #114

Closed srvasude closed 8 years ago

srvasude commented 8 years ago

I'm going through and add adding plots for each chapter (now that these older chapters are stable). Namely added part of the plots for chapter 1 (next pull request should have the latter half of the missing plots).

I also went ahead and went up and cleaned up some of the commenting, and references (biggest offender is that there is a utils.py and a utils/util.py that have pretty much the same code. I am preferring utils/util.py in all my references, so that we can remove utils.py in the future).