This repository contains a from-scratch neural network implementation in Python, focused on N-dimensional convolution and max-pooling layers together with backpropagation. The original project started ...
An educational Python project developed during the Neural Network And Deep Learning course, this repository features the implementation of a neural network from scratch, without external libraries, ...