![]() |
Machine learning clickbait detector - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: Machine learning clickbait detector (/Thread-Machine-learning-clickbait-detector) |
Machine learning clickbait detector - Inori - 02-05-2017 Found this project on GitHub, thought some people might enjoy it. I've used NLTK and TensorFlow a bit in the past, but not for anything to this magnitude. https://github.com/saurabhmathur96/clickbait-detector RE: Machine learning clickbait detector - zorrophreak - 02-05-2017 This is pretty interesting. I don't care about clickbait for the most part, although this is cool that they're using deep learning for it. Perhaps one day I'll learn the ways of the digital mind. EDIT: Just tried out the premade chrome extension. It isn't that accurate, tried like 25 of Leafy's videos. Only 4 were found as clickbait. (This is joke btw) RE: Machine learning clickbait detector - Aeolian - 02-05-2017 Pretty neat, thanks for the share inori! |