![]() |
Perceptron |
One of the oldest applications of artificial intelligence is based on the simulation of animal nerve cells (neurons). Neural networks are made up of many interconnected components, and they are capable of some computational activity, although the neurons that make up these networks are usually quite simplified, compared to those that are part of the nervous system of human beings and other animals.
This type of application has been the subject of multiple exaggerations and unusual predictions. These networks have been said to be capable of solving the most difficult problems, NP-complete problems, like the traveling salesman problem, and similar ones. A normal program can solve these problems, but the time needed grows exponentially as a function of the size of the problem, while a neural network can solve them in a short time. To some extent this is true, provided that we bear in mind that the solution obtained is not necessarily the best, but only an approximation, which is often sufficient for our needs.