# word2vec_chinese_annotation **Repository Path**: hepta_z/word2vec_chinese_annotation ## Basic Information - **Project Name**: word2vec_chinese_annotation - **Description**: word2vec源码阅读,标记了中文注释 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-14 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # word2vec chinese annotation word2vec源码阅读,谷歌官方700+行c代码版本,标记了中文注释,能够帮助读懂源码。 此外还有tensorflow实现的cbow和skip-gram源码,也标记了中文注释,供学习参考。 附读懂word2vec源码最有价值参考资料:[word2vec 中的数学原理详解](http://www.cnblogs.com/peghoty/p/3857839.html) 如果有什么读不懂的也可以提交issue,共同讨论。😝 注:首次使用sublime进行git push。