专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
51好读  ›  专栏  ›  机器学习研究会

【学习】PyTorch官方教程

机器学习研究会  · 公众号  · AI  · 2017-03-27 19:12

正文



点击上方 “机器学习研究会” 可以订阅哦
摘要

转自:爱可可-爱生活

To get started with learning PyTorch, start with our Beginner Tutorials. The 60-minute blitz is the most common starting point, and gives you a quick introduction to PyTorch. If you like learning by examples, you will like the tutorial Learning PyTorch with Examples

If you would like to do the tutorials interactively via IPython / Jupyter, each tutorial has a download link for a Jupyter Notebook and Python source code.

We also provide a lot of high-quality examples covering image classification, unsupervised learning, reinforcement learning, machine translation and many other applications at https://github.com/pytorch/examples/

You can find reference documentation for PyTorch’s API and layers at http://docs.pytorch.org or via inline help.

If you would like the tutorials section improved, please send feedback to sasankchilamkurthy@gmail.com or open a github issue here with your feedback: https://github.com/pytorch/tutorials


Beginner Tutorials

  • Deep Learning with PyTorch: A 60 Minute Blitz

  • PyTorch for former Torch users

  • Learning PyTorch with Examples

  • Transfer Learning tutorial

  • Deep Learning for Natural Language Processing with Pytorch








请到「今天看啥」查看全文