117 093 Model
117 093 Model
Introduction
Dataset Overview
The dataset used for training the neural network was sourced from
[Mendeley Data](https://data.mendeley.com/datasets/7zcc8v6hvp/1). It
includes 770 samples with the following features:
1. Glucose
2. Blood Pressure
3. Skin Thickness
4. Insulin
5. Diabetes status (output)System Explanation
Variables:
x1 : Glucose
x2: Blood Pressure
x3: Skin Thickness
x4: Insulin
y: Diabetes status (output)
Neural Network Model’s While-training and Post-training Graphs:
Neural networks do not typically use differential equations in the same way
traditional control systems do. However, the training process can be viewed
as an optimization problem where the error function is minimized using
gradient descent.
C. Transfer Function
The transfer function is not explicitly defined for neural networks as it is for
linear time-invariant systems. However, the activation function within each
neuron can be considered a non-linear transfer function. Common activation
functions include the sigmoid function:
E. Block Diagram
The signal flow graph for the neural network illustrates the flow of data from
the input layer through the hidden layers to the output layer. Each node
represents a neuron, and directed edges represent the weights.
G. Stability
H. Steady-State Error
Steady-state error is the difference between the desired output and the
actual output after the neural network has been trained. It can be measured
using metrics such as mean squared error (MSE):
I. Root Locus
J. Time Response
Examples:
1. Example 1: Training Accuracy
Conclusion