LoginSignup
25
38

More than 5 years have passed since last update.

これからPyTorchに入門するためのリンク集

Posted at

PyTorch超入門

  • 丁寧でボリューム感がある
  • MNISTの例がわかりやすい
  • PyTorchによるニューラルモデルの実装例が多い

ライトニングpytorch入門

  • カスタマイズが参考になる
    • 自作活性化関数
    • Loss関数の自作
    • ダイナミックなネットワーク

実践Pytorch

  • Fine-tuningでResNetを利用する際の解説が厚め
  • 自作関数の作り方が掲載

【詳細(?)】pytorch入門 〜CIFAR10をCNNする〜

  • CIFAR-10を用いた実装例を紹介

Deep Learning with PyTorch: A 60 Minute Blitz

  • 公式チュートリアル

Creating extensions using numpy and scipy

  • Parameterの自作方法を紹介

jcjohnson/pytorch-examples

  • 非公式チュートリアル
  • 非公式ながら内容は厚い

practical-pytorch

  • Attentionベースseq2seqの実装を紹介
  • NMT屋さんは必読

PyTorchリンク集

  • このページで紹介したリンクの他に、強化学習系、GAN系のリンクを記載

The Incredible PyTorch

  • リンク集。非常に充実しているが、日本語記事はなさそう
25
38
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
25
38