Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 692 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 692 Bytes

Tensorflow

使用Tensorflow解决现有的问题
Running at python3

GAN

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

LSTM文本生成

implementation_3_text_generation.ipynb 使用LSTM文本生成
implementation_3_inference.ipynb 推理(进行文本生成)

Seq2seq序列到序列模型

implementation_4_seq2seq.ipynb 使用序列到序列模型文本生成
implementation_4_inference.ipynb 推理