“第二十九章 AI诗人”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
(相同用户的5个中间修订版本未显示)
第11行: 第11行:
 
*百度百科:诗学含英 [https://baike.baidu.com/item/%E8%AF%97%E5%AD%A6%E5%90%AB%E8%8B%B1/4888951?fr=aladdin]
 
*百度百科:诗学含英 [https://baike.baidu.com/item/%E8%AF%97%E5%AD%A6%E5%90%AB%E8%8B%B1/4888951?fr=aladdin]
 
*《笠翁对韵》全文阅读 [http://xh.5156edu.com/page/z7550m1720j20012.html]
 
*《笠翁对韵》全文阅读 [http://xh.5156edu.com/page/z7550m1720j20012.html]
 +
 +
==演示链接==
 +
*2011年非神经网络诗人 [http://tssc.sinaapp.com/ ]
 +
*诗三百人工智能诗人 [https://www.aichpoem.net/#/shisanbai/poem]
 +
*微软小冰(关注其公众号后,输入“作诗”,即可唤起小冰为你作诗) [http://www.xiaoice.com/]
 +
 +
==开发者资源==
 +
*中国诗歌数据库 [https://github.com/chinese-poetry/chinese-poetry]
 +
*Pytorch book中一个简单的RNN-CHAR生成古诗的github代码库 [https://github.com/chenyuntc/pytorch-book/tree/master/chapter09-neural_poet_RNN ]
 +
*一个基于Keras的notebook程序,应用起来更简单[https://github.com/youyuge34/Poems_generator_Keras]
 +
*用UER[https://github.com/dbiir/UER-py/]训练出的transformer模型,转成hugging face transformers模式[https://github.com/huggingface/transformers],可直接用预训练模型测试性能。注意,需要装transformers。实测TF模型可用,pytorch模型有问题。[https://huggingface.co/uer/gpt2-chinese-poem]
  
 
==高级读者==
 
==高级读者==
第20行: 第31行:
 
*清华大学CSLT AI诗人薇薇:[https://arxiv.org/pdf/1606.05829.pdf Can Machine Generate Traditional Chinese Poetry? A Feigenbaum Test]
 
*清华大学CSLT AI诗人薇薇:[https://arxiv.org/pdf/1606.05829.pdf Can Machine Generate Traditional Chinese Poetry? A Feigenbaum Test]
 
*图片流作诗:[https://dl.acm.org/doi/pdf/10.1145/3240508.3241910 Images2Poem : Generating Chinese Poetry from Image Streams]
 
*图片流作诗:[https://dl.acm.org/doi/pdf/10.1145/3240508.3241910 Images2Poem : Generating Chinese Poetry from Image Streams]
 
==链接==
 
*2011年非神经网络诗人 [http://tssc.sinaapp.com/ ]
 
*诗三百人工智能诗人 [https://www.aichpoem.net/#/shisanbai/poem]
 
*微软小冰 [http://www.xiaoice.com/]
 
 
==开发者资源==
 
*中国诗歌数据库 [https://github.com/chinese-poetry/chinese-poetry]
 
*Pytorch book中一个简单的RNN-CHAR生成古诗的github代码库 [https://github.com/chenyuntc/pytorch-book/tree/master/chapter09-neural_poet_RNN ]
 

2022年7月23日 (六) 12:43的版本

教学资料

扩展阅读

演示链接

  • 2011年非神经网络诗人 [6]
  • 诗三百人工智能诗人 [7]
  • 微软小冰(关注其公众号后,输入“作诗”,即可唤起小冰为你作诗) [8]

开发者资源

  • 中国诗歌数据库 [9]
  • Pytorch book中一个简单的RNN-CHAR生成古诗的github代码库 [10]
  • 一个基于Keras的notebook程序,应用起来更简单[11]
  • 用UER[12]训练出的transformer模型,转成hugging face transformers模式[13],可直接用预训练模型测试性能。注意,需要装transformers。实测TF模型可用,pytorch模型有问题。[14]

高级读者