Contains my solutions of the programming lab assignments of the Machine Learning Specialization (Coursera), teached by Andrew Ng.
NOTE: The first four optional labs from week 1, course 1 of this specialization are not showcased.
- Course 1: Supervised Machine Learning: Regression and Classification
- Course 2: Advanced Learning Algorithms
- Course 3: Unsupervised Learning, Recommenders, Reinforcement Learning
- Python 3 (recommended v3.6 or above)
- Jupyter Notebook (Download and install Jupyter)
Explore the course materials and run Python3 in the Jupyter notebook files (.ipynb
). In case you're not familiar with Jupyter notebooks, here's a tutorial that might help.