Skip to content

PalmaLeandro/iterativeLSTMthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Research about LSTM and improvements over its structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published