Handcrafted CNN from scratch - convolutional layer

This repo is inspired by my undergrad homework. The training speed was improved by 60x after refactoring the code. This article aims to illustrate how I used dot product instead of loops to perform...