What books/tutorials do you recommend for learning Genetic algorithms, or AI in general?
I'd prefer language agnostic.
|
What books/tutorials do you recommend for learning Genetic algorithms, or AI in general? I'd prefer language agnostic.
| |||||
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Best book IMO for AI in general: Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig It's language agnostic and also has some things about genetic algorithms. | |||||
feedback
|
|
Mitchell's "An Introduction to Genetic Algorithms" is known as a good introductory-level book on genetic algorithms.
As an aside, if you want to become well-known in AI, change your last name to Mitchell. :) | |||
|
feedback
|
|
On GAs, best references for me so far:
Also if you're an absolute beginner I'd suggest you to start with the Hello World of Genetics Algorithms. There's nothing like a nice clean example to get started. | |||
|
feedback
|
|
Best books for Genetic Algorithm (IMHO):
| |||
|
feedback
|
|
I am currently reading this book, Evolutionary Computation. As the cover indicates, it attempts to bring in a unified overview of the field of Evolutionary Computing- speaking under one common umbrella about Evolutionary Strategies, Evolutionary Programming and Genetic Algorithms. So, if you are interested in this field, its a good book to pick up! | |||
|
feedback
|
|
You might also wanna take a look at this: | |||
feedback
|
|
Andries P. Engelbrecht, Computational Intelligence, An Introduction. 2nd Edition: You can find more from the original site: http://ci.cs.up.ac.za/ | |||
|
feedback
|
|
An excellent book on GA/GP/EC/metaheuristics is Sean Luke's essentials of metaheuristics. Well written beautiful layout and available for download. Doesn't get any better than that. | |||
|
feedback
|