Define Core Classes
Abstract Neural Layer class
| Parameters : |
|
|---|
Init Layer random values
Layer simulation step
Neural Network class
| Parameters : |
|
|---|---|
| Connect format: |
|
Copy network
Iinitialization layers
Clear of deley
Save network on file
| Parameters : | fname: file name |
|---|
Simulate a neural network
| Parameters : |
|
|---|---|
| Returns : |
|
Simulated step
| Parameters : |
|
|---|---|
| Returns : |
|
Train network see net.trainf.__doc__
Base train abstract class
Only for train with teacher
Control of network training