Goto

Collaborating Authors

 Object-Oriented Architecture


Learning from Implicit Information in Natural Language Instructions for Robotic Manipulations

arXiv.org Artificial Intelligence

Human-robot interaction often occurs in the form of instructions given from a human to a robot. For a robot to successfully follow instructions, a common representation of the world and objects in it should be shared between humans and the robot so that the instructions can be grounded. Achieving this representation can be done via learning, where both the world representation and the language grounding are learned simultaneously. However, in robotics this can be a difficult task due to the cost and scarcity of data. In this paper, we tackle the problem by separately learning the world representation of the robot and the language grounding. While this approach can address the challenges in getting sufficient data, it may give rise to inconsistencies between both learned components. Therefore, we further propose Bayesian learning to resolve such inconsistencies between the natural language grounding and a robot's world representation by exploiting spatio-relational information that is implicitly present in instructions given by a human. Moreover, we demonstrate the feasibility of our approach on a scenario involving a robotic arm in the physical world.


Beginning Java 9 Fundamentals, 2nd Edition - Programmer Books

#artificialintelligence

Author Kishori Sharan walks you through writing your first Java program step-by-step. Armed with that practical experience, you'll be ready to learn the core of the Java language. Beginning Java 9 Fundamentals provides over 90 diagrams and 240 complete programs to help you learn the topics faster. The book continues with a series of foundation topics, including using data types, working with operators, and writing statements in Java. These basics lead onto the heart of the Java language: object-oriented programming.


Object-Oriented Dynamics Learning through Multi-Level Abstraction

arXiv.org Artificial Intelligence

Object-based approaches for learning action-conditioned dynamics has demonstrated promise for generalization and interpretability. However, existing approaches suffer from structural limitations and optimization difficulties for common environments with multiple dynamic objects. In this paper, we present a novel self-supervised learning framework, called Multi-level Abstraction Object-oriented Predictor (MAOP), which employs a three-level learning architecture that enables efficient object-based dynamics learning from raw visual observations. We also design a spatial-temporal relational reasoning mechanism for MAOP to support instance-level dynamics learning and handle partial observability. Our results show that MAOP significantly outperforms previous methods in terms of sample efficiency and generalization over novel environments for learning environment models. We also demonstrate that learned dynamics models enable efficient planning in unseen environments, comparable to true environment models. In addition, MAOP learns semantically and visually interpretable disentangled representations.


Efficient Incremental Learning for Mobile Object Detection

arXiv.org Artificial Intelligence

Object detection models shipped with camera-equipped mobile devices cannot cover the objects of interest for every user. Therefore, the incremental learning capability is a critical feature for a robust and personalized mobile object detection system that many applications would rely on. In this paper, we present an efficient yet practical system, IMOD, to incrementally train an existing object detection model such that it can detect new object classes without losing its capability to detect old classes. The key component of IMOD is a novel incremental learning algorithm that trains end-to-end for one-stage object detection deep models only using training data of new object classes. Specifically, to avoid catastrophic forgetting, the algorithm distills three types of knowledge from the old model to mimic the old model's behavior on object classification, bounding box regression and feature extraction. In addition, since the training data for the new classes may not be available, a real-time dataset construction pipeline is designed to collect training images on-the-fly and automatically label the images with both category and bounding box annotations. We have implemented IMOD under both mobile-cloud and mobile-only setups. Experiment results show that the proposed system can learn to detect a new object class in just a few minutes, including both dataset construction and model training. In comparison, traditional fine-tuning based method may take a few hours for training, and in most cases would also need a tedious and costly manual dataset labeling step.


The Complete Python Masterclass: Learn Python From Scratch - Couponos

#artificialintelligence

First we start off by learning the basics of Python and installing the required tools to write Python code. In this section we cover almost all the Python concepts in an in depth manner, where I will explain each and every line of code. There are over 50 lectures covering almost all the Python concepts. This includes all the concepts such as data structures, object oriented programming, functional programming, control flow, etc.


PHP 5 Objects, Patterns, and Practice - Programmer Books

#artificialintelligence

PHP 5's object-oriented enhancements are among the most significant improvements in the 10 year history of the language. This book introduces you to those features and the many opportunities they provide, as well as a number of tools that will help you maximize development efforts. The book begins with a broad overview of PHP 5's object-oriented features, introducing key topics like a class declaration, object instantiation, inheritance, and method and property encapsulation. You'll also learn about advanced topics including static methods and properties, abstract classes, interfaces, exception handling, object cloning, and more. The next part of the book is devoted to a topic that is often a natural extension of any object-oriented introduction: design patterns.


Python Data Science for Beginners

#artificialintelligence

Python is a popular high-level object-oriented programming language which is used widely by a huge number of software developers. Guido van Rossum designed this in 1991, and Python software foundation has further developed it. But the question is, with dozens of programming languages based on OOP concepts already available, why this new one? So, the main purpose to develop this language is to emphasize code readability and scientific and mathematical computing (e.g. Python's syntax is very clean and short in length.


Python Game Development : Build 11 Total Games

#artificialintelligence

Have you ever wanted to build a games with a graphical interface but didn't know how to? May be you even know how to create tools on a command line but have no idea how to convert it into a graphical interface that people can click on. In this course we will be learning Python GUI Programming Turtle other advanced python modules to build graphical user interfaces (GUI) and games from scratch. We will learn from basics of Python i.e. variables, slicing, string, some module, arithmetic and logical operations, looping, functions, object oriented programming. After that we will learn the basics stuff of Pygame and OpenGL and Blender basics stuff.


Dependency Injection - Programmer Books

#artificialintelligence

Dependency Injection is an in-depth guide to the current best practices for using the DI pattern-the key concept in Spring and the rapidly-growing Google Guice. It explores Dependency Injection, sometimes called Inversion of Control, in fine detail with numerous practical examples. Developers will learn to apply important techniques, focusing on their strengths and limitations, with a particular emphasis on pitfalls, corner-cases, and best practices. This book is written for developers and architects who want to understand dependency Injection and successfully leverage popular DI technologies such as Spring, Google Guice, PicoContainer, and many others. The book explores many small examples of anchor concepts and unfolds a larger example to show the big picture. Written primarily from a Java point-of-view, this book is appropriate for any developer with a working knowledge of object-oriented programming in Java, Ruby, or C#.


Python in 2019 for Absolute Beginners - Couponos

#artificialintelligence

Python is a general purpose programming language created in 1990 by Guido Van Rossum It was heavily adopted by YouTube and has since powered some of the most impressive websites in the world. In this series we'll take a look at all the common constructs of the Python Programming Language. Python has been one of the fastest growing languages for decades and is now a top 4 programming language in the world. The course will explain the fundamentals of programming, types and object-oriented programming principles. After taking this course, students should be able to branch off into Machine Learning, Web Development, Automation or even Gaming.