Test Setup Failed
Pull Request — master (#352)
by Pol
03:32 queued 42s
created
src/NeuralNetwork/ActivationFunction/Gaussian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function compute($value): float
15 15
     {
16
-        return exp(- $value ** 2);
16
+        return exp(-$value ** 2);
17 17
     }
18 18
 
19 19
     /**
Please login to merge, or discard this patch.