Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 460 B

You have to be logged in to leave a comment. Sign In

sentiment-analysis-on-movie-reviews

A Jupyter Notebook for the Kaggle competition: Classify the sentiment of sentences from the Rotten Tomatoes dataset

All the details of the data and the task: https://www.kaggle.com/c/sentiment-analysis-on-movie-reviews

Main tools I used:

  • Trees ensemble models: Random Forest, Ada Boost.
  • Text vectorization: BOW, TF-IDF, Word2vec, BERT.
  • Neural Networks: a sequential model with one fully connected hidden layer.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...