Exemplo n.º 1
0
 public abstract void initWeights(Random r, LayerBase nextLayer);
Exemplo n.º 2
0
 public abstract void Backpropagate(LayerBase input, Matrix errors);
Exemplo n.º 3
0
 public abstract void Backpropagate(LayerBase input, LayerBase output);
Exemplo n.º 4
0
 public abstract void FeedForward(LayerBase input);