An open API service indexing awesome lists of open source software.

https://github.com/devamoghs/machine-learning-for-hackers

Exercises and solutions for Machine Learning for Hackers by Drew Conway & John Myles White
https://github.com/devamoghs/machine-learning-for-hackers

exercise-solutions hackers machine-learning r-language r-programming

Last synced: about 1 month ago
JSON representation

Exercises and solutions for Machine Learning for Hackers by Drew Conway & John Myles White

Awesome Lists containing this project

README

          

# machine-learning-for-hackers
Exercises and solutions for Machine Learning for Hackers by Drew Conway & John Myles White

# To get started: setting up the env.
1. Install R in your system
2. Run the `package_installer.R` script to install required packages
3. You are ready to `Hack the World` !