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.
CBOW word2vec をネガティブ サンプリングで実装したいと考えています。2*k + 1CNTK のドキュメントを読みましたが、文章を入力および出力の単語 (現在の単語と現在の単語kの左右にあるコンテキストの単語)として使用できるリーダーを見つけることができませんでした。また、これをPythonで実装したいと思っています。
2*k + 1
k
Python でカスタム cntk テキスト リーダーを作成するためのガイドはありますか?