linkedin facebook twitter rss

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.