
Автор: Mark Watson
Издательство: Leanpub
Год: 2023-02-02
Страниц: 129
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB
A fun dive into AI programming with Python. We will cover Deep Learning, old fashioned symbolic AI, broad coverage of data sources as well as wide range of tips and techniques for using Python both in experiments and in production. This book is intended, dear reader, to show you a wide variety of practical Artificial Intelligence (AI) techniques and examples, and to be a jumping off point when you discover things that interest you or may be useful in your work. A common theme here is covering AI programming tasks that used to be difficult or impossible but are now much simpler using deep learning, of at least possible. I also cover a wide variety on non-deep learning material including a chapter on Symbolic AI that has historic interest and some current practical value. Why Python? Python is a very high level language that is easily readable by other programmers. Since Python is one of the most popular programming languages there are many available libraries and frameworks.