Skip to content
#

text-vectorization

Here are 55 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

The project has text vectorization, handling big data with merging and cleaning the text and getting the required columns while boosting the performance by feature extraction and parameter tuning for NN, compares the Performances through applied different models treating the problem as classification and regression both.

  • Updated Aug 9, 2019
  • Jupyter Notebook

🚀 Course Recommendation System is a machine learning-powered web application designed to recommend similar courses from Coursera's vast dataset of over 3,000 courses. Built using Python, Scikit-learn, and Streamlit, the app preprocesses course data, applies text vectorization, and leverages cosine similarity to offer personalized recommendations.

  • Updated Oct 10, 2024
  • 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

In this project, task involves analyzing the content of the articles to extract key concepts and themes that are discussed across the articles to identify major themes/topics across a collection of BBC news articles.

  • Updated Mar 31, 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

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