Added configuration panel datasets, back-end refactor and others
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
class RandomSynapticWeights implements ISynapticWeights {
|
||||
class RandomSynapticWeights implements ISynapticWeightsProvider {
|
||||
public function generate(int $input_size): array
|
||||
{
|
||||
$weights = [];
|
||||
|
||||
Reference in New Issue
Block a user