The book for the course: "Machine Learning in Action, ISBN 9781617290183"
The book contains a few errors in the code examples, there are updated versions of the examples on the books GitHub page.: https://github.com/pbharrin/machinelearninginaction
A good place to find datasets to play with is: https://www.kaggle.com/
Reading: Chapter 1 + 2
Subjects:
* PyCharm
* Python (Syntax, operators, OOP (Linked List), NumPy)
* Supervised (kNN)
Preparation:
* Read chapters, install pycharm, install python 2.7
Reading: Chapter 3 + 4
Subjects:
* Supervised (DT, Naive Bayes)
* Cleaning Datasets
Preparation:
* Read chapters
Reading: Chapter 8 + 10
Subjects:
* Forecasting (Linear Regression)
* Unsupervised (K-means)
Preparation:
* Read chapters
Subjects:
* Working with Sci-kit and SciPy
* Putting the algorithms to use
Preparation:
* Follow this course on DataCamp https://www.datacamp.com/courses/cleaning-data-in-python
* Watch: Lynda.com: Data Science Foundations: Python Scientific Stack (primarily ch. 8 and 9, but skim the whole thing)
Reading: ???
Subjects:
* Neural Networks
Preparation:
* ???