Genetic Algorithms: Evolving Human Faces(lbrandy.com)
lbrandy.com
Genetic Algorithms: Evolving Human Faces
http://lbrandy.com/blog/2009/04/genetic-algorithms-evolving-human-faces/
1 comments
Our algorithm is also not a "face detector". It's a feature-based machine-learned image classifier that was trained on faces and non-faces. However, when speaking to those presumably without a background in machine learning, I think "face detector" conveys more information.
Also, the title "Steady-state-ish (MU, LAMBDA) evolution strategies algorithm, and/or population-based stochastic search: Evolving Human Faces" is too long.
Also, the title "Steady-state-ish (MU, LAMBDA) evolution strategies algorithm, and/or population-based stochastic search: Evolving Human Faces" is too long.
Also, this doesn't seem to be an apt analogy; I'm no expert on machine learning (certainly) but it seems to me that "face detector" is simply a catchy abstraction that does not necessarily contradict the underlying technicalities of your production.
My issue with your titling "Genetic Algorithms" is that it is not simply a more convenient, abstract way of expressing what you did: it is in fact a contradiction of terms with the underlying technical details of what you did.
My issue with your titling "Genetic Algorithms" is that it is not simply a more convenient, abstract way of expressing what you did: it is in fact a contradiction of terms with the underlying technical details of what you did.
I apologize for the attitude, and it wasn't directed at you, but it's driving me crazy how prevalent the confusion is as to what a genetic algorithm actually is.
This is some definition of "gotta" with which I was not previously acquainted. People will use technical terms in a manner that is not technically accurate. You can't stop them, it's part of the way language and communication works.
It's annoying, it's inaccurate, it's occasionally misleading, but it's inevitable.
It's annoying, it's inaccurate, it's occasionally misleading, but it's inevitable.
I'm not sure you're right about that. I think of a genetic algorithm as an optimization algorithm that imitates a genetic reproductive process. This algorithm seems to be a rough approximation of binary fission instead of sexual reproduction. Still a genetic process, just a different one than is typically used.
Yeah, this is basically just Newton's method of approximation, seeded with a random initial value. It will eventually converge on a local maximum defined by the facial recognition function.
This is not Newton's method; it is a random walk with pruning. Newton's method is a very specific way of finding roots of a function.
People have gotta stop referring to population-based methods of stochastic search as "genetic algorithms".