
https://github.com/amueller/introduction_to_ml_with_python
https://github.com/amueller/ml-training-intro
https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks (more about terms)
https://github.com/rasbt/python-machine-learning-book
https://github.com/dipanjanS/practical-machine-learning-with-python
Pandas Repo:
https://github.com/PacktPublishing/Learning-Pandas-Second-Edition
https://github.com/jakevdp/PythonDataScienceHandbook
https://jakevdp.github.io/PythonDataScienceHandbook/
https://github.com/saurabhpati/data-analysis-pandas
https://github.com/cuttlefishh/python-for-data-analysis
Intro to Scikit Learn Library in Python
Supervised and Unsupervised Learning
Regression vs Classification
Bias Variance
Precision Recall
Confusion Matrix
Best Reference Google Free Machine Learning Course
Train Test
Cross Validation
Clustering and Classification
Decision Trees
Visualization of Iris Decision Trees
Machine Learning 101 Class Bootcamp Course NYC
Python Scikit-learn Library
Supervised vs Unsupervised Learning
Regression vs Classification models
Categorical vs Continuous feature spaces
Modeling Fundamentals: Test-train split, Cross validation(CV), Bias–variance tradeoff, Precision and Recall, Ensemble models
Interpreting Results of Regression and Classification Models (Hands On)
Parameters and Hyper Parameters
SVM, K-Nearest Neighbor, Neural Networks
Dimension Reduction
Hands on:
Understanding and Interpreting results of Regression and Logistic Regression using Google Spreadsheets and Python
Calculating R-Square, MSE, Logit manually in excel for enhanced understanding (Multiple Regression)
Understanding features of Popular Datasets: Titanic, Iris (Scikit) and Housing Prices
Running Logistic Regression on Titanic Data Set
Running Regression, Logistic Regression, SVM and Random Forest on Iris Dataset