/CNNWithExcel

An example of basic Convolutional Neural Network theory applied with Excel!

CNNWithExcel

An example of basic Convolutional Neural Network theory applied with Excel. Learned during ACloudGuru courses!

video.mp4

Objective

Using Convolution Neural Networks (CNN) concepts to recognize line patterns based on filters (slash, backslash, vertical and horizontal lines).

How

The drawing field is a 6x6 square, every filter has its own 6x6 square where every single cell is the SUM of PRODUCTS between the filter square (2x2) and a 2x2 sector inside the drawing field.

immagine

If the pattern has been recognized (like a DASH) the SUM of PRODUCTS between the two matrixes is 2, whenever a 2 is evaluated it means the filter is valid and the "The is line is a Dash" String is print.

immagine