[Back to books]
Artificial Intelligence for Humans, Vol 2: Nature-Inspired Algorithms
- Title:
- Artificial Intelligence for Humans, Vol 2: Nature-Inspired Algorithms
- Author:
- Jeff Heaton
- ISBN:
- 9781499720570
- Pages:
- 242
- Status:
- Available
- Code:
- [Click Here]
- 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($9.99 USD), Buy Paperback: ($24.99 USD)
- Amazon UK: Buy Kindle(£7.99 GBP), Buy Paperback: (£19.99 GPB)
- Amazon Germany: Buy Kindle(€9.49 EUR), Buy Paperback: (€23.74 EUR)
- Amazon France: Buy Kindle(€9.49 EUR), Buy Paperback: (€23.74 EUR)
- Amazon Spain: Buy Kindle(€9.49 EUR), Buy Paperback: (€23.74 EUR)
- Amazon Italy: Buy Kindle(€9.49 EUR), Buy Paperback: (€23.74 EUR)
- Amazon Netherlands: Buy Kindle(€9.49 EUR), Buy Paperback: (€23.74 EUR)
- Amazon Poland: Buy Kindle(zł 43.76 PLN), Buy Paperback: (zł 109.46 PLN)
- Amazon Sweden: Buy Kindle(kr 99.3 SEK), Buy Paperback: (kr 248.4 SEK)
- Amazon Japan: Buy Kindle(¥1278.12 JPY), Buy Paperback: (¥3197.22 JPY)
- Amazon Canada: Buy Kindle($12.79 CAD), Buy Paperback: ($31.99 CAD)
- Amazon Australia: Buy Kindle($14.19 AUD), Buy Paperback: ($35.49 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.
Description
A great building requires a strong foundation. This book teaches basic Artificial Intelligence algorithms such as dimensionality, distance metrics, clustering, error calculation, hill climbing, Nelder Mead, and linear regression. These are not just foundational algorithms for the rest of the series, but are very useful in their own right. The book explains all algorithms using actual numeric calculations that you can perform yourself. Artificial Intelligence for Humans is a book series meant to teach AI to those without an extensive mathematical background. The reader needs only a knowledge of basic college algebra or computer programming?anything more complicated than that is thoroughly explained. Every chapter also includes a programming example. Examples are currently provided in Java, C#, and R.