Skip to content
#

linearsvm

Here are 29 public repositories matching this topic...

This project involves the implementation of efficient and effective LinearSVC on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.

  • Updated Dec 24, 2017
  • Jupyter Notebook

This project predicts TripAdvisor hotel review ratings (1–5 stars) using Natural Language Processing and Machine Learning. After preprocessing the review text and applying TF-IDF / CountVectorizer, models such as Logistic Regression, Linear SVM, and Naive Bayes were trained to classify ratings. The dataset contains 20,491 reviews.

  • Updated Dec 2, 2025
  • Jupyter Notebook

Built a fake news classification system using NLP and ML on a Kaggle dataset of 40,000+ articles. Preprocessed text, applied TF-IDF, and trained Naive Bayes, Logistic Regression, and Linear SVM. Achieved 99.3% accuracy with Linear SVM. Includes evaluation and visualizations.

  • Updated Nov 19, 2025
  • Jupyter Notebook

The comparison between different embeddings (TF-IDF, USE, and TF-IDF + USE) and various classifiers provides valuable insights into the performance of different techniques for sentiment classification.

  • Updated Oct 29, 2023
  • Jupyter Notebook

Add this topic to your repo

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

Learn more