Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Code accompanying the book "Machine Learning for Hackers"
| Date | Stars |
|---|---|
| 2026-07-31 | 3737 |
| 2026-08-02 | 3737 |
| 2026-08-06 | 3735 |
Today
-2 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Code for Machine Learning for Hackers #
This repository contains all of the code examples for [Machine Learning for Hackers](http://shop.oreilly.com/product/0636920018483.do) (2012). The code may not appear exactly as it does in the text, as additional comments and modifications may have been added since publication.
## Getting started ##
The code in this book relies on several R libraries. Two libraries, `RCurl` and `XML` require additional software to be installed:
- [http://curl.haxx.se/](curl) (for `RCurl`)
- [http://xmlsoft.org/](libxml2-dev) (for `XML`)
To make sure you have all of the requite libraries run the `package_installer.R` script. In your R console type the following:
> source("package_installer.R")
When running the installer inside R you will be asked where to save the library files. If you'd like to install the libraries globally, you can run script at the command-line with admin privileges:
$ sudo RScript package_installer.R
## Authors ##
- Drew Conway, Department of Politics, New York University [http://drewconway.com/](http://drewconway.com/)
- John Myles White, Data Science, Facebook [http://www.johnmyleswhite.com/](http://www.johnmyleswhite.com/)
## License ##
All source code is copyright (c) 2012, under the Simplified BSD License.
For more information on FreeBSD see: [http://www.opensource.org/licenses/bsd-license.php](http://www.opensource.org/licenses/bsd-license.php)
All images and materials produced by this code are licensed under the Creative Commons
Attribution-Share Alike 3.0 United States License: [http://creativecommons.org/licenses/by-sa/3.0/us/](http://creativecommons.org/licenses/by-sa/3.0/us/)
Excerpt of 1,688 characters
Read on GitHub56
Drew Conway · Founder and CEO @alluvium-io · United States
23
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:69470ac240a9cd73, llm:Repository contains code accompanying the book 'Machine Learning for Hackers' (machine learning educational examples in R).
matched fp:69470ac240a9cd73, llm:Repository contains code accompanying the book 'Machine Learning for Hackers' (machine learning educational examples in R).