Note: Move the code to the ../ i.e. just outside src folder
Link : https://drive.google.com/drive/folders/1iEOOdTuMFWwBAK1hXznKDvvyhUXxzcbZ?usp=sharing
Download the files present here to get the Word_Embeddings obtained
by the CBOW and SVD after training and get model.pk to load the model and reviews_Movies_and_TV.json
python3 reduceDataset.py
python3 SVD.py
python3 CBOW_train.py
python3 CBOW_loaded.py
python3 CBOW_plot.py
python3 SVD_titanic_plot.py
python3 CBOW_titanic_plot.py