PyTorch之人工智能学习路线
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PyTorch之人工智能学习路线相关的知识,希望对你有一定的参考价值。
TyTorch | ||
官网 | ||
入门教程 | ||
超简单!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之人工智能学习路线的主要内容,如果未能解决你的问题,请参考以下文章