Skip to content

Python notebook for training word embeddings using Word2vec from scratch using NumPy, demonstrating the underlying structure of feedforward neural network.

Notifications You must be signed in to change notification settings

halfmoonliu/WordEmbeddings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

WordEmbeddings

Word Embedding is an effective way to represent relationship between words. Words with similar neighbors (context) have similar embeddings. In the now well-known paper published by Mikolov et al (2013), they demonstrated how to use continuous bag-of-words (CBOW) model to train word embeddings, which can be applied to analogy and other downstream tasks. This project uses Numpy to train word embeddings using CBOW model from scratch and apply on analogy task. Please see the jupyter notebook in the repository for details! Check also my blog post(https://halfmoonliu.github.io/posts/train-word-embeddings-with-cbow-model-link/) for more detailed description!

About

Python notebook for training word embeddings using Word2vec from scratch using NumPy, demonstrating the underlying structure of feedforward neural network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published