项目作者: carnotaur

项目描述 :
Tutorial on generation of unique superhero names using RNN
高级语言: Jupyter Notebook
项目地址: git://github.com/carnotaur/superhero_name_generation.git
创建时间: 2018-10-20T14:13:45Z
项目社区:https://github.com/carnotaur/superhero_name_generation

开源协议:

下载


superhero_name_generation

Tutorial on generation of unique superhero names using RNN
Link to google collab: https://colab.research.google.com/drive/1a_t2T1eHU82jZf2T5tYlFjtnXN5DEom-

Ссылки на полезные ресурсы:

Введение в pytorch tensors: https://github.com/Kyubyong/pytorch_exercises

Неофициальный PyTorch туториал: https://github.com/yunjey/pytorch-tutorial
Достаточно пройти Basics и Intermediate

  1. Basics
  2. PyTorch Basics
  3. Linear Regression
  4. Logistic Regression
  5. Feedforward Neural Network
  6. Intermediate
  7. Convolutional Neural Network
  8. Deep Residual Network
  9. Recurrent Neural Network
  10. Bidirectional Recurrent Neural Network
  11. Language Model (RNN-LM)

Официальные pytorch туториалы:
What is PyTorch? https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html#sphx-glr-beginner-blitz-tensor-tutorial-py

Neural Networks https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html#sphx-glr-beginner-blitz-neural-networks-tutorial-py

Training a Classifier https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html#sphx-glr-beginner-blitz-cifar10-tutorial-py

Transfer Learning Tutorial https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html

Classifying Names with a Character-Level RNN https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html

Generating Names with a Character-Level RNN https://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html