Click or drag to resize
Accord.NET (logo)

StochasticLayerCopyReversedWeightsFrom Method

Copy the weights of another layer in reversed order. This can be used to update visible layers from hidden layers and vice-versa.

Namespace:  Accord.Neuro.Layers
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public void CopyReversedWeightsFrom(
	StochasticLayer layer
)
Request Example View Source

Parameters

layer
Type: Accord.Neuro.LayersStochasticLayer
The layer to copy the weights from.
See Also