public class MultiLayerPerceptron extends NeuralNetwork<BackPropagation>
BackPropagation
,
MomentumBackpropagation
,
Serialized FormoutputBuffer
Constructor and Description |
---|
MultiLayerPerceptron(int... neuronsInLayers) |
MultiLayerPerceptron(List<Integer> neuronsInLayers)
Creates new MultiLayerPerceptron with specified number of neurons in layers
|
MultiLayerPerceptron(List<Integer> neuronsInLayers,
NeuronProperties neuronProperties)
Creates new MultiLayerPerceptron net with specified number neurons in
getLayersIterator
|
MultiLayerPerceptron(List<Integer> neuronsInLayers,
TransferFunctionType transferFunctionType) |
MultiLayerPerceptron(TransferFunctionType transferFunctionType,
int... neuronsInLayers) |
Modifier and Type | Method and Description |
---|---|
void |
connectInputsToOutputs() |
addLayer, addLayer, addListener, addPlugin, calculate, createConnection, createFromFile, createFromFile, fireNetworkEvent, getInputNeurons, getInputsCount, getLabel, getLayerAt, getLayers, getLayersCount, getLearningRule, getNetworkType, getOutput, getOutputLabels, getOutputNeurons, getOutputsCount, getPlugin, getWeights, indexOf, isEmpty, learn, learn, load, load, pauseLearning, randomizeWeights, randomizeWeights, randomizeWeights, randomizeWeights, removeLayer, removeLayerAt, removeListener, removePlugin, reset, resumeLearning, save, setInput, setInputNeurons, setLabel, setLearningRule, setNetworkType, setOutputLabels, setOutputNeurons, setWeights, stopLearning, toString
public MultiLayerPerceptron(List<Integer> neuronsInLayers)
neuronsInLayers
- collection of neuron number in layerspublic MultiLayerPerceptron(int... neuronsInLayers)
public MultiLayerPerceptron(TransferFunctionType transferFunctionType, int... neuronsInLayers)
public MultiLayerPerceptron(List<Integer> neuronsInLayers, TransferFunctionType transferFunctionType)
public MultiLayerPerceptron(List<Integer> neuronsInLayers, NeuronProperties neuronProperties)
neuronsInLayers
- collection of neuron numbers in layersneuronProperties
- neuron propertiesCopyright © 2019 Neuroph Project. All rights reserved.