Skip to content
#

text-vectorization

Here are 38 public repositories matching this topic...

This project is an unsupervised NLP-based recipe recommender system designed to provide personalized recipe suggestions. The system employs content-based filtering techniques, utilizing cosine similarity to measure the resemblance between user inputs and a database of recipes.

  • Updated Sep 7, 2023
  • Jupyter Notebook

Experiments in the field of Sentiment Analysis using ML Algorithms namely Logistic Regression, Naive Bayes along with tfidf, one hot encoding, bag of words vectorization. Different MLP and RNN models viz. LSTM, GRU, Bidirectional LSTM. Lastly, state of the art BERT model

  • Updated Jul 2, 2023
  • Jupyter Notebook

The repository contains notebooks created for collecting and preprocessing the corpus of diary entries and for experiments on creating models for predicting gender, age groups of authors and the time period of text creation.

  • Updated Jun 12, 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

This project is a Recommendation based project. Similar movies will be recommended based upon the content of the movie. I have used ML algorithm & BOW technique of NLP for our model. An interactive web page is also designed using streamlit library for next level user experience.

  • Updated Jan 24, 2023
  • Jupyter Notebook

Successfully established a machine learning model that can accurately classify an e-commerce product into one of four categories, namely "Books", "Clothing & Accessories", "Household" and "Electronics", based on the product's description.

  • Updated Sep 22, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the text-vectorization 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 text-vectorization topic, visit your repo's landing page and select "manage topics."

Learn more