Skip to content

yusufkuzey95/cs4375-assignment-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starter code

Add the corresponding (one) line under the [to fill] in def forward() of the class for ffnn.py and rnn.py

Feel free to modify other part of code, they are just for your reference.


One example on running the code:

FFNN

python ffnn.py --hidden_dim 10 --epochs 1 --train_data ./training.json --val_data ./validation.json

RNN

python rnn.py --hidden_dim 32 --epochs 10 --train_data training.json --val_data validation.json

Note: word_embedding.pkl is not included in this repository because it exceeds GitHub's file size limit. It should be downloaded from the course eLearning files and placed in the project directory before running rnn.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages