Skip to content
Snippets Groups Projects
_index.md 1.33 KiB
Newer Older
  • Learn to ignore specific revisions
  • 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)
    
    * [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)
    
    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)
       2. [Image classification using Convolution Neural Networks](tp_classification). (CNN, Pytorch)
    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)