Instructor: Dr. Ashutosh Modi
Neural Network Implementation from Scratch for Word2Vec using Wikipedia Text
Naive Bayes Classifier for Topic classification on Wikipedia Articles
Expectation-Maximization Based clustering on Wikipedia Articles
The data can be fetched using the datasets API as follows:
from datasets import load_dataset
word2vec_train =… See the full description on the dataset page:
https://huggingface.co/datasets/Exploration-Lab/CS779-Fall25.