MonoLayer Perceptron
This commit is contained in:
@@ -16,6 +16,8 @@ abstract class NetworkTraining
|
||||
*/
|
||||
public ActivationsFunctions $activationFunction;
|
||||
|
||||
public ?ActivationsFunctions $presentationLayerActivationFunction = null;
|
||||
|
||||
public function __construct(
|
||||
protected IDataSetReader $datasetReader,
|
||||
protected int $maxEpochs,
|
||||
|
||||
Reference in New Issue
Block a user