|
|
|
|
|
by Dn_Ab
5018 days ago
|
|
No, I am certain you are confusing Genetic Programming [1] for Genetic Algorithms [2]. I am a fan (do a lot with them) of the prior but have never really been impressed by the latter. Wikipedia says Genetic Programming is a specialization of genetic algorithms where the objects are programs. I think this is the only thing I have ever seen where the specialization turns out to be more general than the parent. I'd also like to point out that I although all ML learns models, all those I gave can learn stuff as what amounts to a bunch of IF-THEN statements. Well GP need not be so limited. And Random Forests lose the trees in the forest (harder to interpret) but yeah, that's why I formed that particular list. [1] http://en.wikipedia.org/wiki/Genetic_programming [2] http://en.wikipedia.org/wiki/Genetic_algorithm |
|
Trust me. I am not.