| Interface | Description |
|---|---|
| LayerInitializer |
The interface for layer initializator.
|
| NeuralNetInitializer |
Initializer's job is to randomize network's parameters i.e. weights and
biases.
|
| Class | Description |
|---|---|
| UniformInitializer |
The uniform initializer sets every weight and bias to a random number from
range
[min, max). |
Copyright © 2012. All Rights Reserved.