Skip to content

Implementations and experiments regarding the iterative LSTM model studied.

Notifications You must be signed in to change notification settings

PalmaLeandro/iterativeLSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 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

Implementations and experiments regarding the iterative LSTM model studied.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published