We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问一下, Keras 内建的 Embedding 层是用什么方法训练出来的啊? skip-gram吗? 还是 CBOW之类的方法? 我找了下文献,找不到相关文献在说明 Keras 中的 Embedding 是用什么方法做的
The text was updated successfully, but these errors were encountered:
这里用的是预训练的词向量,就是已经训练好的,直接拿过来映射到词上
Sorry, something went wrong.
No branches or pull requests
请问一下,
Keras 内建的 Embedding 层是用什么方法训练出来的啊? skip-gram吗? 还是 CBOW之类的方法?
我找了下文献,找不到相关文献在说明 Keras 中的 Embedding 是用什么方法做的
The text was updated successfully, but these errors were encountered: