Skip to content

IMAGINARY/word2vec-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word2vec-demo

  • This is a demo of word2vec skip-gram architecture
    • The sliding window size is 3
    • We use a center word (in one hot vector format) as an input to predict context words (in one hot vector format)
    • After the training is done, the hidden layer can be used as word embeddings and we can observe that similar words will be close to each other in vector space

Credits

About

Visualize word2vec in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 49.4%
  • JavaScript 26.6%
  • HTML 18.8%
  • CSS 3.9%
  • SCSS 1.3%