Skip to content
Snippets Groups Projects
_index.md 1.55 KiB
Newer Older
Alexandre MEYER's avatar
Alexandre MEYER committed
---
Alexandre MEYER's avatar
Alexandre MEYER committed
title: "Vision, image and machine learning (partie AM)"
Alexandre MEYER's avatar
Alexandre MEYER committed
description: "Partie A. Meyer"
## The foundations of Deep Learning for images
Alexandre MEYER's avatar
Alexandre MEYER committed
  * [Alexandre Meyer](https://perso.liris.cnrs.fr/alexandre.meyer)
<!---
Alexandre MEYER's avatar
Alexandre MEYER committed
  * [L'ancienne page de cette partie](https://perso.liris.cnrs.fr/alexandre.meyer/public_html/www/doku.php?id=image_deeplearning)
-->
![Image alt](images/dl_am.jpg)
### Le Cours
Alexandre MEYER's avatar
Alexandre MEYER committed

Alexandre MEYER's avatar
Alexandre MEYER committed
* [CM1](doc/DLIM-CM1_NN.pdf): Introduction to neural networks (forward and backpropagation)
* [CM2](doc/DLIM-CM2_CNN.pdf): Convolution Neural Networks (CNN)
Alexandre MEYER's avatar
Alexandre MEYER committed
* [CM3](doc/DLIM-CM3_TowardGeneration.pdf): towards generative approaches and processing other types of data (AE, GAN skeleton-based)
* [CM4](doc/DLIM-CM4_Vision.pdf): the "modern" vision (Segmentation, Tracking-YOLO, Transformer for Images)
Alexandre MEYER's avatar
Alexandre MEYER committed
  

<!---
-   La vidéo du CM de la 1ère partie : TODO
-   La vidéo du CM de la 2e partie
<iframe width="560" height="315" src="//www.youtube.com/embed/ge7V2C7eVWk" frameborder="0" allowfullscreen></iframe>
-->
  
  
Alexandre MEYER's avatar
Alexandre MEYER committed
  
Alexandre MEYER's avatar
Alexandre MEYER committed

### Tutorials (TP)
Alexandre MEYER's avatar
Alexandre MEYER committed

0. [Installation](tp_installation)
Alexandre MEYER's avatar
Alexandre MEYER committed
1. [A neural network from scratch](tp_nnfromscratch).  (Python, numpy)
Alexandre MEYER's avatar
Alexandre MEYER committed
2. Classification
Alexandre MEYER's avatar
Alexandre MEYER committed
   1. [2D Point Classification](tp_classificationpoint). (Pytorch)   (If you follow the Master's Course, do not do it, go to question 2)
Alexandre MEYER's avatar
Alexandre MEYER committed
   2. [Image classification using Convolution Neural Networks](tp_classificationcnn). (CNN, Pytorch)
Alexandre MEYER's avatar
Alexandre MEYER committed
3. [Style transfer between images](tp_style). (Pytorch)
4. [Gesture transfer and person image generation](tp_dance)
Alexandre MEYER's avatar
Alexandre MEYER committed

* [Old TP: autoencoder and animation](tp_aeanimation)