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
- Host: GitHub
- URL: https://github.com/devamoghs/machine-learning-for-hackers
- Owner: devAmoghS
- License: gpl-3.0
- Created: 2018-10-19T05:23:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T14:46:31.000Z (over 7 years ago)
- Last Synced: 2025-02-25T22:46:20.218Z (about 1 year ago)
- Topics: exercise-solutions, hackers, machine-learning, r-language, r-programming
- Language: R
- Size: 583 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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` !