Skip to content

This repository contains all resources of my talk in SWB's Deep Learning training camp for University of Lagos.

Notifications You must be signed in to change notification settings

cybershiptrooper/CV_bootcamp_SWB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains all resources of my talk in SWB's Data Science Bootcamp for University of Lagos.

Topics covered:

  1. Basic image processing, understanding 3d scenes
  2. Introduction to supervised learning in the CV domain
  3. How to interpret vision models
  4. Advances in supervised learning in the CV domain

You will find the main presentation in cv_bootcamp.ipynb. To run this presentation on colab, please use this link. If you are visiting after the talk, you can just read through the notebook, and you won't miss a thing!

To run this on your local system, use the following steps:

git clone https://github.com/cybershiptrooper/CV_bootcamp_SWB.git
cd CV_bootcamp_SWB/resources 
source get_cifar10.sh

You will need pytorch, numpy and matplotlib to run the notebook.

Misc:

Bonus exercises are listed under the bonus_exercises folder. It consists of two exercises:

  1. Implementing Convolutions for multiple RGB images
  2. Implementing the attention mechanism you learnt in the last session

Both using numpy

Solutions and other resources can be found under resources. Apart from the datasets used, it has all the auxiliary notes, solutions to exercises in the notebook and some useful utilities to train on cifar 10.

About

This repository contains all resources of my talk in SWB's Deep Learning training camp for University of Lagos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages