Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Partha Pratim Deb
  • Language: en
  • Pages: 24

Partha Pratim Deb

  • Type: Book
  • -
  • Published: 2006
  • -
  • Publisher: Unknown

Catalog of the works of an Indian painter exhibited at Aakriti Art Gallery, Calcutta, India.

An Introduction to the Planning Domain Definition Language
  • Language: en
  • Pages: 169

An Introduction to the Planning Domain Definition Language

Planning is the branch of Artificial Intelligence (AI) that seeks to automate reasoning about plans, most importantly the reasoning that goes into formulating a plan to achieve a given goal in a given situation. AI planning is model-based: a planning system takes as input a description (or model) of the initial situation, the actions available to change it, and the goal condition to output a plan composed of those actions that will accomplish the goal when executed from the initial situation. The Planning Domain Definition Language (PDDL) is a formal knowledge representation language designed to express planning models. Developed by the planning research community as a means of facilitating ...

Introduction to Graph Neural Networks
  • Language: en
  • Pages: 109

Introduction to Graph Neural Networks

Graphs are useful data structures in complex real-life applications such as modeling physical systems, learning molecular fingerprints, controlling traffic networks, and recommending friends in social networks. However, these tasks require dealing with non-Euclidean graph data that contains rich relational information between elements and cannot be well handled by traditional deep learning models (e.g., convolutional neural networks (CNNs) or recurrent neural networks (RNNs)). Nodes in graphs usually contain useful feature information that cannot be well addressed in most unsupervised representation learning methods (e.g., network embedding methods). Graph neural networks (GNNs) are proposed...

RoboCup 2013: Robot World Cup XVII
  • Language: en
  • Pages: 701

RoboCup 2013: Robot World Cup XVII

  • Type: Book
  • -
  • Published: 2014-07-16
  • -
  • Publisher: Springer

This book includes the thoroughly refereed post-conference proceedings of the 17th Annual RoboCup International Symposium, held in Eindhoven, The Netherlands, in June 2013. The 20 revised papers presented together with 11 champion team papers, 3 best paper awards, 11 oral presentations, and 19 special track on open-source hard- and software papers were carefully reviewed and selected from 78 submissions. The papers present current research and educational activities within the fields of robotics and artificial intelligence with a special focus to robot hardware and software, perception and action, robotic cognition and learning, multi-robot systems, human-robot interaction, education and edutainment, and applications.

From Motor Learning to Interaction Learning in Robots
  • Language: en
  • Pages: 538

From Motor Learning to Interaction Learning in Robots

  • Type: Book
  • -
  • Published: 2012-05-04
  • -
  • Publisher: Springer

From an engineering standpoint, the increasing complexity of robotic systems and the increasing demand for more autonomously learning robots, has become essential. This book is largely based on the successful workshop “From motor to interaction learning in robots” held at the IEEE/RSJ International Conference on Intelligent Robot Systems. The major aim of the book is to give students interested the topics described above a chance to get started faster and researchers a helpful compandium.

Lifelong Machine Learning, Second Edition
  • Language: en
  • Pages: 187

Lifelong Machine Learning, Second Edition

Lifelong Machine Learning, Second Edition is an introduction to an advanced machine learning paradigm that continuously learns by accumulating past knowledge that it then uses in future learning and problem solving. In contrast, the current dominant machine learning paradigm learns in isolation: given a training dataset, it runs a machine learning algorithm on the dataset to produce a model that is then used in its intended application. It makes no attempt to retain the learned knowledge and use it in subsequent learning. Unlike this isolated system, humans learn effectively with only a few examples precisely because our learning is very knowledge-driven: the knowledge learned in the past he...

Mobile Service Robotics
  • Language: en
  • Pages: 741

Mobile Service Robotics

Interest in control of climbing and walking robots has remarkably increased over the years. Novel solutions of complex mechanical systems such as climbing, walking, flying and running robots with different kinds of locomotion and the technologies that support them and their applications are the evidence of significant progress in the area of robotics. Supporting technologies include the means by which robots use to sense, model, and navigate through their environments and, of course, actuation and control technologies. Human interaction including exoskeletons, prostheses and orthoses, as well as service robots, are increasingly active important pertinent areas of research. In addition, legged machines and tracked platforms with software architecture seem to be currently the research idea of most interest to the robotics community.

Graph-Based Semi-Supervised Learning
  • Language: en
  • Pages: 111

Graph-Based Semi-Supervised Learning

While labeled data is expensive to prepare, ever increasing amounts of unlabeled data is becoming widely available. In order to adapt to this phenomenon, several semi-supervised learning (SSL) algorithms, which learn from labeled as well as unlabeled data, have been developed. In a separate line of work, researchers have started to realize that graphs provide a natural way to represent data in a variety of domains. Graph-based SSL algorithms, which bring together these two lines of work, have been shown to outperform the state-of-the-art in many applications in speech processing, computer vision, natural language processing, and other areas of Artificial Intelligence. Recognizing this promis...

Adversarial Machine Learning
  • Language: en
  • Pages: 152

Adversarial Machine Learning

The increasing abundance of large high-quality datasets, combined with significant technical advances over the last several decades have made machine learning into a major tool employed across a broad array of tasks including vision, language, finance, and security. However, success has been accompanied with important new challenges: many applications of machine learning are adversarial in nature. Some are adversarial because they are safety critical, such as autonomous driving. An adversary in these applications can be a malicious party aimed at causing congestion or accidents, or may even model unusual situations that expose vulnerabilities in the prediction engine. Other applications are ...

Introduction to Semi-Supervised Learning
  • Language: en
  • Pages: 116

Introduction to Semi-Supervised Learning

Semi-supervised learning is a learning paradigm concerned with the study of how computers and natural systems such as humans learn in the presence of both labeled and unlabeled data. Traditionally, learning has been studied either in the unsupervised paradigm (e.g., clustering, outlier detection) where all the data are unlabeled, or in the supervised paradigm (e.g., classification, regression) where all the data are labeled. The goal of semi-supervised learning is to understand how combining labeled and unlabeled data may change the learning behavior, and design algorithms that take advantage of such a combination. Semi-supervised learning is of great interest in machine learning and data mi...