Skip to content
#

linearsvc

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

Developed a project which detects the news either as fake or real. GPT2 transformer model is used to predict the sentiment and genre of news. Classifier Machine Learning models and Hugging Face Transformer-Based language models are used to classify the news

  • Updated May 5, 2023
  • Jupyter Notebook

Fake news related to the coronavirus pandemic has now become a huge problem since false information can lead to worry and concerns regarding the disease. It is not possible to perfectly detect fake news unless the news has been labelled fake or real. Therefore, I have taken this issue as my problem and have developed a project that can detect fa…

  • Updated Jul 8, 2020
  • Jupyter Notebook

The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 150.

  • Updated Jul 2, 2024
  • Jupyter Notebook

This repository houses a Streamlit web application for fake news detection. The app allows users to input a news article and predicts whether it is likely fake or real based on its content. It provides options to select different vectorizers (TF-IDF or Bag of Words) and classifiers (Linear SVM or Naive Bayes) to customize the prediction model.

  • Updated May 10, 2024
  • Jupyter Notebook

Improve this page

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

Learn more