removing potentials
This commit is contained in:
@@ -10,7 +10,6 @@ int main()
|
||||
|
||||
srand(time(NULL));
|
||||
NeuralNetwork::FeedForward ns({1,1});
|
||||
ns[0][0].setPotential(0);
|
||||
ns[1][1].setWeight(0,0);
|
||||
ns[1][1].setWeight(1,1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user