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