Skip to content
#

bag-of-words

Here are 592 public repositories matching this topic...

The projects here demonstrate how a textual corpus is prepared for analysis, preprocessing steps for computational text mining and extraction of business insights. Concepts such as feature representation using bag of words and TF-IDF are demonstrated, clustering and supervised machine learning algorithms like regression and others are used on a DTM

  • Updated May 9, 2024

The author implemented support vector machine for sentiments analysis and applied two feature extractions, Bag-of-Words (CountVectorizer) and TF-IDF (TfidfVectorizer), after which the results for both methods were analysed. The accuracy obtained for both methods were (BoW = 87%) and (TF-IDF = 86%).

  • Updated Apr 26, 2024
  • Jupyter Notebook

Movie Recommender System leverages a content-based approach, suggesting films to users based on the attributes of movies they have previously enjoyed. By analyzing movie metadata such as genre, cast, director, keywords, etc., this project offers personalized recommendations aligned with users' cinematic tastes.

  • Updated Apr 24, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the bag-of-words topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bag-of-words topic, visit your repo's landing page and select "manage topics."

Learn more