Vision, image and machine learning (partie AM)
The foundations of Deep Learning for images #
Le Cours #
- CM1: Introduction to neural networks (forward and backpropagation)
- CM2: Convolution Neural Networks (CNN)
- CM3: Auto-encoder (AE), processing skeleton data, introduction to generative approaches (basic GAN)
- CM4: the “modern” vision (Segmentation, Tracking-YOLO, Transformer for Images)
Tutorials (TP) #
- Installation
- A neural network from scratch. (Python, numpy)
- Classification
- 2D Point Classification. (Pytorch) (If you follow the Master’s Course, go directly to question 2.2 or 3)
- Image classification using Convolution Neural Networks. (CNN, Pytorch)
- Style transfer between images. (Pytorch)
- Gesture transfer and person image generation