Julia implementation of the Kevin Murphy's textbook Machine learning: a probabilistic perspective. Based on PMTK3 pmtk3/demos
.
It is required to get the following packages (untill they would not be published):
See Pkg.clone() in Julialang documentation for instructions on package cloning.
One could use draw(SVG("$fileName.svg", 20cm, 15cm), pp)
to save plots generated by pp = draw*
functions.
Otherwise plots could be opened automatically in the web browser by Julia.
Or display(pp)
to just show it.