Show HN: Github repo recommendation service
1–10 of 10 posts
Re: Show HN: Github repo recommendation service
#2Re: Show HN: Github repo recommendation service
#3Re: Show HN: Github repo recommendation service
#4Re: Show HN: Github repo recommendation service
#5It looks like it's just returning my watched repos -- what type of recommendation algorithm is it running?
Re: Show HN: Github repo recommendation service
#6Re: Show HN: Github repo recommendation service
#7It looks like it's just returning my watched repos -- what type of recommendation algorithm is it running?
It might service some of your watched repos because of data quality issues. It uses a very basic nearest neighbor shared item set model. I'm definitely planning on improving the quality of the results in the near future.
Examples...
Ranked similarity search https://groups.google.com/d/msg/neo4j/tuoqDlq45ys/1g1G9nTzjh...
Multi-Item Based Recommendation https://groups.google.com/d/msg/neo4j/XlGGdsSedVw/7pCPqghA84...
Recommendation engine https://groups.google.com/d/msg/neo4j/_dnyanUSmtk/eDhJ6rjNCn...
Re: Show HN: Github repo recommendation service
#8Re: Show HN: Github repo recommendation service
#9It looks like it's just returning my watched repos -- what type of recommendation algorithm is it running?
It might service some of your watched repos because of data quality issues. It uses a very basic nearest neighbor shared item set model. I'm definitely planning on improving the quality of the results in the near future.
Re: Show HN: Github repo recommendation service
#10Coincidentally, I'm building a github recommendation service as a SNA research project. You may be aware, but for those who are not, GitHub actually had a NetFlix-style recommendation contest in 2009. https://github.com/blog/466-the-2009-github-contest