Lab Report #4: Course Coordinator
Lab Report #4: Course Coordinator
Lab Report #4
On
Back Propagation
Submitted by:
1 Majd Mohammed Anas BH17500440
Submitted to:
Dr. Sathees
Course Coordinator
Theory
1. Introduction
The Back-Propagation Neural Network is a feed-forward network with a quite simple
architecture. The architecture of the network consists of an input layer, one or more hidden
layers and an output layer. This type of network can distinguish data that is not linearly
separable. We use error back-propagation algorithm to tune the network iterative.
1. Feeding forward the input from the database to the input layer than to the hidden
layers and finally to the output layer.
2. Calculating the output error and feeding it backwards tuning the network's variables.
Algorithm
Code
Input
Output