PerceptronController

perceptron-controller~ PerceptronController

new PerceptronController()

Description:
  • Orchestriert Perceptron-Training, Visualisierung und UI.

Source:

Methods

manualStep(fastModeopt)

Description:
  • Executes one manual step-through phase. Called by the Step button or by auto-training.

Source:
Parameters:
Name Type Attributes Default Description
fastMode boolean <optional>
false

Skip visualization phases

toggleTrain()

Description:
  • Startet / stoppt das automatische Training.

Source:

perceptron-controller~ PerceptronController

new PerceptronController(ids)

Source:
Parameters:
Name Type Description
ids Object

– DOM-Element-IDs

Properties
Name Type Description
plotContainer string
archContainer string
equationContainer string
errorChartContainer string
dataTableBody string
dataTableWrapper string
tableTitle string
learningRuleDisplay string
datasetSelector string
learnRateInput string
maxEpochsInput string
speedSlider string
speedLabel string
trainBtn string
stepBtn string
resetBtn string
epochDisplay string
errorDisplay string
accuracyDisplay string
gaussianConfig string
errorChartToggle string

Methods

manualStep(fastModeopt)

Description:
  • Executes one manual step-through phase. Called by the Step button or by auto-training.

Source:
Parameters:
Name Type Attributes Default Description
fastMode boolean <optional>
false

Skip visualization phases

toggleTrain()

Description:
  • Startet / stoppt das automatische Training.

Source: