1 Minute Introduction to Convolutional Neural Networks
Before Convolutional Neural Networks were introduced, the way practitioners processed image data was by taking each pixel, extracting data from it such as its RGB values etc., The problem with this method is, we lose a lot of spatial structure. What ...
Nov 29, 20211 min read80
