- Hands-On Artificial Intelligence for Search
- Devangini Patel
- 200字
- 2021-07-23 16:53:53
Preface
With the emergence of big data and modern technologies, artificial intelligence (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, and finance.
This book will give you an understanding of what AI is. It explains basic search methods in detail: 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 they are not optimal in terms of either space or time, and efficient approaches to space and time will be explored. We will also look at how to formulate a problem, which involves 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, because they form the basis of search exploration. Finally, we will look into what a heuristic is, because this decides the suitability of one sub-solution over another and helps you decide which step to take.
- Microsoft Dynamics CRM Customization Essentials
- Visualforce Development Cookbook(Second Edition)
- Introduction to DevOps with Kubernetes
- Ansible Quick Start Guide
- TestStand工業自動化測試管理(典藏版)
- 21天學通Java Web開發
- Blender Compositing and Post Processing
- CompTIA Linux+ Certification Guide
- Hybrid Cloud for Architects
- 完全掌握AutoCAD 2008中文版:機械篇
- 網絡安全與防護
- Troubleshooting OpenVPN
- Visual Studio 2010 (C#) Windows數據庫項目開發
- 網絡存儲·數據備份與還原
- Kubernetes on AWS