TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Sveddy – Collaborative Filtering for PostgreSQL

1 点作者 RobbieGM超过 1 年前
After finishing an intro to ML course, I felt inspired to implement a collaborative filtering algorithm right where it'd be most useful - in the database itself. As of now Sveddy implements only one algorithm: UV decomposition (similar to SVD, which inspired the project name). It also implements continuous learning to efficiently update a model as users express their preferences about items. Despite its simplicitly, it performs quite well on the Netflix Prize dataset, which I am proud of. However, there is still work to be done on the training algorithm's performance - it takes 6 minutes to train on 100 million ratings. I'd appreciate any insight on how to improve this. Constructive criticism is welcome!

暂无评论

暂无评论