Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 403 Bytes

iterativeLSTM

Research about LSTM and improvements over its structure

To run implementation

On the base of the repository run:

For basic iterative approach: sudo python ./src/ptb_word_lm_iterativeLSTM.py --model small --data_path=./data/simple-examples/data/

For depth iterative approach: sudo python ./src/ptb_word_lm_DepthIterativeLSTM.py --model small --data_path=./data/simple-examples/data/