quickProapagtion and tests
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Learning {
|
||||
|
||||
protected:
|
||||
|
||||
inline void resize() {
|
||||
virtual inline void resize() {
|
||||
if(deltas.size()!=network.size())
|
||||
deltas.resize(network.size());
|
||||
|
||||
@@ -43,6 +43,8 @@ namespace Learning {
|
||||
}
|
||||
}
|
||||
|
||||
virtual void updateWeights(const std::vector<float> &input);
|
||||
|
||||
FeedForward::Network &network;
|
||||
|
||||
CorrectionFunction::CorrectionFunction *correctionFunction;
|
||||
|
||||
Reference in New Issue
Block a user