C# Class Accord.Neuro.Visualization.ActivationMaximization

Activation-Maximization method for visualizing neuron's roles.
ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
ActivationMaximization ( ActivationNeuron neuron ) : Accord.Math

Initializes a new instance of the ActivationMaximization class.

Maximize ( ) : double[]

Finds the value which maximizes the activation of this neuron.

Method Details

ActivationMaximization() public method

Initializes a new instance of the ActivationMaximization class.
public ActivationMaximization ( ActivationNeuron neuron ) : Accord.Math
neuron ActivationNeuron The neuron to be visualized.
return Accord.Math

Maximize() public method

Finds the value which maximizes the activation of this neuron.
public Maximize ( ) : double[]
return double[]