10 Mar branching
What neurons do with their fibers and what computers do with their instructions. Arborization is a term for nerve fibers that become tree-like. Conditional statements bring about branching in computer code:
if x = true, then perform the left set of instructions
else, perform the right set of instructions
end.
Keywords: arborization
algorithm
process
decision
References: AI programming
algorithms
automata
computing
formalisms
logic
neurons
rules