Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为yoshua Bengio,2003 的神经概率语言模型编写代码,但我无法理解输入层和投影矩阵之间以及投影矩阵和隐藏层之间的连接。我无法了解单词向量表示的学习究竟是如何进行的。
在这里看看这个答案
它解释了隐藏层和投影层之间的区别。
参考这篇论文
另外,请阅读Tomas Mikolov 的这篇论文并阅读本教程。
这将真正提高你的理解。
希望这可以帮助!