Image Recognition with Neural Networks From Scratch
- 4.5
Brief Introduction
Write An Image Recognition Program in PythonDescription
This is an introduction to Neural Networks. The course explains the math behind Neural Networks in the context of image recognition. By the end of the course, we will have written a program in Python that recognizes images without using any autograd libraries. The only prerequisite is some high school precalculus. Although the prerequisite is minimal, we will discuss many advanced topics including:
1) functions and their computational graphs.
2) neural networks
3) conceptually understand the derivative and the gradient.
4) gradient descent and backpropagation
5) the multivariable chain rule
6) mini-batch gradient descent
Requirements
- Requirements
- Some basic knowledge of Python.(Supplemental "Crash Course" resources are provided to review/learn Python.)
- Some basics knowledge of Numpy.(Supplemental "Crash Course" resources to review/learn Numpy.)
- Some high school precalculus.