Skip to content

Project the performance of three deep learning algorithms namely LSTM, Bi-LSTM, and GRU in performing clickbait news headline classification.

Notifications You must be signed in to change notification settings

Anashaneef/clickbait-headline-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clickbait Headline Classification

metrics comparisson

time comparisson

About This Project

This project is a clickbait news headline classification project using three different deep learning algorithms namely LSTM, Bi-LSTM, and GRU. The three algorithms are compared based on accuracy, precision, recall, and F1-score metrics. The performance comparison of the three algorithms is also based on the amount of time required for the training process. This project is also an experiment that underlies the creation of a journal entitled "Perbandingan Kinerja LSTM, Bi-LSTM, dan GRU pada Klasifikasi Judul Berita Clickbait" which in English means "Comparison of LSTM, Bi-LSTM, and GRU Performance on Clickbait News Headline Classification".

About Clickbait Dataset

Clickbait Dataset is dataset contains headlines from various news sites such as ‘WikiNews’, ’New York Times’, ‘The Guardian’, ‘The Hindu’, ‘BuzzFeed’, ‘Upworthy’, ‘ViralNova’, ‘Thatscoop’, ‘Scoopwhoop’ and ‘ViralStories’. It has two columns first one contains headlines and the second one has numerical labels of clickbait in which 1 represents that it is clickbait and 0 represents that it is non-clickbait headline. The dataset contains total 32000 rows of which 50% are clickbait and other 50% are non-clickbait.

About

Project the performance of three deep learning algorithms namely LSTM, Bi-LSTM, and GRU in performing clickbait news headline classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published