Skip to content

kentan/Machine-Learning-For-Hackers-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Python Script for Machine Learning for Hackers

Machine Learning For Hackers from O'Reilly Media by Drew Conway and John Myles White is a nice book. The book explains the idea behind the machine learning. But for R language beginners, it's not easy and fun to understand how the codes work.

The project aims to provide codes that follow the same logic as the book in order to help you understand. Since the least function for understanding is implemented, the result of running codes aren't always same. The TermDocumentMatrix in the project is, for example, quite simple and is different from the one in R language. That makes some differences. But it's still good enough to understand what the code in the book does.

Getting Started

Please follow the instruction in each chapter.

About

Python scripts that are equivalent with R scripts in Machine Learning For Hackers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages