This repository contains a Jupyter Notebook that demonstrates the implementation of the Word2Vec algorithm from scratch in Python. Word2Vec is a widely used technique for learning word embeddings, which are dense vector representations of words that capture semantic and syntactic relationships between them.
word2vec.ipynb
: Jupyter Notebook with a step-by-step implementation of the Word2Vec model with Continuous Bag-of-Words (CBOW).
Made with ❤ by jggomez.
- https://arxiv.org/pdf/1301.3781
- https://developers.google.com/machine-learning/crash-course/embeddings
- https://medium.com/@enozeren/word2vec-from-scratch-with-python-1bba88d9f221
- https://huggingface.co/blog/matryoshka
Copyright 2025 Juan Guillermo Gómez
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.