SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine.NeuralNetworks.Parameter.CInfo Class Reference

Constructor info. More...

Inheritance diagram for SmartEngine.NeuralNetworks.Parameter.CInfo:
SmartEngine.NeuralNetworks.GraphNode.CInfo

Public Attributes

int Dimension = 1
 The output dimension of the layer. More...
 
float WeightMean = 0.0f
 Defines the mean of the weights when randomizing the values. More...
 
float WeightStandardDeviation = 1.0f
 Defines the standard deviation of the weights when randomizing the values. More...
 
- Public Attributes inherited from SmartEngine.NeuralNetworks.GraphNode.CInfo
string Name
 The name of this node. More...
 
Context Context
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Constructor info.

Member Data Documentation

◆ Dimension

int SmartEngine.NeuralNetworks.Parameter.CInfo.Dimension = 1

The output dimension of the layer.

◆ WeightMean

float SmartEngine.NeuralNetworks.Parameter.CInfo.WeightMean = 0.0f

Defines the mean of the weights when randomizing the values.

◆ WeightStandardDeviation

float SmartEngine.NeuralNetworks.Parameter.CInfo.WeightStandardDeviation = 1.0f

Defines the standard deviation of the weights when randomizing the values.