Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e9fc9b

Browse files
add link to Apple store, Leanpub, sample chapters, book description.
1 parent d221f8c commit 1e9fc9b

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

‎README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
11
# Genetic Algorithms with Python
22
Source code from the book Genetic Algorithms with Python by Clinton Sheppard
33

4-
![alt text](http://www.cs.unm.edu/~sheppard/img/Genetic_Algorithms_with_Python_cover.jpg "Genetic Algorithms with Python")
4+
Description
5+
===
6+
7+
<img align="right" src="http://www.cs.unm.edu/~sheppard/img/Genetic_Algorithms_with_Python_cover.jpg" alt="Genetic Algorithms with Python cover">
8+
Get a hands-on introduction to machine learning with genetic algorithms using Python. Step-by-step tutorials build your skills from Hello World! to optimizing one genetic algorithm with another, and finally genetic programming; thus preparing you to apply genetic algorithms to problems in your own field of expertise.
9+
10+
Genetic algorithms are one of the tools you can use to apply machine learning to finding good, sometimes even optimal, solutions to problems that have billions of potential solutions. This book gives you experience making genetic algorithms work for you, using easy-to-follow example projects that you can fall back upon when learning to use other machine learning tools and techniques. Each chapter is a step-by-step tutorial that helps to build your skills at using genetic algorithms to solve problems using Python.
11+
12+
Available from major stores including Amazon, Apple and Barnes &amp; Noble, in paperback, ePub, Kindle and PDF formats.
513

6-
ISBN-10: 1540324001, ISBN-13: 978-1540324009
14+
- https://www.amazon.com/Genetic-Algorithms-Python-Clinton-Sheppard/dp/1540324001/ ISBN-13: 978-1-540324-00-9 (paperback)
15+
- https://itunes.apple.com/us/book/genetic-algorithms-with-python/id1231392098 ISBN-13: 978-1-370764-62-4 (ePub)
16+
- https://www.amazon.com/dp/B01MYOWVJ2/ (Kindle Edition)
17+
- https://leanpub.com/genetic_algorithms_with_python (PDF)
718

8-
Get it from:
9-
- https://www.amazon.com/Genetic-Algorithms-Python-Clinton-Sheppard/dp/1540324001/ (paperback)
10-
- https://www.amazon.com/dp/B01MYOWVJ2/ (Kindle)
19+
Try the [sample chapters](http://bit.ly/28TBz3l).
1120

1221
Table of Contents
1322
===
1423

1524
A brief introduction to genetic algorithms
1625

1726
Chapter 1: Hello World!
18-
- Guess a password given the number of correct letters in the guess. Build a mutation engine.
27+
- Guess a password given the number of correct letters in the guess. Build a mutation engine.[See the sample](http://bit.ly/28TBz3l).
1928

2029
Chapter 2: One Max Problem
21-
- Produce an array of bits where all are 1s. Expands the engine to work with any type of gene.
30+
- Produce an array of bits where all are 1s. Expands the engine to work with any type of gene.[See the sample](http://bit.ly/28TBz3l).
2231

2332
Chapter 3: Sorted Numbers
2433
- Produce a sorted integer array. Demonstrates handling multiple fitness goals and constraints between genes.
@@ -54,7 +63,7 @@ Chapter 13: Approximating Pi
5463
- Find the two 10-bit numbers whose dividend is closest to Pi. Introduces using one genetic algorithm to tune another.
5564

5665
Chapter 14: Equation Generation
57-
- Find the shortest equation that produces a specific result using addition, subtraction, multiplication, &c. Introduces symbolic genetic programming.
66+
- Find the shortest equation that produces a specific result using addition, subtraction, multiplication, &amp;c. Introduces symbolic genetic programming.
5867

5968
Chapter 15: The Lawnmower Problem
6069
- Generate a series of instructions that cause a lawnmower to cut a field of grass. Genetic programming with control structures, objects and automatically defined functions (ADFs).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /