0% found this document useful (0 votes)
19 views

Lab Report #4: Course Coordinator

The document is a lab report on back propagation that introduces back propagation neural networks, discusses the error back-propagation algorithm theory which consists of feeding input forward and calculating output error to feed backwards, and includes sections on introduction, algorithm, code, input, and output.

Uploaded by

M7. Sotari
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Lab Report #4: Course Coordinator

The document is a lab report on back propagation that introduces back propagation neural networks, discusses the error back-propagation algorithm theory which consists of feeding input forward and calculating output error to feed backwards, and includes sections on introduction, algorithm, code, input, and output.

Uploaded by

M7. Sotari
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

A

Lab Report #4
On
Back Propagation

Introduction to Fuzzy/Neural System


Course of
Mechatronics Engineering
MECH 633

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.

2. Error back-propagation algorithm theory


The error back-propagation algorithm consists of two big steps:

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

You might also like