Posts

Showing posts with the label Detects Clickbait Headlines Using Deep Learning: Clickbait Detector

Detects Clickbait Headlines Using Deep Learning: Clickbait Detector

Image
Detects Clickbait Headlines Using Deep Learning      People continually fall for clickbait and as Wired in it’s article mentioned Whether you think clickbait is on the rise, obscurant and self-negating, not such a big deal, or the root of all evil, one thing is clear about it: It’s increasingly hard to pin down. A lot of editors use clickbait in an effort to manipulate you or grab your attention. The difference with clickbait is you’re often aware of this manipulation, and yet helpless to resist it. It’s at once obvious in its bait-iness, and somehow still effective bait. With this small toolkit using deep learning one can easily identify whether an article is clickbait or not Requirements Python 2.7.12 Keras 1.2.1 Tensorflow 0.12.1 Numpy 1.11.1 NLTK 3.2.1 Getting Started Install a virtualenv in the project directoryvirtualenv venv Activate the virtualenv On Windows:cd venv/Scripts activate On Linuxsource venv/bin/activate Install the requirements pip install -r requireme...