-
Notifications
You must be signed in to change notification settings - Fork 45
SoftwareSynapse
DavidFreely edited this page Nov 9, 2025
·
3 revisions
Related: ConceptSynapse, SoftwareNeuron, SoftwareNeuronEngine
Each synapse consists of:
- the Id of (a) target neuron(s)
- a weight (floating-point number) that is being given the target neuron(s).
Synapses are added with a single function add synapse which adds a single synapse from the source neuron to the destination neuron with a given weight.