Deep Karmaning

技術系の話から日常のことまで色々と書きます

Distributed representation

【論文メモ】AN EFFICIENT FRAMEWORK FOR LEARNING SENTENCE REPRESENTATIONS

読んだ論文 論文を読んだのでメモしておきます。 https://arxiv.org/pdf/1803.02893.pdf タイトル AN EFFICIENT FRAMEWORK FOR LEARNING SENTENCE REPRESENTATIONS 著者 Lajanugen Logeswaran, Honglak Lee メモ やってること 文章の分散表現を得るためのシ…

Pytorchで分散表現の学習手法であるskipgram、skipgram with negative samplingの実装

1.概要 分散表現(distributed representation)の学習手法である、skipgramとskipgram with negative samplingをPytorchを使って実装したので、その紹介をしたいと思います。 2.理論 まずは 理論的な側面を簡単に紹介します。 2.1.分散表現(distributed re…