Some notes and code accompanying the Machine Learning course at BGU IE (2015B).
- Introductory code to R can be found in Intro2R.Rmd.
- Class notes can be found in notes/notes.pdf
- Supervised learning with R can be found in supervised.Rmd.
- Unsupervised learning with R can be found in unsupervised.Rmd.
- Memory efficient examples of learning with R can be found in [massive_data.Rmd] (https://github.com/johnros/Intro2R/blob/master/massive_data.Rmd)