Initialize Neuron and Connection values.
- Source:
Methods
(static) learningRate() → {number}
Initialize the learning rate for a Neuron.
Initialize the learning rate for a Neuron.
- Source:
Returns:
- Type
- number
(static) weight(numInputs) → {number}
Initialize the weight for a Neuron.connection.
Initialize the weight for a Neuron.connection.
Parameters:
Name | Type | Description |
---|---|---|
numInputs |
- Source:
Returns:
- Type
- number