Style |
Action |
Param |
mnSolidifyNetwork |
All the synpases of the model are petrified. The model will not be able to be trained. No more gradient computation, leverages, neither confidence intervals. |
ND |
Neuron modification. |
TNeuronData (1) structure address |
|
mnAddLoop |
Add a loop to the model. |
Pointeur sur un TLoopData structure address |
Add a differential loop to the model |
||
mnNewNeuron |
Create and insert a new neuron in the model |
TNeuronData structure address |
mnDestroyNeuron |
Destroy a neuron in the model |
TNeuronData structure address |
mnMoveNeuron |
Move a neuron in the model |
TSynapseData structure address |
mnMergeNeuron |
Merge two neurons in the model |
TSynapseData structure address |
mnNewSynapse |
Create a synaptic link |
TSynapseData structure address |
mnDestroySynapse |
Destroy a synapse |
TSynapseData structure address |
Modify a synapse |
TSynapseData (2) structure address |
|
mnNewLayer |
Create a neuron layer in the model |
TLayerData structure address |
mnDestroyLayer |
Destroy a neuron layer in the model |
TLayerData structure address |
mnMergeNetwork |
Merge two models |
TMergeData structure address |
mnCompactNetwork |
Suppress useless layers, neurons and synapses in the model. |
ND |