diff --git a/tests/Phpml/NeuralNetwork/Training/BackpropagationTest.php b/tests/Phpml/NeuralNetwork/Training/BackpropagationTest.php index 30f633f..dac5066 100644 --- a/tests/Phpml/NeuralNetwork/Training/BackpropagationTest.php +++ b/tests/Phpml/NeuralNetwork/Training/BackpropagationTest.php @@ -18,7 +18,7 @@ class BackpropagationTest extends \PHPUnit_Framework_TestCase [[1, 0], [0, 1], [1, 1], [0, 0]], [[1], [1], [0], [0]], $desiredError = 0.3, - 30000 + 40000 ); $this->assertEquals(0, $network->setInput([1, 1])->getOutput()[0], '', $desiredError);