new NNPlaygroundController(config)
Parameters:
| Name | Type | Description |
|---|---|---|
config |
Object | — ID-Mapping aller DOM-Elemente |
Members
_frameCount :number
- Description:
Frame counter for throttled updates
- Source:
Frame counter for throttled updates
Type:
- number
_trainingData :Array.<Object>|null
- Description:
Cached training data
- Source:
Cached training data
Type:
- Array.<Object> | null
_trainingRAF :number|null
- Description:
Animation frame ID
- Source:
Animation frame ID
Type:
- number | null
accuracyHistory :Array.<number>
- Description:
Accuracy history for chart
- Source:
Accuracy history for chart
Type:
- Array.<number>
board :TTTRegularBoard
- Description:
DRY Game Engine
- Source:
DRY Game Engine
Type:
charts :NNTrainingCharts|null
Type:
- NNTrainingCharts | null
currentPreset :string
- Description:
Current preset key
- Source:
Current preset key
Type:
- string
epoch :number
Type:
- number
isTraining :boolean
Type:
- boolean
lossHistory :Array.<number>
- Description:
Loss history for chart
- Source:
Loss history for chart
Type:
- Array.<number>
mlpViz :NNMLPVisualizer|null
Type:
- NNMLPVisualizer | null
network :NeuralNetwork|null
Type:
- NeuralNetwork | null
trainingSpeed :number
- Description:
Epochs per animation frame during training
- Source:
Epochs per animation frame during training
Type:
- number
Methods
destroy()
- Description:
Destroys the controller and cleans up.
- Source: