Discover an Underrated face of Artificial Intelligence: the genetic algorithm.
In this article, I am going to explain the concept of genetic algorithm. First, I am going to present its origin and its goal. Then I am going to show you how to implement it with a short python tutorial. The naive solution is to create an "empirical algorithm" which is a set of rules: "if you meet this conditions, act like that". I could imagine that with enough rules like this we could reproduce natural intelligence.
Aug-30-2017, 17:40:11 GMT
- Technology: