Artificial Intelligence with Python

Artificial Intelligence with Python
Author: Prateek Joshi
Publsiher: Packt Publishing Ltd
Total Pages: 437
Release: 2017-01-27
Genre: Computers
ISBN: 9781786469670

Download Artificial Intelligence with Python Book in PDF, Epub and Kindle

Build real-world Artificial Intelligence applications with Python to intelligently interact with the world around you About This Book Step into the amazing world of intelligent apps using this comprehensive guide Enter the world of Artificial Intelligence, explore it, and create your own applications Work through simple yet insightful examples that will get you up and running with Artificial Intelligence in no time Who This Book Is For This book is for Python developers who want to build real-world Artificial Intelligence applications. This book is friendly to Python beginners, but being familiar with Python would be useful to play around with the code. It will also be useful for experienced Python programmers who are looking to use Artificial Intelligence techniques in their existing technology stacks. What You Will Learn Realize different classification and regression techniques Understand the concept of clustering and how to use it to automatically segment data See how to build an intelligent recommender system Understand logic programming and how to use it Build automatic speech recognition systems Understand the basics of heuristic search and genetic programming Develop games using Artificial Intelligence Learn how reinforcement learning works Discover how to build intelligent applications centered on images, text, and time series data See how to use deep learning algorithms and build applications based on it In Detail Artificial Intelligence is becoming increasingly relevant in the modern world where everything is driven by technology and data. It is used extensively across many fields such as search engines, image recognition, robotics, finance, and so on. We will explore various real-world scenarios in this book and you'll learn about various algorithms that can be used to build Artificial Intelligence applications. During the course of this book, you will find out how to make informed decisions about what algorithms to use in a given context. Starting from the basics of Artificial Intelligence, you will learn how to develop various building blocks using different data mining techniques. You will see how to implement different algorithms to get the best possible results, and will understand how to apply them to real-world scenarios. If you want to add an intelligence layer to any application that's based on images, text, stock market, or some other form of data, this exciting book on Artificial Intelligence will definitely be your guide! Style and approach This highly practical book will show you how to implement Artificial Intelligence. The book provides multiple examples enabling you to create smart applications to meet the needs of your organization. In every chapter, we explain an algorithm, implement it, and then build a smart application.

Artificial Intelligence Through Search

Artificial Intelligence Through Search
Author: Chris Thornton,Benedict Du Boulay
Publsiher: Springer Science & Business Media
Total Pages: 371
Release: 2012-12-06
Genre: Computers
ISBN: 9789401128360

Download Artificial Intelligence Through Search Book in PDF, Epub and Kindle

