Skip to content

pratikm778/NLP6320_A2

Repository files navigation

starter code for a2

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published