Skip to content

Latest commit

 

History

History

README.md

使用Numpy实现char-RNN语言模型

python rnn.py 

使用PyTorch实现CNN

jupyter notebook
# 选择PyTorch-CNN.ipynb

使用RNN实现姓名分类

jupyter notebook
# 选择char-rnn-classifier.ipynb

使用PyTorch实现char-RNN语言模型

jupyter notebook
# 选择char-rnn-generator.ipynb

使用seq2seq+attention实现法语到英语的翻译

jupyter notebook
# 选择seq2seq-translation.ipynb

batch版本的中文到英语的翻译

jupyter notebook
# 选择seq2seq-translation-batched-cn.ipynb