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