Research about LSTM and improvements over its structure
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/