Some bugfixes and misc
This commit is contained in:
@@ -4,6 +4,8 @@ namespace App\Models\Perceptrons;
|
||||
|
||||
class InputNeuron extends Perceptron
|
||||
{
|
||||
private float $input = 0.0;
|
||||
|
||||
public function __construct(
|
||||
) {
|
||||
parent::__construct([]);
|
||||
|
||||
Reference in New Issue
Block a user