PyTorch之人工智能學習路線
TyTorch | ||
http://pytorch.org/ | 官網 | |
http://pytorch.org/tutorials/ | 入門教程 | |
超簡單!pytorch入門教程(一):Tensor
http://www.jianshu.com/p/5ae644748f21
PyTorch深度學習:60分鐘入門(Translation)
https://zhuanlan.zhihu.com/p/25572330
Tensors and Dynamic neural networks in Python
with strong GPU acceleration.
PyTorch is a deep learning framework that puts Python first.
We are in an early-release Beta. Expect some adventures.
Welcome to PyTorch Tutorials
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 tutorialLearning 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 athttp://docs.pytorch.org or via inline help. If you would like the tutorials section improved, please open a github issue here with your feedback: https://github.com/pytorch/tutorials
本文出自 “運維自動化” 博客,請務必保留此出處http://shower.blog.51cto.com/4926872/1974547
PyTorch之人工智能學習路線