Skip to content

Predicts article category based from BBC's documents as trained data set.

Notifications You must be signed in to change notification settings

eanunez/ArticleClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArticleClassifier

BBC Article Classifier

A classical Bag-of-Words method using Sklern models to classify articles from a given input content. Trained data are taken from BBC data set which can be found here: http://mlg.ucd.ie/datasets/bbc.html

Multi-Channel Convolutional Neural Network

https://github.com/eanunez/ArticleClassifier/blob/master/cnn/Multi-Channel%20CNN.ipynb. Classification of articles using Keras backened with Tensorflow. Adapted from Jason Brownlee's: https://machinelearningmastery.com/develop-n-gram-multichannel-convolutional-neural-network-sentiment-analysis/

in order to accept datasets in pandas' dataframe.

One-Dimensional Convolutional Neural Network

https://github.com/eanunez/ArticleClassifier/blob/master/cnn/One-Dimensional%20CNN.ipynb. An example of generic classifier, 1D CNN using Keras, backened with Tensorflow. It accepts pandas dataframe as input for training and testing data.

About

Predicts article category based from BBC's documents as trained data set.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages