Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysftz/fake-news-detection
Machine Learning Python for fake news detection using sklearn.TfidfVectorizer and PassiveAggressiveClassifier. Improved python code and accuracy from source code (link below).
https://github.com/mysftz/fake-news-detection
fake fake-news fake-news-detection machine-learning machinelearning news passiveaggressiveclassifier python python3 sklearn tfidf-vectorizer
Last synced: about 4 hours ago
JSON representation
Machine Learning Python for fake news detection using sklearn.TfidfVectorizer and PassiveAggressiveClassifier. Improved python code and accuracy from source code (link below).
- Host: GitHub
- URL: https://github.com/mysftz/fake-news-detection
- Owner: Mysftz
- License: cc-by-sa-4.0
- Created: 2023-08-18T18:18:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T11:24:04.000Z (about 1 year ago)
- Last Synced: 2023-08-26T12:44:47.997Z (about 1 year ago)
- Topics: fake, fake-news, fake-news-detection, machine-learning, machinelearning, news, passiveaggressiveclassifier, python, python3, sklearn, tfidf-vectorizer
- Language: Jupyter Notebook
- Homepage: https://data-flair.training/blogs/advanced-python-project-detecting-fake-news/
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![alt text](https://github.com/Mysftz/Mysftz/blob/main/assets/READMEHeader.jpeg?raw=true)](https://github.com/Mysftz)
# Fake News Detection
[![GitHub][GitHub-shield]](https://github.com/Mysftz/fake-news-detection)
[![Contributors][contributors-shield]](https://github.com/Mysftz/fake-news-detection/graphs/contributors)
[![Forks][forks-shield]](https://github.com/Mysftz/fake-news-detection/network/members)
[![Stargazers][stars-shield]](https://github.com/Mysftz/fake-news-detection/stargazers)
[![Issues][issues-shield]](https://github.com/Mysftz/fake-news-detection/issues)
[![License][license-shield]](https://github.com/Mysftz/fake-news-detection/blob/main/LICENSE.txt)
About The Project •
Built With •
Download •
Usage •
License •
Other Projects •
ContactTable of Contents
## About The Project
### IntroductionMachine Learning Python for fake news detection using sklearn.TfidfVectorizer and PassiveAggressiveClassifier. Improved python code and accuracy from source code (link below).
### Built With
Python, Jupyter Notebooks, matplotlib, sklearn, numpy
### Other Infomation
Python Files: https://github.com/Mysftz/fake-news-detection
Source Files: https://data-flair.training/blogs/advanced-python-project-detecting-fake-news/## Usage
## License
Distributed under the CC-BY-SA-4.0: Creative Commons Attribution Share Alike 4.0 International License. See `LICENSE.txt` for more information.
## Other Projects## Contact
GitHub: [@Mysftz](https://github.com/Mysftz) · Portfolio: [Website](https://mysftz.github.io) · LinkedIn: [@lrgtomaszewski](https://www.linkedin.com/in/lrgtomaszewski/) · Instagram: [@Mysftz](https://www.instagram.com/mysftz/) · Twitter: [@MysftzUK](https://twitter.com/MysftzUK)
[contributors-shield]: https://img.shields.io/github/contributors/mysftz/fake-news-detection.svg?style=for-the-badge
[forks-shield]: https://img.shields.io/github/forks/mysftz/fake-news-detection.svg?style=for-the-badge
[stars-shield]: https://img.shields.io/github/stars/mysftz/fake-news-detection.svg?style=for-the-badge
[issues-shield]: https://img.shields.io/github/issues/mysftz/fake-news-detection.svg?style=for-the-badge
[license-shield]: https://img.shields.io/github/license/mysftz/fake-news-detection.svg?style=for-the-badge
[github-shield]: https://img.shields.io/badge/-GitHub-black.svg?style=for-the-badge&logo=GitHub&colorB=555