svlobao / deeplearning-for-computervision

Implementing learning algorithms from scratch in Python (as much as possible)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Learning for Computer Vision

Description:

I have been studying Justin Johnson's Deep Learning for Computer Vision course, and I decided to try and implement some of its algorithms, from scratch!

I feel it gives one a good perspective on what's going on behind the curtains, and will surely help make crucial decisions in business or scientific contexts. So I am all in on it!

Roadmap:

  • Nearest Neighbors (NN)
  • K Nearest Neighbors (KNN)

About

Implementing learning algorithms from scratch in Python (as much as possible)


Languages

Language:Python 100.0%