Computer Vision is a field that focuses on teaching computers to "see," or to do tasks that the human visual system can do. Famous applications of Computer Vision include facial recognition, self-driving vehicles, and optical character recognition (OCR).
If you're interested in getting started in Computer Vision, I recommend reading my Introduction to Convolutional Neural Networks (CNNs) first.
Co-Authored by Phillip Wang
A gentle introduction to Visual Question Answering (VQA) using neural networks.
ReadA beginner-friendly guide on using Keras to implement a simple Convolutional Neural Network (CNN) in Python.
ReadA simple walkthrough of deriving backpropagation for CNNs and implementing it from scratch in Python.
ReadA simple guide to what CNNs are, how they work, and how to build one from scratch in Python.
Read