Today's Progress : Setup of tensorflow python virtual env in my macbook is completed . Installed jupyter notebook.
Today's Progress : Setup of virtualenv and installation of numpy,scipy, scikit-learn and matplotlib
Today's Progress : Data Preprocessing - Mean, Scaling, Normalization, Binarization Data Preprocessing - labelEncoder and oneHotEncoder
Today's Progress : Data Preprocessing - Label Encoding , OneHotEncoding
Today's Progress : Linear regression
Today's Progress : Ridge regression
Today's Progress : Polynomial regression, Thiel-sen regression , Huber regression , RANSAC regression
Today's Progress : Decision tree regressor , Decision tree regressor with Adaboost
Today's Progress : Random forest regressor
Today's Progress : Logistic regression classification
Today's Progress : Naive Bayes Classification
Today's Progress : Confusion Matrix