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