> For the complete documentation index, see [llms.txt](https://luweikxy.gitbook.io/machine-learning-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luweikxy.gitbook.io/machine-learning-notes/word2vec.md).

# word2vec

## word2vec

* [返回顶层目录](https://github.com/luweikxy/machine-learning-notes/tree/994efe9a1942533ce4f543c98b52dec4b6225352/SUMMARY.md)
* [word2vector概述](/machine-learning-notes/word2vec/word2vec-introduction.md)
* [word2vector算法原理](/machine-learning-notes/word2vec/word2vec-algorithm-principle.md)
* [word2vector代码解析](/machine-learning-notes/word2vec/word2vec-source-code-analysis.md)
* [word2vector实践](https://github.com/luweikxy/machine-learning-notes/tree/994efe9a1942533ce4f543c98b52dec4b6225352/content/natural-language-processing/word2vec/word2vect-practice.md)

## word2vector概述

word2vector概述点击[这里](/machine-learning-notes/word2vec/word2vec-introduction.md)跳转。

## word2vector算法原理

word2vector算法原理点击[这里](/machine-learning-notes/word2vec/word2vec-algorithm-principle.md)跳转。

## word2vector代码解析

word2vector代码解析点击[这里](/machine-learning-notes/word2vec/word2vec-source-code-analysis.md)跳转。

## word2vector实践

word2vector实践点击[这里](/machine-learning-notes/word2vec/word2vec-practice.md)跳转。
