NNPlaygroundController

NNPlaygroundController

new NNPlaygroundController(config)

Source:
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

Source:
Type:

currentPreset :string

Description:
  • Current preset key

Source:

Current preset key

Type:
  • string

epoch :number

Source:
Type:
  • number

isTraining :boolean

Source:
Type:
  • boolean

lossHistory :Array.<number>

Description:
  • Loss history for chart

Source:

Loss history for chart

Type:
  • Array.<number>

mlpViz :NNMLPVisualizer|null

Source:
Type:

network :NeuralNetwork|null

Source:
Type:

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: