News Article Classifier Model
Last updated
Last updated
News Article Classifier is a convolutional neural network (CNN) model that classifies news articles based of their content, such as business, sports, finance, etc. The model is written in Python using Tensorflow and Keras libraries. This model utilizes LSTM (Long Short-Term Memory) layers to help with processing the text.
The dataset used is hgultekin's BBC News Archive dataset on Kaggle. After training and testing, the model has 99.44% accuracy and 93.26% validation accuracy. This model was compiled with the "categorical crossentropy" loss function, "Adam" optimizer and uses accuracy as its metric.