Skip to content

Commit d3193de

Browse files
committed
Add Pytorch redirection in README
1 parent 81fcfbe commit d3193de

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pytorch/README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# PyTorch tutorial
2-
## Antoine Prouvost
32

4-
Put your understanding of deep learning into practice with (one of) the most flexible deep learning framework.
5-
6-
This interactive tutorial will show you how to implement a neural network along with some theoretical reminders, practical tips, and suggested code workflows.
7-
At first, PyTorch seems similar to Numpy, optimized high level numerical operations on arrays. This tutorial will show the three main components that makes PyTorch a dedicated Deep Learning framework, namely:
8-
- **GPU acceleration**, _i.e._ the ability do run parallel computation on a graphic card;
9-
- **Automatic differentiation**, _i.e._ an algorithm to automatically compute the gradients at a given point;
10-
- **A neural network API**, _i.e._ a set of classes and functions defining common deep learning abstractions, such as layers, datasets, and first order optimization algorithms.
11-
12-
PyTorch is both efficient in term of computations, and as little complexity for the user. As an exercise, we will use it to train a convolutional neural network for digit recognition.
3+
The tutorial has been moved. Please follow links below for the ressources:
4+
- [slides](https://www.prouvost.dev/tuto/pytorch/introduction.pdf)
5+
- [notebook](https://nbviewer.jupyter.org/urls/www.prouvost.dev/tuto/pytorch/tutorial.ipynb)

0 commit comments

Comments
 (0)