Mail Archives: djgpp/1997/03/13/12:45:30
Mark T Logan wrote:
> All it is, (AFAIK, I'm know expert) is a set of functions (usually
> member functions),
> which call other functions based on simple tests.
> This is like a brain, where a neural cell has several tendrils snaking
> out to connect with the axon of another cell. When that axon
> fires, it activates the aforementioned neuron, which may/may not
> fire it's axon.
Neural network implementations are even closer to the model of the brain
than what you specify. Usually you have virtual neurons and axons with
connecting the different neurons. Each neuron has a threshhold and each
axon has a weight. The input to each neuron is the sum of the weighted
inputs from all the neurons it's connected to. A neuron will fire if and
only if the input it receives exceeds its threshhold.
Neural networks can be trained to create the desired response, which is
what makes them valuable in the artificial intelligence field.
--
Erik Max Francis, &tSftDotIotE / email: max AT alcyone DOT com
Alcyone Systems / web: http://www.alcyone.com/max/
San Jose, California, United States / icbm: 37 20 07 N 121 53 38 W
\
"I am become death, / destroyer of worlds."
/ J. Robert Oppenheimer (quoting legend)
- Raw text -