Answer Posted / sun
The term neural network was traditionally used to refer to a network or circuit of biological neurons. The modern usage of the term often refers to artificial neural networks, which are composed of artificial neurons or nodes. Thus the term has two distinct usages:
1. Biological neural networks are made up of real biological neurons that are connected or functionally related in a nervous system. In the field of neuroscience, they are often identified as groups of neurons that perform a specific physiological function in laboratory analysis.
2. Artificial neural networks are composed of interconnecting artificial neurons (programming constructs that mimic the properties of biological neurons). Artificial neural networks may either be used to gain an understanding of biological neural networks, or for solving artificial intelligence problems without necessarily creating a model of a real biological system. The real, biological nervous system is highly complex: artificial neural network algorithms attempt to abstract this complexity and focus on what may hypothetically matter most from an information processing point of view. Good performance (e.g. as measured by good predictive ability, low generalization error), or performance mimicking animal or human error patterns, can then be used as one source of evidence towards supporting the hypothesis that the abstraction really captured something important from the point of view of information processing in the brain. Another incentive for these abstractions is to reduce the amount of computation required to simulate artificial neural networks, so as to allow one to experiment with larger networks and train them on larger data sets.
This article focuses on the relationship between the two concepts; for detailed coverage of the two different concepts refer to the separate articles: biological neural network and artificial neural network
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are neural networks helpful in medicine?
Who is concerned with nns?
What is the advantage of pooling layer in convolutional neural networks?
What are the disadvantages of artificial neural networks?
How human brain works?
What are combination, activation, error, and objective functions?
What is Pooling in CNN and how does it work?
How neural networks became a universal function approximators?
Explain neural networks?
Describe the structure of artificial neural networks?
What learning rate should be used for backprop?
What is artificial intelligence neural networks?
What are the population, sample, training set, design set, validation set, and test set?
What is simple artificial neuron?
How are nns related to statistical methods?