Source code from Code For Tomorrow's Machine Learning course
Source code is organized under 2 difficulty levels:
1_beginner2_intermediate
Under each of the 2 difficulty levels, source code is further divided by chapter.
chapter1Introductory Requirementschapter2Overviewchapter3Numpy, Scipy, and Matplotlibchapter4Training and Testingchapter5Simple Linear Regressionchapter6Intro to Evaluation Metricschapter7Multiple Linear Regressionchapter8Polynomial Regression
chapter1Introduction to Classificationchapter2Logistic Regressionchapter3K-Nearest Neighborschapter4Evaluation Matrics in Classificationchapter5Decision Treeschapter6Support Vector Machines