An open API service indexing awesome lists of open source software.

https://github.com/mrtaz77/fitymi-fake-it-till-you-make-it

Fake news detection using machine learning
https://github.com/mrtaz77/fitymi-fake-it-till-you-make-it

fake-news-detection passiveaggressiveclassifier tfidf-vectorizer

Last synced: 4 months ago
JSON representation

Fake news detection using machine learning

Awesome Lists containing this project

README

          

# fitymi-Fake-It-Till-You-Make-It
Fake news detection using machine learning

## Resources
1. [tf-idf vectorizer | tf-idf explained with practical example](https://www.youtube.com/watch?v=_RhHA_tYYXI)
2. [TfIdf vectorizer Documentation](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html)
3. [PassiveAggressive Classifier Documentation](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html)
4. [#50: Scikit-learn 47:Supervised Learning 25: Passive Aggressive Algorithm](https://www.youtube.com/watch?v=1gAY3uNiiTg)
5. [Online Passive-Aggressive Algorithms](https://www.youtube.com/watch?v=kr-A6fhyH28)

# Dataset
Make a folder 'data' and save this [Welfake csv](https://www.kaggle.com/datasets/saurabhshahane/fake-news-classification) dataset there.