Content Disclaimer
Copyright @2020.
All Rights Reserved.

StatsToDo: Backpropagation Neural Network

Links : Home Index (Subjects) Contact StatsToDo



Explanations Calculations
Hints and Suggestions Javascript Program
Network Structure
   Training schedule
Learning rate maximum
Learning rate minimum
Decrement
Number of iterations per decrement
Acceptable error
Maximum Iterations

Data Matrix

Training status
Cycle    Learning Rate
Max error : Last cycle=    This cycle=
Numberof : error>0.5=    error>0.1=    Changed=
Comment

Neural Net Matrix

Using the Trained neural Net

Using the structure, input data and trained neural net

Calculate output from information in Structure, input data, and neural net text areas

Translate Neural Net as Javascript Program

R Codes