Narrow your search
Listing 1 - 10 of 87 << page
of 9
>>
Sort by

Book
2012 3rd International Workshop on Cognitive Information Processing
Author:
ISBN: 1467318787 1467318779 Year: 2012 Publisher: [Place of publication not identified] IEEE

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Machine learning


Book
Machine learning : the art and science of algorithms that make sense of data
Author:
ISBN: 1139579797 0511973004 1139569414 1139572970 1107255058 1139571222 1283715570 1139570315 Year: 2012 Publisher: Cambridge : Cambridge University Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

As one of the most comprehensive machine learning texts around, this book does justice to the field's incredible richness, but without losing sight of the unifying principles. Peter Flach's clear, example-based approach begins by discussing how a spam filter works, which gives an immediate introduction to machine learning in action, with a minimum of technical fuss. Flach provides case studies of increasing complexity and variety with well-chosen examples and illustrations throughout. He covers a wide range of logical, geometric and statistical models and state-of-the-art topics such as matrix factorisation and ROC analysis. Particular attention is paid to the central role played by features. The use of established terminology is balanced with the introduction of new and useful concepts, and summaries of relevant background material are provided with pointers for revision if necessary. These features ensure Machine Learning will set a new standard as an introductory textbook.

Keywords

Machine learning


Book
Foundations of machine learning
Authors: --- ---
ISBN: 9780262018258 026201825X Year: 2012 Publisher: Cambridge, MA : The MIT Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This graduate-level textbook introduces fundamental concepts and methods in machine learning. It describes several important modern algorithms, provides the theoretical underpinnings of these algorithms, and illustrates key aspects for their application. The authors aim to present novel theoretical tools and concepts while giving concise proofs even for relatively advanced topics. Foundations of Machine Learning fills the need for a general textbook that also offers theoretical details and an emphasis on proofs. Certain topics that are often treated with insufficient attention are discussed in more detail here; for example, entire chapters are devoted to regression, multi-class classification, and ranking. The first three chapters lay the theoretical foundation for what follows, but each remaining chapter is mostly self-contained. The appendix offers a concise probability review, a short introduction to convex optimization, tools for concentration bounds, and several basic properties of matrices and norms used in the book. The book is intended for graduate students and researchers in machine learning, statistics, and related areas; it can be used either as a textbook or as a reference text for a research seminar.


Book
Reinforcement and systemic machine learning for decision making
Author:
ISBN: 1282134493 9786613807076 1118271556 111827153X 1118266501 9781118266502 047091999X 9780470919996 9781118271537 Year: 2012 Publisher: Hoboken New Jersey : Wiley,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Reinforcement and Systemic Machine Learning for Decision Making explores a newer and growing avenue of machine learning algorithm in the area of computational intelligence. This book focuses on reinforcement and systemic learning to build a new learning paradigm, which makes effective use of these learning methodologies to increase machine intelligence and help us in building the advance machine learning applications. Illuminating case studies reflecting the authors' industrial experiences and pragmatic downloadable tutorials are available for researchers and professionals"--


Book
Boosting : foundations and algorithms
Authors: ---
ISBN: 9780262301183 9780262017183 0262017180 0262301180 1280678356 9786613655288 0262300397 0262526034 Year: 2012 Publisher: Cambridge The MIT Press

Loading...
Export citation

Choose an application

Bookmark

Abstract

Boosting is an approach to machine learning based on the idea of creating a highly accurate predictor by combining many weak and inaccurate "rules of thumb." A remarkably rich theory has evolved around boosting, with connections to a range of topics, including statistics, game theory, convex optimization, and information geometry. Boosting algorithms have also enjoyed practical success in such fields as biology, vision, and speech processing. At various times in its history, boosting has been perceived as mysterious, controversial, even paradoxical.This book, written by the inventors of the method, brings together, organizes, simplifies, and substantially extends two decades of research on boosting, presenting both theory and applications in a way that is accessible to readers from diverse backgrounds while also providing an authoritative reference for advanced researchers. With its introductory treatment of all material and its inclusion of exercises in every chapter, the book is appropriate for course use as well. The book begins with a general introduction to machine learning algorithms and their analysis; then explores the core theory of boosting, especially its ability to generalize; examines some of the myriad other theoretical viewpoints that help to explain and understand boosting; provides practical extensions of boosting for more complex learning problems; and finally presents a number of advanced theoretical topics. Numerous applications and practical illustrations are offered throughout.


