This includes my Python solutions for projects of MITx 6.86x Machine Learning course(2020 Run) offered on edX.
Automatic Reveiw Analyzer is based on NLP where sentiment analysis is performed based on the linear models using 'bag of words' as a feature.
Digit Recognition are based on Computer Vision where digit recognition is performed on mnist dataset based on various linear models like SVM and various deep-learning based models like ANN and CNN.
Text-Based Game is based on Reinforcement Learning where various algorithms such as tabular Q-learning, Deep Q network are implemented to learn control based policies for a text based game.
Note: This repo also includes code written by the course staff.