deepstash
Beta
What is an algorithm? How computers know what to do with data
The instructions tell a computer how to transform a set of facts into useful information.
The facts are data. The useful information is knowledge for people, instructions for machines or input for another algorithm. Typical examples are sorting sets of numbers or finding routes through maps.
71 SAVES
SIMILAR ARTICLES & IDEAS:
7
Key Ideas
Neuroevolution is a form of artificial intelligence. It is a meta-algorithm, an algorithm for designing algorithms. It adopts the principles of biological evolution in order to design smarter algorithms. Eventually, the algorithms get pretty good at their job.
Traditionally, evolutionary algorithms are used to solve specific problems. For instance, the ability to control a two-legged robot. Solutions that perform the best on some metrics are selected to produce offspring.
In spite of successes, these algorithms are more computationally intensive than approaches such as "deep learning."
It goes beyond traditional evolutionary approaches. It explains innovation. Instead of optimizing for a specific goal, it embraces the creative exploration of a diverse population of solutions.
The steppingstone’s potential can be seen by analogy with biological evolution: feathers likely evolved for insulation and only later became handy for flight.