Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 912 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 912 Bytes

Advance ML for Computer Vision Experis Academy

Lectures 2021 for Experis Academy | Kilometro Rosso


How is structured the Repo

  • docs/ :
    • DL4CV_Experis2020.pdf
    • Papers
  • day1/ : Introduction to computer vision, VGG, Transfer Learning
  • day2/ : Residual Learning, Advance Tranfer Learning, Pruning
  • extra/ : some extra material useful for brief recap on KL divergence applied to CV
  • fake exam/ : Add some extra material to be fixed!! : Unsupervised on CV task! + surprise!

Instruction

  • Fork Project!
  • git clone repo : locally
  • git remote -v
    • git remote add myfork your_repo
  • Remember to update daily : git pull origin main
  • Remember to add , commit, push ! : git push myfork main