├── README.md ├── generated_poem.txt ├── generated_poem2.txt ├── links.txt ├── lstm_generate.py ├── lstm_train.py ├── parse_text.py ├── wonderland_full.txt └── wonderland_full.txt-35-0.1464.hdf5 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/README.md -------------------------------------------------------------------------------- /generated_poem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/generated_poem.txt -------------------------------------------------------------------------------- /generated_poem2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/generated_poem2.txt -------------------------------------------------------------------------------- /links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/links.txt -------------------------------------------------------------------------------- /lstm_generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/lstm_generate.py -------------------------------------------------------------------------------- /lstm_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/lstm_train.py -------------------------------------------------------------------------------- /parse_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/parse_text.py -------------------------------------------------------------------------------- /wonderland_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/wonderland_full.txt -------------------------------------------------------------------------------- /wonderland_full.txt-35-0.1464.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hku-ect/LSTM-TextGenerator/HEAD/wonderland_full.txt-35-0.1464.hdf5 --------------------------------------------------------------------------------