Author: Nikolaos G. Bourbakis
Publisher: World Scientific
ISBN: 9789810210571
Category : Computers
Languages : en
Pages : 742
Book Description
This volume is the first in a series which deals with the challenge of AI issues, gives updates of AI methods and applications, and promotes high quality new ideas, techniques and methodologies in AI. This volume contains articles by 38 specialists in various AI subfields covering theoretical and application issues.
Handbook of Research on Artificial Intelligence Techniques and Algorithms
Author: Vasant, Pandian
Publisher: IGI Global
ISBN: 1466672595
Category : Computers
Languages : en
Pages : 913
Book Description
For decades, optimization methods such as Fuzzy Logic, Artificial Neural Networks, Firefly, Simulated annealing, and Tabu search, have been capable of handling and tackling a wide range of real-world application problems in society and nature. Analysts have turned to these problem-solving techniques in the event during natural disasters and chaotic systems research. The Handbook of Research on Artificial Intelligence Techniques and Algorithms highlights the cutting edge developments in this promising research area. This premier reference work applies Meta-heuristics Optimization (MO) Techniques to real world problems in a variety of fields including business, logistics, computer science, engineering, and government. This work is particularly relevant to researchers, scientists, decision-makers, managers, and practitioners.
Publisher: IGI Global
ISBN: 1466672595
Category : Computers
Languages : en
Pages : 913
Book Description
For decades, optimization methods such as Fuzzy Logic, Artificial Neural Networks, Firefly, Simulated annealing, and Tabu search, have been capable of handling and tackling a wide range of real-world application problems in society and nature. Analysts have turned to these problem-solving techniques in the event during natural disasters and chaotic systems research. The Handbook of Research on Artificial Intelligence Techniques and Algorithms highlights the cutting edge developments in this promising research area. This premier reference work applies Meta-heuristics Optimization (MO) Techniques to real world problems in a variety of fields including business, logistics, computer science, engineering, and government. This work is particularly relevant to researchers, scientists, decision-makers, managers, and practitioners.
Search in Artificial Intelligence
Author: Leveen Kanal
Publisher: Springer Science & Business Media
ISBN: 1461387884
Category : Computers
Languages : en
Pages : 491
Book Description
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.
Publisher: Springer Science & Business Media
ISBN: 1461387884
Category : Computers
Languages : en
Pages : 491
Book Description
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
Author: Devangini Patel
Publisher: Packt Publishing Ltd
ISBN: 1789612470
Category : Computers
Languages : en
Pages : 120
Book Description
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.
Publisher: Packt Publishing Ltd
ISBN: 1789612470
Category : Computers
Languages : en
Pages : 120
Book Description
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.
Empirical Methods for Artificial Intelligence
Author: Paul R. Cohen
Publisher: Bradford Books
ISBN: 9780262032254
Category : Computers
Languages : en
Pages : 405
Book Description
This book presents empirical methods for studying complex computer programs: exploratory tools to help find patterns in data, experiment designs and hypothesis-testing tools to help data speak convincingly, and modeling tools to help explain data.
Publisher: Bradford Books
ISBN: 9780262032254
Category : Computers
Languages : en
Pages : 405
Book Description
This book presents empirical methods for studying complex computer programs: exploratory tools to help find patterns in data, experiment designs and hypothesis-testing tools to help data speak convincingly, and modeling tools to help explain data.
Operations Research and Artificial Intelligence: The Integration of Problem-Solving Strategies
Author: Donald E. Brown
Publisher: Springer Science & Business Media
ISBN: 9400922035
Category : Business & Economics
Languages : en
Pages : 503
Book Description
The purpose of this book is to introduce and explain research at the boundary between two fields that view problem solving from different perspectives. Researchers in operations research and artificial intelligence have traditionally remained separate in their activities. Recently, there has been an explosion of work at the border of the two fields, as members of both communities seek to leverage their activities and resolve problems that remain intractable to pure operations research or artificial intelligence techniques. This book presents representative results from this current flurry of activity and provides insights into promising directions for continued exploration. This book should be of special interest to researchers in artificial intelligence and operations research because it exposes a number of applications and techniques, which have benefited from the integration of problem solving strategies. Even researchers working on different applications or with different techniques can benefit from the descriptions contained here, because they provide insight into effective methods for combining approaches from the two fields. Additionally, researchers in both communities will find a wealth of pointers to challenging new problems and potential opportunities that exist at the interface between operations research and artificial intelligence. In addition to the obvious interest the book should have for members of the operations research and artificial intelligence communities, the papers here are also relevant to members of other research communities and development activities that can benefit from improvements to fundamental problem solving approaches.
Publisher: Springer Science & Business Media
ISBN: 9400922035
Category : Business & Economics
Languages : en
Pages : 503
Book Description
The purpose of this book is to introduce and explain research at the boundary between two fields that view problem solving from different perspectives. Researchers in operations research and artificial intelligence have traditionally remained separate in their activities. Recently, there has been an explosion of work at the border of the two fields, as members of both communities seek to leverage their activities and resolve problems that remain intractable to pure operations research or artificial intelligence techniques. This book presents representative results from this current flurry of activity and provides insights into promising directions for continued exploration. This book should be of special interest to researchers in artificial intelligence and operations research because it exposes a number of applications and techniques, which have benefited from the integration of problem solving strategies. Even researchers working on different applications or with different techniques can benefit from the descriptions contained here, because they provide insight into effective methods for combining approaches from the two fields. Additionally, researchers in both communities will find a wealth of pointers to challenging new problems and potential opportunities that exist at the interface between operations research and artificial intelligence. In addition to the obvious interest the book should have for members of the operations research and artificial intelligence communities, the papers here are also relevant to members of other research communities and development activities that can benefit from improvements to fundamental problem solving approaches.
Artificial Intelligence Methods and Applications
Author: Nikolaos G. Bourbakis
Publisher: World Scientific
ISBN: 9789810210571
Category : Computers
Languages : en
Pages : 742
Book Description
This volume is the first in a series which deals with the challenge of AI issues, gives updates of AI methods and applications, and promotes high quality new ideas, techniques and methodologies in AI. This volume contains articles by 38 specialists in various AI subfields covering theoretical and application issues.
Publisher: World Scientific
ISBN: 9789810210571
Category : Computers
Languages : en
Pages : 742
Book Description
This volume is the first in a series which deals with the challenge of AI issues, gives updates of AI methods and applications, and promotes high quality new ideas, techniques and methodologies in AI. This volume contains articles by 38 specialists in various AI subfields covering theoretical and application issues.
Artificial Intelligence Methods in Intelligent Algorithms
Author: Radek Silhavy
Publisher: Springer
ISBN: 3030198103
Category : Technology & Engineering
Languages : en
Pages : 417
Book Description
This book discusses the current trends in and applications of artificial intelligence research in intelligent systems. Including the proceedings of the Artificial Intelligence Methods in Intelligent Algorithms Section of the 8th Computer Science On-line Conference 2019 (CSOC 2019), held in April 2019, it features papers on neural networks algorithms, optimisation algorithms and real-world issues related to the application of artificial methods.
Publisher: Springer
ISBN: 3030198103
Category : Technology & Engineering
Languages : en
Pages : 417
Book Description
This book discusses the current trends in and applications of artificial intelligence research in intelligent systems. Including the proceedings of the Artificial Intelligence Methods in Intelligent Algorithms Section of the 8th Computer Science On-line Conference 2019 (CSOC 2019), held in April 2019, it features papers on neural networks algorithms, optimisation algorithms and real-world issues related to the application of artificial methods.
Search Methods for Artificial Intelligence
Author: Leonard Bolc
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 280
Book Description
This book contains a description of modern search methods that are in use mainly in the field of computer science, though with special stress on artificial intelligence, and go so far as to discuss practical application.
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 280
Book Description
This book contains a description of modern search methods that are in use mainly in the field of computer science, though with special stress on artificial intelligence, and go so far as to discuss practical application.
Artificial Intelligence Methods in the Environmental Sciences
Author: Sue Ellen Haupt
Publisher: Springer Science & Business Media
ISBN: 1402091192
Category : Science
Languages : en
Pages : 418
Book Description
How can environmental scientists and engineers use the increasing amount of available data to enhance our understanding of planet Earth, its systems and processes? This book describes various potential approaches based on artificial intelligence (AI) techniques, including neural networks, decision trees, genetic algorithms and fuzzy logic. Part I contains a series of tutorials describing the methods and the important considerations in applying them. In Part II, many practical examples illustrate the power of these techniques on actual environmental problems. International experts bring to life ways to apply AI to problems in the environmental sciences. While one culture entwines ideas with a thread, another links them with a red line. Thus, a “red thread“ ties the book together, weaving a tapestry that pictures the ‘natural’ data-driven AI methods in the light of the more traditional modeling techniques, and demonstrating the power of these data-based methods.
Publisher: Springer Science & Business Media
ISBN: 1402091192
Category : Science
Languages : en
Pages : 418
Book Description
How can environmental scientists and engineers use the increasing amount of available data to enhance our understanding of planet Earth, its systems and processes? This book describes various potential approaches based on artificial intelligence (AI) techniques, including neural networks, decision trees, genetic algorithms and fuzzy logic. Part I contains a series of tutorials describing the methods and the important considerations in applying them. In Part II, many practical examples illustrate the power of these techniques on actual environmental problems. International experts bring to life ways to apply AI to problems in the environmental sciences. While one culture entwines ideas with a thread, another links them with a red line. Thus, a “red thread“ ties the book together, weaving a tapestry that pictures the ‘natural’ data-driven AI methods in the light of the more traditional modeling techniques, and demonstrating the power of these data-based methods.
Artificial Intelligence
Author: Stuart Russell
Publisher: Createspace Independent Publishing Platform
ISBN: 9781537600314
Category :
Languages : en
Pages : 626
Book Description
Artificial Intelligence: A Modern Approach offers the most comprehensive, up-to-date introduction to the theory and practice of artificial intelligence. Number one in its field, this textbook is ideal for one or two-semester, undergraduate or graduate-level courses in Artificial Intelligence.
Publisher: Createspace Independent Publishing Platform
ISBN: 9781537600314
Category :
Languages : en
Pages : 626
Book Description
Artificial Intelligence: A Modern Approach offers the most comprehensive, up-to-date introduction to the theory and practice of artificial intelligence. Number one in its field, this textbook is ideal for one or two-semester, undergraduate or graduate-level courses in Artificial Intelligence.