Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementing word2vec: skipgram model using tensorflow core API

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages