Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 356 Bytes

This is an implementation of a GRU in C++ using no libraries other than Eigen for Matrices. This is a barebones implementation that uncovers the complexity of backpropagation. All equations have been derived and implemented.

Create a folder for weights called Weights

Usage -

make
./train
./test `epoch_number` `loss`

e.g. ./test 66 0.397798