All Projects → lutzhamel → fake-news

lutzhamel / fake-news

Licence: GPL-3.0 license
This is a further development of the kdnuggets article on fake news classification by George McIntyre

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to fake-news

Character Based Cnn
Implementation of character based convolutional neural network
Stars: ✭ 205 (+1266.67%)
Mutual labels:  nlp-machine-learning
Hierarchical Attention Networks Pytorch
Hierarchical Attention Networks for document classification
Stars: ✭ 239 (+1493.33%)
Mutual labels:  nlp-machine-learning
query-wellformedness
25,100 queries from the Paralex corpus (Fader et al., 2013) annotated with human ratings of whether they are well-formed natural language questions.
Stars: ✭ 80 (+433.33%)
Mutual labels:  nlp-machine-learning
Deepehr
Chronic Disease Prediction Using Medical Notes
Stars: ✭ 220 (+1366.67%)
Mutual labels:  nlp-machine-learning
Machine Learning Resources
A curated list of awesome machine learning frameworks, libraries, courses, books and many more.
Stars: ✭ 226 (+1406.67%)
Mutual labels:  nlp-machine-learning
presidential-rnn
Project 4 for Metis bootcamp. Objective was generation of character-level RNN trained on Donald Trump's statements using Keras. Also generated Markov chains, and quick pyTorch RNN as baseline. Attempted semi-supervised GAN, but was unable to test in time.
Stars: ✭ 26 (+73.33%)
Mutual labels:  nlp-machine-learning
Chatbot
一个可以自己进行训练的中文聊天机器人, 根据自己的语料训练出自己想要的聊天机器人,可以用于智能客服、在线问答、智能聊天等场景。目前包含seq2seq、seqGAN版本、tf2.0版本、pytorch版本。
Stars: ✭ 2,441 (+16173.33%)
Mutual labels:  nlp-machine-learning
SENet-for-Weakly-Supervised-Relation-Extraction
No description or website provided.
Stars: ✭ 39 (+160%)
Mutual labels:  nlp-machine-learning
Nemo
NeMo: a toolkit for conversational AI
Stars: ✭ 3,685 (+24466.67%)
Mutual labels:  nlp-machine-learning
merkalysis
A marketing tool that helps you to market your products using organic marketing. This tool can potentially save you 1000s of dollars every year. The tool predicts the reach of your posts on social media and also suggests you hashtags for captions in such a way that it increases your reach.
Stars: ✭ 28 (+86.67%)
Mutual labels:  nlp-machine-learning
Melusine
Melusine is a high-level library for emails classification and feature extraction "dédiée aux courriels français".
Stars: ✭ 222 (+1380%)
Mutual labels:  nlp-machine-learning
Python Ai Assistant
Python AI assistant 🧠
Stars: ✭ 219 (+1360%)
Mutual labels:  nlp-machine-learning
pfootprint
Political Discourse Analysis Using Pre-Trained Word Vectors.
Stars: ✭ 20 (+33.33%)
Mutual labels:  nlp-machine-learning
Chinese Poetry Generation
An RNN-based Chinese Poem Generator
Stars: ✭ 208 (+1286.67%)
Mutual labels:  nlp-machine-learning
awesome-yoruba-nlp
📖 A curated list of resources dedicated to Natural Language Processing (NLP) in the Yoruba Language.
Stars: ✭ 21 (+40%)
Mutual labels:  nlp-machine-learning
Sarah
Terminal Assistant For SemiCode OS
Stars: ✭ 201 (+1240%)
Mutual labels:  nlp-machine-learning
Paribhasha
paribhasha.herokuapp.com/
Stars: ✭ 21 (+40%)
Mutual labels:  nlp-machine-learning
NLP-Flask-Website
A simple Flask website for all NLP tasks which includes Text Preprocessing, Keyword Extraction, Text Summarization etc. Created Date: 30 Jan 2019
Stars: ✭ 43 (+186.67%)
Mutual labels:  nlp-machine-learning
cross target stance classification
Keras implementation for CrossNet in paper "Cross-Target Stance Classification with Self-Attention Networks"
Stars: ✭ 21 (+40%)
Mutual labels:  nlp-machine-learning
schrutepy
The Entire Transcript from the Office in Tidy Format
Stars: ✭ 22 (+46.67%)
Mutual labels:  nlp-machine-learning

kdnuggets-fake-news

This is a further development of the kdnuggets article on fake news classification by George McIntyre:

https://www.kdnuggets.com/2017/04/machine-learning-fake-news-accuracy.html

In his article McIntyre approaches document classification from a very classical perspective: applying a vector-model to the corpus and then using a Naive Bayes classifier. Here we take it into the deep learning realm: we apply a deep convolutional network with a traininable word-embedding layer.

We compare the performances of both approaches. The notebook fake_news_classification.ipynb contains our computational results. The markdown document report.md reports our results in a more accessible manner. The results were also posted at opendatascience.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].