Atelier2
Atelier2
Lab 2
Objective : The main purpose behind this lab is to get familiar with Pytorch library, to build
neural architectures, CNN, RCNN, FCNN, Vit, etc for computer vision.
Work to do :
Part 1: CNN Classifier
3. Compare the two models (By using several metrics (Accuracy, F1 score, Loss, Training time))
4. By using retrained models (VGG16 and AlexNet) fine tune your model to the new dataSet,
then compare the obtained results to CNN and Faster R-CNN, what is your conclusion.
Vision Transformers (ViT), since their introduction by Dosovitskiy et. al. [reference] in 2020,
have dominated the field of Computer Vision, obtaining state-of-the-art performance in image
classification first, and later on in other tasks as well.
2. interpret the obtained results then compare them with the results obtained in the first part.
Notes :
• At the end each student must give a brief synthesis about what he has learn during
the proposed lab.
Université Abdelmalek Essaadi
Faculté ses Sciences et techniques de Tanger
Département Génie Informatique
Master : MBD
Deep Learning
Pr . ELAACHAk LOTFI
• Push the work in the Github repository and write a brief report in Github readme
file.
Tools: