| Class | Description |
|---|---|
| InputNeuron |
The
InputNeuron class is used to feed information into the neural network. |
| Neuron |
The
Neuron class represents a neuron in Aikas neural network and is connected to other neurons through
input synapses and output synapses. |
| Neuron.NormWeight | |
| Synapse |
The
Synapse class connects two neurons with each other. |
| Synapse.Key |
Copyright © 2017. All rights reserved.