Word2Vec Skip-Gram model implementation using TensorFlow 2.0 to learn word embeddings from a small Wikipedia dataset (text8). Includes training, evaluation, and cosine similarity-based nearest neighbors
machine-learning natural-language-processing wikipedia tensorflow word2vec word-embeddings neural-networks cosine-similarity skip-gram language-model tensorflow2 text8-dataset
-
Updated
Jan 21, 2025 - Python