Skip to content
Snippets Groups Projects
_index.md 1.25 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

* [CM1](doc/DLIM-CM1_NN.pdf): Introduction to neural networks
* [CM2](doc/DLIM-CM2_CNN.pdf): ConvNN
* [CM3](doc/DLIM-CM3_Vision.pdf): the “modern” vision (Segmentation, Tracking (YOLO), AE, GAN)
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)
0. [Installation](tp_installation)
Alexandre MEYER's avatar
TP  
Alexandre MEYER committed
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)
3. [Style transfer between images](tp_style)
4. [Gesture transfer and person image generation](tp_dance)
Alexandre MEYER's avatar
Alexandre MEYER committed

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