[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.
The book is also available from Amazon's international stores; when you open a link above, Amazon will offer to switch you to your local store.
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.