项目作者: chandan-u

项目描述 :
Implementing word2vec: skipgram model using tensorflow core API
高级语言: Jupyter Notebook
项目地址: git://github.com/chandan-u/word2vec_skipgram_tensorflow.git
创建时间: 2017-08-14T23:09:23Z
项目社区:https://github.com/chandan-u/word2vec_skipgram_tensorflow

开源协议:

下载


word2vec skipGram model

Implementing word2vec: skipgram model using tensorflow core API

Dataset:

Blog posts

Implementation:

The word2vec model uses the skipgram approach to train and generate the word vectors. The implementation uses Tensorflow Core API. The nework is a computational graph with a single hidden layer.

A good example on how to use tensorflow core API to build neural networks and how to train them