Modular neural network: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 89.176.207.6 to version by Citation bot. Report False Positive? Thanks, ClueBot NG. (3695627) (Bot)
Line 15:
 
===Efficiency===
The possible [[neuron]] (node) connections increase exponentially [EDIT: quadratically] as nodes are added to a network. Computation time depends on the number of nodes and their connections, any increase has drastic consequences for processing time. Assigning specific subtasks to individual modules reduce the number of necessary connections.
 
===Training===