ML-learning-path

Self learning guide for machine learning

View the Project on GitHub elephantscale/ML-learning-path

Index


Resources for Learning Python

Part 1 : Core Python

1.1 : Learn

There are tons of resources for learning Python. Here are a few

1.2 - Practice, Practice and Practice

The best way to get comfortable in a language is to practice.
Try the following exercises.
Remember, you can do them in any order..there is no sequence to follow

1.3 - Check List

Be comfortable in

Optional, nice to know

Part 2 - Data Manipulation in Python

Here we will focus on Numpy and Pandas packages

2.1 - Numpy Resources

2.2 - Pandas Resources


Index