Neural network

From The Jolly Contrarian
Revision as of 09:05, 14 December 2020 by Amwelladmin (talk | contribs) (Created page with "{{def|Neural network||n|}}An artificial neural network is a computing system vaguely inspired by the biological neural networks that constitute animal brains. It is based on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The Jolly Contrarian’s Dictionary
The snippy guide to financial services lingo.™


Dictionary.jpg

Index — Click ᐅ to expand:

Comments? Questions? Suggestions? Requests? Insults? We’d love to 📧 hear from you.
Sign up for our newsletter.

Neural network (n.)
An artificial neural network is a computing system vaguely inspired by the biological neural networks that constitute animal brains.

It is based on collections of nodes called artificial neurons, which loosely model the neurons in a biological brain. Each connection can transmit a signal to other neurons which then processes it and can signal neurons connected to it. The “signal” at a connection is a real number, and the output of each neuron is computed by some non-linear function of the sum of its inputs. The connections are called “edges”. Neurons and edges typically have a weight that adjusts as learning proceeds.