VR Magic Gestures AI 1.1
VR Magic Gestures AI 1.1
Class Reference
RavingBots.MagicGestures.AI.Neural.Classic
Layer Class
Layer Constructor
Layer Properties
Layer Methods
Layer Fields
Layer Constructor
Construct a new layer with the given number of neurons and inputs, and the given activation function.
Namespace:
RavingBots.MagicGestures.AI.Neural.Classic
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
Layer
(
int
neuronCount
,
int
inputCount
,
Activation
FuncType
funcType
)
Parameters
neuronCount
Type:
System
Int32
inputCount
Type:
System
Int32
funcType
Type:
RavingBots.MagicGestures.AI.Neural.Classic
Activation
FuncType
See Also
Reference
Layer Class
RavingBots.MagicGestures.AI.Neural.Classic Namespace
RavingBots.MagicGestures.AI.Neural.Classic
Activation
(c) 2018 Raving Bots