Skip to content
#

gensim-word2vec

Here are 132 public repositories matching this topic...

I performed sentiment analysis aimed at determining the sentiment of 50000 imDB movie reviews, whether they are positive, negative, or neutral. I employed various NLP approaches including lexicon based approaches, machine learning models, PLM models, and hybrid models, and assessed the performance on each type of model.

  • Updated Feb 26, 2024
  • Jupyter Notebook

This repository contains code and resources for a SMS (Short Message Service) classification project using Word2Vec embeddings. The goal of the project is to classify SMS messages into spam or non-spam categories. The Word2Vec model is utilized for word embeddings, capturing semantic relationships between words in the SMS corpus.

  • Updated Feb 5, 2024
  • Jupyter Notebook

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

Improve this page

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

Learn more