Multi-Layer Perceptron from Scratch

less than 1 minute read

Published:

This is an implementation of multi-layer perceptron and its training with backpropagation from scratch using Numpy.

ColabLink