This repo consists of
- Various algorithms of Machine Learning applied on Amazon Fine Food Reviews. Our task is to classify the reviews positive or negative. This is text data and we use different pre-processing techniques such as BOW, TF-IDF and Avg Word2Vec, Tfidf-Word2Vec.
Amazon Fine Food Reviews Analysis Data Source: https://www.kaggle.com/snap/amazon-fine-food-reviews
- StackOverflow Tag predictions using OneVsRest classifier with Logistic Regression and Linear SVM.