/backpropagation-nn-from-scratch

Simple implementation of the backpropagation algorithm from scratch

Primary LanguagePython

Backpropagation algorithm from scratch

Implementation of the backpropagation algorithm in Python using only the numpy library.

Results

The effectiveness of the implementation is verified by proving the universal approximation theorem: any neural network architecture can find any mathematical function y= f(x) that can map attributes x to output y