/Multi-layer-Perceptron-Neural-Network

In this repository, we aim to implement a multi-layer perceptron neural network. To achieve this, we first analytically obtain the network's coefficients and then proceed with its implementation.

Primary LanguageJupyter Notebook

Multi-layer-Perceptron-Neural-Network

In this repository, we aim to implement a multi-layer perceptron neural network. To achieve this, we first analytically obtain the network's coefficients and then proceed with its implementation.

Consider the following neural network. For two given inputs, we intend to manually update the coefficients in two steps. (a=9, b=6)

image

image

image

image

image

image

image

Implementation Results:

image

image

image

image