[自然语言处理]Text Generation Wiki

摘要

收集一些文本生成方面的资源


博客资源

Keras Seq2Seq Title Generate:
https://spaces.ac.cn/archives/5861/comment-page-1

Keras Official Blog about Seq2Seq:
https://blog.keras.io/a-ten-minute-introduction-to-sequence-to-sequence-learning-in-keras.html

https://www.jianshu.com/p/341d63cf8a3b

Keras GAN: https://www.leiphone.com/news/201703/Y5vnDSV9uIJIQzQm.html

GAN 在 NLP上的最新研究:
https://www.leiphone.com/news/201704/Gyr962QLwsMo2WVk.html


Github 资源

SeqGAN

  1. SeqGAN作者实现:https://github.com/LantaoYu/SeqGAN
  2. SeqGAN中文诗歌:https://github.com/TobiasLee/SeqGAN_Poem

QANet

https://github.com/ewrfcas/QANet_keras

Keras WGAN

https://link.jianshu.com/?t=https://github.com/farizrahman4u/keras-contrib/blob/master/examples/improved_wgan.py

你可能感兴趣的:(自然语言处理)