Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 825 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 825 Bytes

Machine Learning - Python 3

Python 3 Machine Learning Libraries for Stanford MOOC on Machine Learning https://classroom.udacity.com/courses/ud120/lessons/2410328539/concepts/24185385370923

Original sources: https://github.com/udacity/ud120-projects.git

Apparently there are some issues with the original code, especially if one desires to use Python3 Not using Python 3 without setting up virtual environments causes other issues (e.g. Python 2 being unable to find some modules that were not installed 'cause pip thought there were already available)

I will also add implementations as I go for reference material, please try yourself first as that is they way we will learn best. Note: These example implementations will have jk just before the .py extension in their filenames.

Johan Korten / [email protected]