Skip to content

harrytran001/SC4002_NLP_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Pre-requisites:

2. Running code with VS Code

2.1. Python environment:

2.1.1 Mac

  • Create environment
cd path/to/your/project
python3 -m venv myenv
  • Activate enviornment
source myenv/bin/activate

2.1.2 Windows

  • Create environment
cd path/to/your/project
python -m venv myenv
  • Activate enviornment
myenv\Scripts\activate in command prompt

or

.\myenv\Scripts\Activate in powershells

2.1. Run code

  • Open each ipynb file
  • Choose the environemt that we just created as kernel
  • Run all cells

3. Code File Structure

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors