Machine Learning Projects #This project is based on online reviews classification #The reviews are classified as positive or negative , basically analysing the sentiment of the reviews
#Natural language processing combined with predictive modeling is used. #The concepts of NLP used in this project are #Tokenization, Stemming, Space and punctuation removal, StopWords removal (Here stopwords were not removed - because "not" or"negations" hold prime importance in reviews and feedback) Count Vectorization and Term Frequency and Inverse Document Frequency
#Refer the presentation for further details https://github.com/varsha1288/Machine-Learning-Predictive-modeling-of-user-reviews/blob/master/Project%20ML%20-%20Sentiment%20Analysis%20of%20the%20User%20Reviews%20for%20Online%20Shopping%20sites.pdf