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 ...
general deep neural network with L layers model built from scratch with python numpy. coded as a practice on Deep Learning Specialization first course by Andrew Ng. An educational Python project ...