- Anaconda (2.7 or 3.4)
- scikit-learn
- NLP tool kit
Note: Having a GPU takes less time during the training.
Amazon reviews dataset can be found here : Link
To predict the rating of a review given to a particular amazon baby products.
The following algorithms have been used and analyzed for this dataset:
- Decision Tree
- KNN
- Artificial Neural Networks
- Adaboosting.
- SVM
- Naive Bayes.
The analysis is present in Analysis.pdf and this gives a differentiation of how well each of the machine learning algorithms perform over the other in this particular dataset.