- Python 3.10 Link
- Create environment
cd path/to/your/project
python3 -m venv myenv- Activate enviornment
source myenv/bin/activate- Create environment
cd path/to/your/project
python -m venv myenv- Activate enviornment
myenv\Scripts\activate in command promptor
.\myenv\Scripts\Activate in powershells- Open each ipynb file
- Choose the environemt that we just created as kernel
- Run all cells
- Final - P1,2 - GloVe and Final - P1,2 - Word2vec: Running Glove and Word2vec with the same settings to choose Word2vec to continue on next experiment
- Final - P2 - Word2vec - Config: To find the best hyperparameters
- Final - P3_Q1 - Word2vec: To answer P3_Q1
- Final - P3_Q3 - Word2Vec: To answer P3_Q3
- Final - P3_Q4 - Word2Vec: To answer P3_Q4
- Final - P3_Q5 - Word2Vec: To answer P3_Q5