NumPy implementation of Word2Vec Skip-Gram with Negative Sampling. Trains word embeddings from raw text with manual forward pass, negative sampling loss, gradients, and SGD.
-
Updated
Feb 24, 2026 - Python
NumPy implementation of Word2Vec Skip-Gram with Negative Sampling. Trains word embeddings from raw text with manual forward pass, negative sampling loss, gradients, and SGD.
Add a description, image, and links to the from-scrach-implementation topic page so that developers can more easily learn about it.
To associate your repository with the from-scrach-implementation topic, visit your repo's landing page and select "manage topics."