Fake content detection Kit
by vishnukvka Updated: Aug 6, 2022
Guide Kit
I have created this solution as part of the 24 Hour AI Challenge. I have used the base kandi kit for fake news detection and trained the data set. The trained model will help us to validate news content. This news content can be from any domain such as Technology, Medicine and other related content. I have used ML algorithm such as Logistic regression and Naïve Bayes model: Logistic Regression model: Here I have tuned the following parameter: Cs = 15 Each of the values in Cs describes the inverse of regularization strength. cv = 10 The default cross-validation generator used is Stratified K-Folds. max_iter = 300 Maximum number of iterations of the optimization algorithm. multi_class = 'ovr' If the option chosen is ‘ovr’, then a binary problem is fit for each label. Navie Bayes model: Here I have tuned the following parameter: alpha = 0.1 I have also added a demo video in drive at https://drive.google.com/drive/folders/1i6S8UMY8TksAFeSNLJjB2V6kcWRofiBX?usp=sharing
flaskby pallets
The Python micro framework for building web applications.
flaskby pallets
Python
62385
Version:2.2.3
License: Permissive (BSD-3-Clause)
pandasby pandas-dev
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
pandasby pandas-dev
Python
37439
Version:v2.0.0rc1
License: Permissive (BSD-3-Clause)
numpyby numpy
The fundamental package for scientific computing with Python.
numpyby numpy
Python
23036
Version:v1.24.2
License: Permissive (BSD-3-Clause)
Mobile-Detectby serbanghita
Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
Mobile-Detectby serbanghita
PHP
10230
Version:3.74.0
License: Permissive (MIT)
notebookby jupyter
Jupyter Interactive Notebook
notebookby jupyter
Jupyter Notebook
9914
Version:v7.0.0a18
License: Permissive (BSD-3-Clause)
Fake_News_Detectionby nishitpatel01
Fake News Detection in Python
Fake_News_Detectionby nishitpatel01
Jupyter Notebook
382
Version:Current
License: Permissive (MIT)
awesome-colab-notebooksby amrzv
Collection of google colaboratory notebooks for fast and easy experiments
awesome-colab-notebooksby amrzv
Python
723
Version:Current
License: Permissive (MIT)
FakeNewsDetectby YoruCathy
Final Project 1 for EE369 Machine Learning
FakeNewsDetectby YoruCathy
Python
6
Version:Current
License: Permissive (WTFPL)
Multinomial-Naive-Bayes-Classifierby jeanpierrethach
Implementation of Multinomial Naive Bayes, TfidfVectorizer and CountVectorizer for classification of Reddit subreddits short text posts
Multinomial-Naive-Bayes-Classifierby jeanpierrethach
Python
1
Version:Current
License: No License
TFIDFVectorizerby vinayp173
TF-IDF based system which uploads docs and help search documents faster
TFIDFVectorizerby vinayp173
Python
1
Version:Current
License: No License