Skip to content
Snippets Groups Projects
Commit e539a86a authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

...

parent 1f5fb959
No related branches found
No related tags found
No related merge requests found
Pipeline #170783 passed
......@@ -19,8 +19,8 @@ description: "Partie A. Meyer"
### Le Cours
* [CM1](doc/DLIM-CM1_NN.pdf): Introduction to neural networks
* [CM2](doc/DLIM-CM2_CNN.pdf): ConvNN
* [CM1](doc/DLIM-CM1_NN.pdf): Introduction to neural networks (forward and backpropagation)
* [CM2](doc/DLIM-CM2_CNN.pdf): Convolution Neural Networks (CNN)
* [CM3](doc/DLIM-CM3_Vision.pdf): the “modern” vision (Segmentation, Tracking (YOLO), AE, GAN)
......@@ -37,11 +37,12 @@ description: "Partie A. Meyer"
### Tutorials (TP)
0. [Installation](tp_installation)
1. [A neural network from scratch](tp_nnfromscratch).
2. CLassification
1. [2D Point Classification with Pytorch](tp_classificationpoint).
2. [Image classification with Convolution Neural Networks](tp_classification). (CNN, Pytorch)
2. Classification
1. [2D Point Classification with Pytorch](tp_classificationpoint).
2. [Image classification with Convolution Neural Networks](tp_classification). (CNN, Pytorch)
3. [Style transfer between images](tp_style)
4. [Gesture transfer and person image generation](tp_dance)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment