Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkMachines Property

Gets the Restricted Boltzmann Machines on each layer of this deep network.

Namespace:  Accord.Neuro.Networks
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public IList<RestrictedBoltzmannMachine> Machines { get; }
Request Example View Source

Property Value

Type: IListRestrictedBoltzmannMachine
See Also