Team Meeting and Research discussions :-
What is neural network?
The neural network is constituted
by neural cell, as for these cells they have contact with each other. Therefore
we can build a neural network can simulate the biological neural network to
make feedback when input a signal. The processing of artificial neural network
is based on training to sample information, the training make it has human
characteristic, such as memory, identification ability, so it can deal with
input information. The field of neural networks can be thought of as being
related to artificial intelligence, machine learning, parallel processing,
statistics, and other fields. The attraction of neural networks is that they
are best suited to solving the problems that are the most difficult to solve by
traditional computational methods.
The back propagation
neural network model:
Each neuron receives a signal from
the neurons in the previous layer, and each of those signals is multiplied by a
separate weight value. The weighted inputs are summed, and passed through a
limiting function which scales the output to a fixed range of values. The
output of the limiter is then broadcast to all of the neurons in the next
layer. So, to use the network to solve a problem, we apply the input values to
the inputs of the first layer, allow the signals to propagate through the
network, and read the output values.
In the project design we design
three layers which include input, hidden and output layer. In the practical,
after feature extraction there is 35 (5*7) data to describe the image so the in
the input layer there are 35 neurons. As for the hidden layer, the number of
neurons can be calculated as following equation:


Meetting for poster:-
flow chart
No comments:
Post a Comment