Book
Learning from data : a short course
Authors: --- ---
ISBN: 9781600490064 1600490069 Year: 2012 Publisher: [S.l.] : AMLbook.com,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Mahout in action
Author:
ISBN: 9781935182689 1935182684 Year: 2012 Publisher: Shelter Island, N.Y. : Manning,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Relational knowledge discovery
Author:
ISBN: 9780521190213 0521190215 9780521122047 052112204X 9781139518185 1139518186 9781139047869 1139047868 1280773812 9781280773815 9781139516334 1139516337 1107222982 9786613684585 1139517252 1139514687 1139513753 Year: 2012 Publisher: Cambridge : Cambridge University Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

What is knowledge and how is it represented? This book focuses on the idea of formalising knowledge as relations, interpreting knowledge represented in databases or logic programs as relational data and discovering new knowledge by identifying hidden and defining new relations. After a brief introduction to representational issues, the author develops a relational language for abstract machine learning problems. He then uses this language to discuss traditional methods such as clustering and decision tree induction, before moving onto two previously underestimated topics that are just coming to the fore: rough set data analysis and inductive logic programming. Its clear and precise presentation is ideal for undergraduate computer science students. The book will also interest those who study artificial intelligence or machine learning at the graduate level. Exercises are provided and each concept is introduced using the same example domain, making it easier to compare the individual properties of different approaches.


Book
Planning with Markov Decision Processes : An AI Perspective
Authors: ---
ISBN: 3031015592 Year: 2012 Publisher: Cham : Springer International Publishing : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Markov Decision Processes (MDPs) are widely popular in Artificial Intelligence for modeling sequential decision-making scenarios with probabilistic dynamics. They are the framework of choice when designing an intelligent agent that needs to act for long periods of time in an environment where its actions could have uncertain outcomes. MDPs are actively researched in two related subareas of AI, probabilistic planning and reinforcement learning. Probabilistic planning assumes known models for the agent's goals and domain dynamics, and focuses on determining how the agent should behave to achieve its objectives. On the other hand, reinforcement learning additionally learns these models based on the feedback the agent gets from the environment. This book provides a concise introduction to the use of MDPs for solving probabilistic planning problems, with an emphasis on the algorithmic perspective. It covers the whole spectrum of the field, from the basics to state-of-the-art optimal and approximation algorithms. We first describe the theoretical foundations of MDPs and the fundamental solution techniques for them. We then discuss modern optimal algorithms based on heuristic search and the use of structured representations. A major focus of the book is on the numerous approximation schemes for MDPs that have been developed in the AI literature. These include determinization-based approaches, sampling techniques, heuristic functions, dimensionality reduction, and hierarchical representations. Finally, we briefly introduce several extensions of the standard MDP classes that model and solve even more complex planning problems. Table of Contents: Introduction / MDPs / Fundamental Algorithms / Heuristic Search Algorithms / Symbolic Algorithms / Approximation Algorithms / Advanced Notes.


Book
Active Learning
Author:
ISBN: 3031015606 Year: 2012 Publisher: Cham : Springer International Publishing : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The key idea behind active learning is that a machine learning algorithm can perform better with less training if it is allowed to choose the data from which it learns. An active learner may pose "queries," usually in the form of unlabeled data instances to be labeled by an "oracle" (e.g., a human annotator) that already understands the nature of the problem. This sort of approach is well-motivated in many modern machine learning and data mining applications, where unlabeled data may be abundant or easy to come by, but training labels are difficult, time-consuming, or expensive to obtain. This book is a general introduction to active learning. It outlines several scenarios in which queries might be formulated, and details many query selection algorithms which have been organized into four broad categories, or "query selection frameworks." We also touch on some of the theoretical foundations of active learning, and conclude with an overview of the strengths and weaknesses of these approaches in practice, including a summary of ongoing work to address these open challenges and opportunities. Table of Contents: Automating Inquiry / Uncertainty Sampling / Searching Through the Hypothesis Space / Minimizing Expected Error and Variance / Exploiting Structure in Data / Theory / Practical Considerations.

Listing 1 - 10 of 87 << page
of 9
>>
Sort by