Show HN: I learned basic data mining over christmas and build a news aggregator
1–6 of 6 posts
Re: Show HN: I learned basic data mining over christmas and build a news aggregator
#2is this open source? What tech stack did you use? How much time did it take to code up?
Re: Show HN: I learned basic data mining over christmas and build a news aggregator
#3Nice work! I particularly like the tags.
How did you decide which news source will be use to generate the headline?
Re: Show HN: I learned basic data mining over christmas and build a news aggregator
#4Nice work! I particularly like the tags. How did you decide which news source will be use to generate the headline?
Thanks. Once the articles are clustered and sorted, it picks the first news source that reported on the tag (seems fair). The subsequent articles are picked by closeness and similarity.
Re: Show HN: I learned basic data mining over christmas and build a news aggregator
#5is this open source? What tech stack did you use? How much time did it take to code up?
I used a mix of golang and nodejs. It took a little less than a week to go over the literature and implementation.
Re: Show HN: I learned basic data mining over christmas and build a news aggregator
#6would you mind sharing the links or pages where you got help from so i can do this as my personal weekend project?