machine-learning 2959
Evolutionary Algorithms: The Little Things (Part 1) « NashCoding
8 days ago by jonschoning
I'm the kind of person who finds himself reading about a new technology or a cool algorithm, and tries to implement it based on the high-level description. Unfortunately, I don't always guess everything correctly, and sometimes the implementation turns out to not work; or it kind of works, but not as well as expected, which can be even worse.
A key example of this for me was when I read about Evolutionary Algorithms. At the core, it's sounds so ingeniously simple:
Create a population of individuals
Score the individuals based on some performance metric
Kill off the weakest performers
Create children from the surviving parents
If not finished, go to #2
algorithm
machine-learning
ml
A key example of this for me was when I read about Evolutionary Algorithms. At the core, it's sounds so ingeniously simple:
Create a population of individuals
Score the individuals based on some performance metric
Kill off the weakest performers
Create children from the surviving parents
If not finished, go to #2
8 days ago by jonschoning
Read the Web :: Publications
8 days ago by haahr
Tom Mitchell's CMU project, including NELL
machine-learning
8 days ago by haahr
Copy this bookmark: