Back Propagation Scale
Package:
Summary:
Implement neural networks using back propagation
Groups:
Author:
Description:
This class can be used to implement neural networks using back propagation.
It can setup a neural network work with a given number of layers.
The class takes a data set and a test output data set and runs the neural network using back propagation to to adjust weights based on network errors.
It can setup a neural network work with a given number of layers.
The class takes a data set and a test output data set and runs the neural network using back propagation to to adjust weights based on network errors.
Comments are closed.