Learning to Solve Problems by Searching for Macro-operators

Learning to Solve Problems by Searching for Macro-operators
Title Learning to Solve Problems by Searching for Macro-operators PDF eBook
Author Richard E. Korf
Publisher
Pages 132
Release 1983
Genre Problem solving
ISBN

Download Learning to Solve Problems by Searching for Macro-operators Book in PDF, Epub and Kindle

This thesis explores the idea of learning efficient strategies for solving problems by searching for macro-operators. A macro-operator, or macro for short, is simply a sequence of operators chosen from the primitive operators of a problem. The technique is particularly useful for problems with non-serializable subgoals, such as Rubik's Cube, for which other weak methods fail. Both a problem-solving program and a learning program are described in detail. The performance of these programs is analyzed in terms of the number of macros required to solve all problem instances, the length of the resulting solutions (expressed as the number of primitive moves), and the amount of time necessary to learn the macros. In addition, a theory of why the method works, and a characterization of the range of the problems for which its is useful are presented. The theory introduces a new type of problem structure called operator decomposability. Finally, it is concluded that the macro technique is a valuable addition to the class of weak methods, that macro-operators constitute an interesting and important representation of knowledge, and that searching for macros may be a useful general learning paradigm. (kr).

Learning to Solve Problems by Searching for Macro-operators

Learning to Solve Problems by Searching for Macro-operators
Title Learning to Solve Problems by Searching for Macro-operators PDF eBook
Author Richard E. Korf
Publisher Financial Times/Prentice Hall
Pages 166
Release 1985
Genre Computers
ISBN

Download Learning to Solve Problems by Searching for Macro-operators Book in PDF, Epub and Kindle

This monograph explores the idea of learning efficient strategies for solving problems by searching for macro-operators.

A General Explanation-Based Learning Mechanism and Its Application to Narrative Understanding

A General Explanation-Based Learning Mechanism and Its Application to Narrative Understanding
Title A General Explanation-Based Learning Mechanism and Its Application to Narrative Understanding PDF eBook
Author Raymond J. Mooney
Publisher Morgan Kaufmann
Pages 190
Release 1990
Genre Computers
ISBN 9781558600911

Download A General Explanation-Based Learning Mechanism and Its Application to Narrative Understanding Book in PDF, Epub and Kindle

By Raymond J. Mooney.

The Role of Macro Operators in Expert Problem Solving Skill

The Role of Macro Operators in Expert Problem Solving Skill
Title The Role of Macro Operators in Expert Problem Solving Skill PDF eBook
Author Freddy Soewito
Publisher
Pages 212
Release 1990
Genre Expert systems (Computer science)
ISBN

Download The Role of Macro Operators in Expert Problem Solving Skill Book in PDF, Epub and Kindle

Machine Learning

Machine Learning
Title Machine Learning PDF eBook
Author Tom M. Mitchell
Publisher Springer Science & Business Media
Pages 413
Release 2012-12-06
Genre Computers
ISBN 1461322790

Download Machine Learning Book in PDF, Epub and Kindle

One of the currently most active research areas within Artificial Intelligence is the field of Machine Learning. which involves the study and development of computational models of learning processes. A major goal of research in this field is to build computers capable of improving their performance with practice and of acquiring knowledge on their own. The intent of this book is to provide a snapshot of this field through a broad. representative set of easily assimilated short papers. As such. this book is intended to complement the two volumes of Machine Learning: An Artificial Intelligence Approach (Morgan-Kaufman Publishers). which provide a smaller number of in-depth research papers. Each of the 77 papers in the present book summarizes a current research effort. and provides references to longer expositions appearing elsewhere. These papers cover a broad range of topics. including research on analogy. conceptual clustering. explanation-based generalization. incremental learning. inductive inference. learning apprentice systems. machine discovery. theoretical models of learning. and applications of machine learning methods. A subject index IS provided to assist in locating research related to specific topics. The majority of these papers were collected from the participants at the Third International Machine Learning Workshop. held June 24-26. 1985 at Skytop Lodge. Skytop. Pennsylvania. While the list of research projects covered is not exhaustive. we believe that it provides a representative sampling of the best ongoing work in the field. and a unique perspective on where the field is and where it is headed.

Learning Search Control Knowledge

Learning Search Control Knowledge
Title Learning Search Control Knowledge PDF eBook
Author Steven Minton
Publisher Springer Science & Business Media
Pages 217
Release 2012-12-06
Genre Computers
ISBN 1461317037

Download Learning Search Control Knowledge Book in PDF, Epub and Kindle

The ability to learn from experience is a fundamental requirement for intelligence. One of the most basic characteristics of human intelligence is that people can learn from problem solving, so that they become more adept at solving problems in a given domain as they gain experience. This book investigates how computers may be programmed so that they too can learn from experience. Specifically, the aim is to take a very general, but inefficient, problem solving system and train it on a set of problems from a given domain, so that it can transform itself into a specialized, efficient problem solver for that domain. on a knowledge-intensive Recently there has been considerable progress made learning approach, explanation-based learning (EBL), that brings us closer to this possibility. As demonstrated in this book, EBL can be used to analyze a problem solving episode in order to acquire control knowledge. Control knowledge guides the problem solver's search by indicating the best alternatives to pursue at each choice point. An EBL system can produce domain specific control knowledge by explaining why the choices made during a problem solving episode were, or were not, appropriate.

Changes of Problem Representation

Changes of Problem Representation
Title Changes of Problem Representation PDF eBook
Author Eugene Fink
Publisher Physica
Pages 360
Release 2013-03-20
Genre Computers
ISBN 3790817740

Download Changes of Problem Representation Book in PDF, Epub and Kindle

The purpose of our research is to enhance the efficiency of AI problem solvers by automating representation changes. We have developed a system that improves the description of input problems and selects an appropriate search algorithm for each given problem. Motivation. Researchers have accumulated much evidence on the impor tance of appropriate representations for the efficiency of AI systems. The same problem may be easy or difficult, depending on the way we describe it and on the search algorithm we use. Previous work on the automatic im provement of problem descriptions has mostly been limited to the design of individual learning algorithms. The user has traditionally been responsible for the choice of algorithms appropriate for a given problem. We present a system that integrates multiple description-changing and problem-solving algorithms. The purpose of the reported work is to formalize the concept of representation and to confirm the following hypothesis: An effective representation-changing system can be built from three parts: • a library of problem-solving algorithms; • a library of algorithms that improve problem descriptions; • a control module that selects algorithms for each given problem.