Skip to content
#

tf-idf-vectorizer

Here are 112 public repositories matching this topic...

Using text analytics to understand cultural patterns in philosophical texts. Exploring gender, author, region, and time-period differences, and extracting key philosophical concepts.

  • Updated May 28, 2024
  • Jupyter Notebook

Predict emotions (happiness, anger, sadness) from WhatsApp chat data using machine learning and deep learning models. Includes text normalization, vectorization (TF-IDF, BoW, Word2Vec, GloVe), and model evaluation.

  • Updated May 28, 2024
  • Jupyter Notebook

Information Retrieval is the process of accessing relevant information from data sources using techniques like indexing and ranking. It is crucial for search engines, databases, and digital libraries for efficient information access.

  • Updated May 14, 2024
  • Python

Implement of Term Frequency-Inverse Document Frequency (TF-IDF) algorithm from scratch in two different ways, accompanied by text generation methods. TF-IDF is a widely used technique in natural language processing and information retrieval to represent the importance of a term within a document relative to a collection of documents.

  • Updated Apr 5, 2024
  • Jupyter Notebook

A simple Django-based resume ranker website where recruiters post their jobs and candidates applies for their desired vacancies. The system gets the document similarity between the job description and the candidate resumes, generates similarity scores using the KNN model, and rank or shortlist the candidate resumes.

  • Updated Jan 26, 2024
  • HTML

A spam classifier is a software or machine learning model that categorizes incoming messages or content as either "spam" (unwanted or irrelevant) or "ham" (legitimate or relevant), using automated techniques.

  • Updated Nov 30, 2023
  • Jupyter Notebook

Improve this page

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

Learn more