├── Bidirectional_GRU.py ├── GRU+Conv1D+reverse_Conv1D.py ├── LSTM.py ├── README.md ├── image ├── 16.png ├── 17.png ├── 18.png ├── Stacking plot.png └── aa └── text ├── uu ├── 正红旗下.txt ├── 白夜行.txt └── 西游记.txt /Bidirectional_GRU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/Bidirectional_GRU.py -------------------------------------------------------------------------------- /GRU+Conv1D+reverse_Conv1D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/GRU+Conv1D+reverse_Conv1D.py -------------------------------------------------------------------------------- /LSTM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/LSTM.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/README.md -------------------------------------------------------------------------------- /image/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/image/16.png -------------------------------------------------------------------------------- /image/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/image/17.png -------------------------------------------------------------------------------- /image/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/image/18.png -------------------------------------------------------------------------------- /image/Stacking plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/image/Stacking plot.png -------------------------------------------------------------------------------- /image/aa: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /text/uu: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /text/正红旗下.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/text/正红旗下.txt -------------------------------------------------------------------------------- /text/白夜行.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/text/白夜行.txt -------------------------------------------------------------------------------- /text/西游记.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/massquantity/text-generation-using-keras/HEAD/text/西游记.txt --------------------------------------------------------------------------------