Click or drag to resize
Accord.NET (logo)

DeepBeliefNetwork Properties

The DeepBeliefNetwork type exposes the following members.

Properties
  NameDescription
Public propertyInputsCount
Network's inputs count.
(Inherited from Network.)
Public propertyLayers
Network's layers.
(Inherited from Network.)
Public propertyMachines
Gets the Restricted Boltzmann Machines on each layer of this deep network.
Public propertyOutput
Network's output vector.
(Inherited from Network.)
Public propertyOutputCount
Gets the number of output neurons in the network (the size of the computed output vectors).
Top
See Also