Open slides for teaching machine learning. The slides run on reveal.js and are published under Creative Commons.
Machine Learning Open Course by pieroit is licensed under a Creative Commons Attribution 4.0 International License.
Enjoy the slides directly online.
- Node: Enter in
nodejs-example
and runnpm install
. Then launch withnode example.js
ornode naturalDemo.js
. - WordPress: Download this repo. Rename the
src
folder todropout
and upload it inwp-content/plugins
as you would do with any plugin. - Spark: This is complicated. You should first download the MovieLens dataset and put the files in the
spark-example/data
, then submit thespark-example/recommend.py
script to your cluster, and ask recommendations from thespark-example/demo.py
script. contact me if you need help :)