Forked from
Alexandre MEYER / M1if37-Animation
This fork has diverged from the upstream repository.
-
Alexandre MEYER authoredAlexandre MEYER authored
_index.md 1.41 KiB
title: "Vision, image and machine learning (partie AM)"
description: "Partie A. Meyer"
The foundations of Deep Learning for images
Le Cours
- CM1: Introduction to neural networks (forward and backpropagation)
- CM2: Convolution Neural Networks (CNN)
- CM3: the “modern” vision (Segmentation, Tracking (YOLO), AE, GAN)
Tutorials (TP)
- Installation
- A neural network from scratch. (Python, numpy)
- Classification
- 2D Point Classification. (Pytorch) (If you follow the Master's Course, do not do it, go to question 2)
- Image classification using Convolution Neural Networks. (CNN, Pytorch)
- Style transfer between images. (Pytorch)
- Gesture transfer and person image generation