Hacker News new | ask | show | jobs
by jsemrau 1345 days ago
> I could use might be recommendation engines. Assume I have a database of tags (a tag cloud?), and I know you have similar interests to me. If you also have a tag cloud

This was the first "naive" implementation on finclout. Every post get automatically scanned for ranked keywords and then matched with other known entities about the post. We also user collect tags from the user and have users verify keyword matches.

1 comments

What made you move away from that "naive" implemeentation? What kind of implementation do you now employ?