Skip to content
#

passive-aggressive-classifier

Here are 56 public repositories matching this topic...

Detect Real or Fake News. To build a model to accurately classify a piece of news as REAL or FAKE. Using sklearn, build a TfidfVectorizer on the provided dataset. Then, initialize a PassiveAggressive Classifier and fit the model. In the end, the accuracy score and the confusion matrix tell us how well our model fares.

  • Updated May 2, 2020
  • Jupyter Notebook

"DressMeUp" project utilizes fashion images and color combinations to achieve image classification for clothing combinations. Algorithms include SGD (SVM), Passive Aggressive Classifier, ResNet50 CNN, and EfficientNetV2-S CNN with K-Means for color analysis. Achieved accuracy exceeds 90%. Built with Python, Scikit-Learn, TensorFlow, and Streamlit.

  • Updated Mar 18, 2024
  • Jupyter Notebook

What is Fake News? A type of yellow journalism, fake news encapsulates pieces of news that may be hoaxes and is generally spread through social media and other online media. This is often done to further or impose certain ideas and is often achieved with political agendas. Such news items may contain false and/or exaggerated claims, and may end …

  • Updated Nov 14, 2021
  • Jupyter Notebook

Fake News Detection using Machine Learning is a comprehensive project that utilizes machine learning and natural language processing techniques to identify and classify fake news articles. The project includes data analysis, model training, and a real-time web application for detecting fake news.

  • Updated Oct 16, 2023
  • Jupyter Notebook

Improve this page

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

Learn more