[Back to books]
Artificial Intelligence for Humans, Vol 1: Fundamental Algorithms
- Title:
- Artificial Intelligence for Humans, Vol 1: Fundamental Algorithms
- Author:
- ISBN:
- Pages:
- Status:
- Errata:
- Nothing yet.
Note: Our PDF books contain no DRM and can be printed, copied to multiple computers owned by you, and once downloaded do not require an internet connection.
Purchasing
You can purchase a Kindle or paperback below. Purchasing the book supports my projects and is greatly appreciated. I also allow you to download the entire book for free from
this link. The free book is the complete text without any limitations; there are also ways you can
support my ability to produce free content.
- Amazon USA: Buy Kindle($ USD), Buy Paperback: ($ USD)
- Amazon UK: Buy Kindle(£NaN GBP), Buy Paperback: (£NaN GPB)
- Amazon Germany: Buy Kindle(€NaN EUR), Buy Paperback: (€NaN EUR)
- Amazon France: Buy Kindle(€NaN EUR), Buy Paperback: (€NaN EUR)
- Amazon Spain: Buy Kindle(€NaN EUR), Buy Paperback: (€NaN EUR)
- Amazon Italy: Buy Kindle(€NaN EUR), Buy Paperback: (€NaN EUR)
- Amazon Netherlands: Buy Kindle(€NaN EUR), Buy Paperback: (€NaN EUR)
- Amazon Poland: Buy Kindle(zł NaN PLN), Buy Paperback: (zł NaN PLN)
- Amazon Sweden: Buy Kindle(kr NaN SEK), Buy Paperback: (kr NaN SEK)
- Amazon Japan: Buy Kindle(¥NaN JPY), Buy Paperback: (¥NaN JPY)
- Amazon Canada: Buy Kindle($NaN CAD), Buy Paperback: ($NaN CAD)
- Amazon Australia: Buy Kindle($NaN AUD), Buy Paperback: ($NaN AUD)
Note: prices above are an estimate, Amazon sets the final price. Amazon prices and currency exchange rates tend to fluxuate. Also, note that paperback and ebook may not be available in all regions.
Errata
Errors are corrected both in the ebook and paperback. As a result, there are several
“versions” of the book. You can tell what version of the book you have by page 4.
Between the ISBN and Copyright lines you will see an “Edition: “. If there is no
“Edition:” you have the original edition. The current edition is “1.1”, and was released
on December 19, 2014.
Errata for Initial Version (released 2013-11-25)
page 11:”you must reclassify the entire data set”, should be: “you must recluster the entire data set”
page 92: “The K-Means algorithm requires that each dimension contain the same number of dimensions.”, should be: “The K-Means algorithm requires that each observation contains the same number of dimensions.”
page 102: “You can see that RMS is essentially the square root of RMS.”, should be: “You can see that RMS is essentially the square root of MSE.”
page 131: At beginning of the last paragraph, Listing 7.3 is referenced should be Listing 8.2.
page 131: line 4: “to minimize” should be: “to maximize”
Errata for Current Published Version (released 2014-12-19)
- page 76: “We continue until we have a w that is greater than or equal to 1.0.”, should be: “We continue so long as we have a w that is greater than or equal to 1.0.”
- page 131: “We begin with Listing 8.1, which shows one iteration of the hill climbing algorithm.”, should be: “We begin with Listing 8.1, which shows the initialization of the hill climbing algorithm.”