Example #1
0
 public abstract void initWeights(Random r, LayerBase nextLayer);
Example #2
0
 public abstract void Backpropagate(LayerBase input, Matrix errors);
Example #3
0
 public abstract void Backpropagate(LayerBase input, LayerBase output);
Example #4
0
 public abstract void FeedForward(LayerBase input);