Some bugfixes and misc
linter / quality (push) Successful in 4m24s
tests / ci (8.4) (push) Successful in 4m47s
tests / ci (8.5) (push) Successful in 5m0s

This commit is contained in:
2026-09-08 20:01:52 +02:00
parent 0e177f8491
commit 69e683bcaf
13 changed files with 120 additions and 33 deletions
+2
View File
@@ -4,6 +4,8 @@ namespace App\Models\Perceptrons;
class InputNeuron extends Perceptron
{
private float $input = 0.0;
public function __construct(
) {
parent::__construct([]);