项目作者: praneetmehta

项目描述 :
KMeans unsupervized learning algorithm news seggregator
高级语言: Python
项目地址: git://github.com/praneetmehta/news_segregator.git
创建时间: 2017-03-03T11:08:35Z
项目社区:https://github.com/praneetmehta/news_segregator

开源协议:

下载


news_segregator

KMeans unsupervized learning algorithm news seggregator

A webscraper, webapplication and a news segregator all built into one.

Implementation of KMeans unsupervized learning algorithm to classify scraped news articles into various categories like business,
sports, tech etc. and using a MongoDB database to store this information.

MongoDB database is connected to the nodejs application used to display these news categorized news articles into a
small web application with minimal design.