- The main.ipynb describes the implementation.
- For production purposes, use main.py for training and saving weights.
- The code for the web dashboard can be found in web.py.
Word2vec is a group of related models that are used to produce word embeddings. These models are shallow, two-layer neural networks that are trained to reconstruct linguistic contexts of words. Read more about it here.
- Tejasvi @tejasvi
- Kiran @Apollo9999