|
| addLayer (Layer $layer) |
|
| getBackpropagation () |
|
| getLayers () |
|
| getLearningRate () |
|
| getOutput () |
|
| getOutputLayer () |
|
| getTargetClass ($target) |
|
| partialTrain (array $samples, array $targets, array $classes=[]) |
|
| predict (array $samples) |
|
| removeLayers () |
|
| setInput ($input) |
|
| setLearningRate (float $learningRate) |
|
| train (array $samples, array $targets) |
|
|
ActivationFunction null | $activationFunction |
|
Backpropagation | $backpropagation |
|
array | $classes = [] |
|
Layer[] | $layers = [] |
|
◆ addLayer()
Phpml\NeuralNetwork\Network\LayeredNetwork::addLayer |
( |
Layer | $layer | ) |
|
|
inherited |
◆ getLayers()
Phpml\NeuralNetwork\Network\LayeredNetwork::getLayers |
( |
| ) |
|
|
inherited |
◆ getOutput()
Phpml\NeuralNetwork\Network\MultilayerPerceptron::getOutput |
( |
| ) |
|
|
inherited |
◆ partialTrain()
Phpml\NeuralNetwork\Network\MultilayerPerceptron::partialTrain |
( |
array | $samples, |
|
|
array | $targets, |
|
|
array | $classes = [] ) |
|
inherited |
◆ predict()
Phpml\Estimator::predict |
( |
array | $samples | ) |
|
|
inherited |
◆ predictSample()
Phpml\Classification\MLPClassifier::predictSample |
( |
array | $sample | ) |
|
|
protected |
◆ setInput()
Phpml\NeuralNetwork\Network\LayeredNetwork::setInput |
( |
| $input | ) |
|
|
inherited |
◆ train()
Phpml\NeuralNetwork\Network\MultilayerPerceptron::train |
( |
array | $samples, |
|
|
array | $targets ) |
|
inherited |
◆ trainSample()
Phpml\Classification\MLPClassifier::trainSample |
( |
array | $sample, |
|
|
| $target ) |
|
protected |
The documentation for this class was generated from the following file:
- lib/mlbackend/php/phpml/src/Phpml/Classification/MLPClassifier.php