Description: The process to train and test a designed MLP neural network :
1) We make training patterns and test patterns.
2) A network architecture should be defined by newff MATLAB function with the
number of layers, neurons and transfer functions.
3) The defined neural network architecture is trained by train MATLAB function with
input patterns and training parameters.
4) We can easily check the result by using a sim MATLAB function.
File list (Check if you may need any files):
MLPNetworksimulation.pdf