Python implementation of Andrew Ng's ML course projects
- Ex1 (Linear Regression) = Complete!
- Ex2 (Logistic Regression & Regulation) = Complete!
- Ex3 (MultiClass LR and Neural Network Prediction) = Complete!
- Ex4 (Multilayer Neural Network) = Complete!
- Ex5 (Variance vs Bias using Linear Regression) = Complete!
- Ex6 (Support Vector Machines and Email Spam Classification) = Complete!
- Ex7 (Kmeans & PCA for data compression and Visualization) = Complete!
- Ex8 (Anomaly Detection & Recommender Systems) = Complete!