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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How would you implement word2vec?

1 点作者 mack73大约 8 年前
I have built a vector space model implementation as a Lucene-like search framework and I want to implement word2vec. In a setting where you at querying time have in your reach a char trie with addresses to posting files at the EndOfWord nodes and given that to solve this you can create any additional data structure and at indexing time store any additional data you need, how would you implement word2vec?<p>I have read a few articles about the theory but never read a word about implementing it. I could use a real walk-through here, with cheets and everything ;)

暂无评论

暂无评论