使用Tensorflow解决现有的问题
Running at python3
implementation_1_GAN.ipynb 基于GAN生成对抗网络的Python实现 https://blog.csdn.net/tudaodiaozhale/article/details/84997189
implementation_2_text_classification.ipynb 基于双向LSTM(Bi-LSTM)文本分类的Tensorflow实现 https://blog.csdn.net/tudaodiaozhale/article/details/86220530
implementation_3_text_generation.ipynb 使用LSTM文本生成
implementation_3_inference.ipynb 推理(进行文本生成)
implementation_4_seq2seq.ipynb 使用序列到序列模型文本生成
implementation_4_inference.ipynb 推理