Skip to content
#

linearsvc

Here are 47 public repositories matching this topic...

Sentiment Analysis of Movie Reviews is either positive or negative review, the dataset which is used is "IMDB Dataset of 50K Movie Reviews" and the machine learning algorithm which I used in this is Logistic Regression , Random Forest and LinearSVC.

  • Updated Feb 21, 2020
  • Jupyter Notebook

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

Implementation of various Machine Learning and Deep Learning models for Sentiment Analysis on the 'Sentiment Labelled Sentences Data Set' by University of California, Irvine.

  • Updated Sep 21, 2020
  • 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

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