busraoguzoglu / NLP-Mini-Projects

Some Test Projects for Future Reference. 1. Text classification with CNN's on Kaggle REAL and FAKE news dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP-Mini-Projects

Some 'projects' to test things out.

CNN-Based-News-Classifier: (CNN_model.py, convolutional_classifier.py)

Text classification with CNN on Kaggle REAL and FAKE news dataset.

Used dataset: https://www.kaggle.com/nopdev/real-and-fake-news-dataset

CNN architecture based on: https://github.com/FernandoLpz/Text-Classification-CNN-PyTorch

TODO: Code will be refactored into files to increase readability.. Metrics will be added..

Final Results as is: Train accuracy: 0.89463, Test accuracy: 0.76322

About

Some Test Projects for Future Reference. 1. Text classification with CNN's on Kaggle REAL and FAKE news dataset.


Languages

Language:Python 100.0%