/PMTK3BookDemos.jl

Demos for Kevin Murphy's textbook Machine learning: a probabilistic perspective implemented in Julia

Primary LanguageJuliaOtherNOASSERTION

Build Status

PMTK4BookDemos

Julia implementation of the Kevin Murphy's textbook Machine learning: a probabilistic perspective. Based on PMTK3 pmtk3/demos.

Dependencies

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.

Usage

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.