Class: SoftmaxNeuron

SoftmaxNeuron

new SoftmaxNeuron()

TODO doc SoftmaxNeuron
Implements:
Source:

Methods

_process(input) → {number}

TODO doc SoftmaxNeuron._process
Parameters:
Name Type Description
input array an array of input bits
Source:
Returns:
- the neuron's reduction of the input array to a value between 0 and 1 inclusive
Type
number