This is an important textbook on artificial intelligence that uses the unifying thread of search to bring together most of the major techniques used in symbolic artificial intelligence. The authors, aware of the pitfalls of being too general or too academic, have taken a practical approach in that they include program code to illustrate their ideas. Furthermore, code is offered in both POP-11 and Prolog, thereby giving a dual perspective, highlighting the merits of these languages. Each chapter covers one technique and divides up into three sections: a section which introduces the technique (and its usual applications) andsuggests how it can be understood as a variant/generalisation of search; a section which developed a `low'-level (POP-11) implementation; a section which develops a high-level (Prolog) implementation of the technique. The authors also include useful notes on alternative treatments to the material, further reading and exercises. As a practical book it will be welcomed by a wide audience including, those already experienced in AI, students with some background in programming who are taking an introductory course in AI, and lecturers looking for a precise, professional and practical text book to use in their AI courses. About the authors: Dr Christopher Thornton has a BA in Economics, an Sc in Computer Science and a DPhil in Artificial Intelligence. Formerly a lecturer in the Department of AI at the University of Edinburgh, he is now a lecturer in AI in the School of Cognitive and Computing Sciences at the University of Sussex. Professor Benedict du Boulay has a BSc in Physics and a PhD in Artificial Intelligence. Previously a lecturer in the Department of Computing Science at the University of Aberdeen he is currently Professor of Artificial Intelligence, also in the School of Cognitive and Computing Sciences, University of Sussex.

Search in Artificial Intelligence

Search in Artificial Intelligence
Author: Leveen Kanal,Vipin Kumar
Publsiher: Springer Science & Business Media
Total Pages: 491
Release: 2012-12-06
Genre: Computers
ISBN: 9781461387886

Download Search in Artificial Intelligence Book in PDF, Epub and Kindle

Search is an important component of problem solving in artificial intelligence (AI) and, more generally, in computer science, engineering and operations research. Combinatorial optimization, decision analysis, game playing, learning, planning, pattern recognition, robotics and theorem proving are some of the areas in which search algbrithms playa key role. Less than a decade ago the conventional wisdom in artificial intelligence was that the best search algorithms had already been invented and the likelihood of finding new results in this area was very small. Since then many new insights and results have been obtained. For example, new algorithms for state space, AND/OR graph, and game tree search were discovered. Articles on new theoretical developments and experimental results on backtracking, heuristic search and constraint propaga tion were published. The relationships among various search and combinatorial algorithms in AI, Operations Research, and other fields were clarified. This volume brings together some of this recent work in a manner designed to be accessible to students and professionals interested in these new insights and developments.

Hands On Artificial Intelligence for Search

Hands On Artificial Intelligence for Search
Author: Devangini Patel
Publsiher: Packt Publishing Ltd
Total Pages: 120
Release: 2018-08-30
Genre: Computers
ISBN: 9781789612479

Download Hands On Artificial Intelligence for Search Book in PDF, Epub and Kindle

Make your searches more responsive and smarter by applying Artificial Intelligence to it Key Features Enter the world of Artificial Intelligence with solid concepts and real-world use cases Make your applications intelligent using AI in your day-to-day apps and become a smart developer Design and implement artificial intelligence in searches Book Description With the emergence of big data and modern technologies, AI has acquired a lot of relevance in many domains. The increase in demand for automation has generated many applications for AI in fields such as robotics, predictive analytics, finance, and more. In this book, you will understand what artificial intelligence is. It explains in detail basic search methods: Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search, which can be used to make intelligent decisions when the initial state, end state, and possible actions are known. Random solutions or greedy solutions can be found for such problems. But these are not optimal in either space or time and efficient approaches in time and space will be explored. We will also understand how to formulate a problem, which involves looking at it and identifying its initial state, goal state, and the actions that are possible in each state. We also need to understand the data structures involved while implementing these search algorithms as they form the basis of search exploration. Finally, we will look into what a heuristic is as this decides the quality of one sub-solution over another and helps you decide which step to take. What you will learn Understand the instances where searches can be used Understand the algorithms that can be used to make decisions more intelligent Formulate a problem by specifying its initial state, goal state, and actions Translate the concepts of the selected search algorithm into code Compare how basic search algorithms will perform for the application Implement algorithmic programming using code examples Who this book is for This book is for developers who are keen to get started with Artificial Intelligence and develop practical AI-based applications. Those developers who want to upgrade their normal applications to smart and intelligent versions will find this book useful. A basic knowledge and understanding of Python are assumed.

Artificial Intelligence

Artificial Intelligence
Author: David L. Poole,Alan K. Mackworth
Publsiher: Cambridge University Press
Total Pages: 821
Release: 2017-09-25
Genre: Computers
ISBN: 9781107195394

Download Artificial Intelligence Book in PDF, Epub and Kindle

Artificial Intelligence presents a practical guide to AI, including agents, machine learning and problem-solving simple and complex domains.

Artificial Intelligence

Artificial Intelligence
Author: Christopher Thornton
Publsiher: New Age International
Total Pages: 388
Release: 2007
Genre: Artificial intelligence
ISBN: 8122416616

Download Artificial Intelligence Book in PDF, Epub and Kindle

This Innovative Book On Artificial Intelligence (Ai) Uses The Unifying Thread Of Search To Bring Together The Major Application And Modeling Techniques That Use Symbolic Ai. Each Of The 11 Chapters Is Divided Into 3 Sections:# Section Which Introduces The Techniques# Section Which Develops A Low-Level (Pop-11) Implementation# Section Which Develops A High-Level (Prolog) ImplementationComprehensive Yet Practical, This Book Will Be Of Great Value To Those Experienced In Ai, As Well As To Students With Some Programming Background And Academics And Professionals Looking For A Precise Discussion Of Ai Through Search.This Special Low-Priced Edition Is For Sale In India, Bangladesh, Bhutan, Maldives, Nepal, Myanmar, Pakistan And Sri Lanka Only.

Deep Learning for Coders with fastai and PyTorch

Deep Learning for Coders with fastai and PyTorch
Author: Jeremy Howard,Sylvain Gugger
Publsiher: O'Reilly Media
Total Pages: 624
Release: 2020-06-29
Genre: Computers
ISBN: 9781492045496

Download Deep Learning for Coders with fastai and PyTorch Book in PDF, Epub and Kindle

Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. But as this hands-on guide demonstrates, programmers comfortable with Python can achieve impressive results in deep learning with little math background, small amounts of data, and minimal code. How? With fastai, the first library to provide a consistent interface to the most frequently used deep learning applications. Authors Jeremy Howard and Sylvain Gugger, the creators of fastai, show you how to train a model on a wide range of tasks using fastai and PyTorch. You’ll also dive progressively further into deep learning theory to gain a complete understanding of the algorithms behind the scenes. Train models in computer vision, natural language processing, tabular data, and collaborative filtering Learn the latest deep learning techniques that matter most in practice Improve accuracy, speed, and reliability by understanding how deep learning models work Discover how to turn your models into web applications Implement deep learning algorithms from scratch Consider the ethical implications of your work Gain insight from the foreword by PyTorch cofounder, Soumith Chintala

Artificial Intelligence with Python

Artificial Intelligence with Python
Author: Alberto Artasanchez,Prateek Joshi
Publsiher: Packt Publishing Ltd
Total Pages: 619
Release: 2020-01-31
Genre: Computers
ISBN: 9781839216077

Download Artificial Intelligence with Python Book in PDF, Epub and Kindle

New edition of the bestselling guide to artificial intelligence with Python, updated to Python 3.x, with seven new chapters that cover RNNs, AI and Big Data, fundamental use cases, chatbots, and more. Key FeaturesCompletely updated and revised to Python 3.xNew chapters for AI on the cloud, recurrent neural networks, deep learning models, and feature selection and engineeringLearn more about deep learning algorithms, machine learning data pipelines, and chatbotsBook Description Artificial Intelligence with Python, Second Edition is an updated and expanded version of the bestselling guide to artificial intelligence using the latest version of Python 3.x. Not only does it provide you an introduction to artificial intelligence, this new edition goes further by giving you the tools you need to explore the amazing world of intelligent apps and create your own applications. This edition also includes seven new chapters on more advanced concepts of Artificial Intelligence, including fundamental use cases of AI; machine learning data pipelines; feature selection and feature engineering; AI on the cloud; the basics of chatbots; RNNs and DL models; and AI and Big Data. Finally, this new edition explores various real-world scenarios and teaches you how to apply relevant AI algorithms to a wide swath of problems, starting with the most basic AI concepts and progressively building from there to solve more difficult challenges so that by the end, you will have gained a solid understanding of, and when best to use, these many artificial intelligence techniques. What you will learnUnderstand what artificial intelligence, machine learning, and data science areExplore the most common artificial intelligence use casesLearn how to build a machine learning pipelineAssimilate the basics of feature selection and feature engineeringIdentify the differences between supervised and unsupervised learningDiscover the most recent advances and tools offered for AI development in the cloudDevelop automatic speech recognition systems and chatbotsApply AI algorithms to time series dataWho this book is for The intended audience for this book is Python developers who want to build real-world Artificial Intelligence applications. Basic Python programming experience and awareness of machine learning concepts and techniques is mandatory.