Goto

Collaborating Authors

 Education



Teaching a neural network to use a calculator

#artificialintelligence

This article explores a seq2seq architecture for solving simple probability problems in Saxton et. A transformer is used to map questions to intermediate steps, while an external symbolic calculator evaluates intermediate expressions. This approach emulates how a student might solve math problems, by setting up intermediate equations, using a calculator to solve them, and using those results to construct further equations. A few months ago, DeepMind released Mathematics Dataset, a codebase for procedurally generating pairs of mathematics questions and answers, to serve as a benchmark for the ability of modern neural architectures to learn mathematical reasoning. The data consists of a wide variety of categories, ranging from basic arithmetic to probability. Both questions and answers are in the form of free-form text, making seq2seq models a natural first step for solving this dataset.


18 Best Artificial Intelligence Courses To Standout in The Future JA Directives

#artificialintelligence

Looking for Artificial Intelligence Tutorial to learn introduction to artificial intelligence? Grab the list of Best Artificial Intelligence Courses Online, Tutorials, and Training are offered by a number of massive open online course (MOOC) providers like Udemy, Coursera, and edX. Artificial Intelligence (AI) and machine intelligence are the most booming topics in every industry now. Some of these popular MOOC providers offer some in-depth artificial intelligence programs. The list of the Best Artificial Intelligence Certification is often taught by industry top AI researchers or experts and you will learn the best applications of artificial intelligence.


Online Jobs for Moms in 2020: Work with Lionbridge & Gengo

#artificialintelligence

Whether you're a parent trying to make ends meet, a broke college student in need of extra cash or everything in between, working online jobs could help alleviate financial stress. For those of you looking for remote jobs to work from home, this article will introduce the top online jobs for moms, or anyone looking for an additional source of income. The following jobs include positions available at Lionbridge and Gengo and are subject to change. Are you multilingual with expert to native fluency in two or more languages? If so, you're in luck because online translation jobs are both plentiful and frequently available. Operating from Tokyo, Japan, Gengo is an industry-leading provider of translation services.


5 Ways Artificial Intelligence Is Impacting MBA Students

#artificialintelligence

Artificial intelligence has gone beyond science fiction in recent years and will revolutionize the way we live our lives. Business is being affected left, right, and center. Add to that the projected 40% increase in labor productivity from AI use, and the 61% of business professionals who say machine learning and artificial intelligence are their organization's most significant data initiative. Artificial intelligence is creeping into the everyday life of today's MBA student too, and sometimes in surprising ways. Business education has so far avoided the massive digital disruption witnessed in other industries like media: the MBA is still largely campus based. But technology is changing how students learn.


To stop a tech apocalypse we need ethics and the arts

#artificialintelligence

If recent television shows are anything to go by, we're a little concerned about the consequences of technological development. Black Mirror projects the negative consequences of social media, while artificial intelligence turns rogue in The 100 and Better Than Us. The potential extinction of the human race is up for grabs in Travellers, and Altered Carbon frets over the separation of human consciousness from the body. And Humans and Westworld see trouble ahead for human-android relations. Narratives like these have a long lineage.


Collective Learning

arXiv.org Machine Learning

Department of Electrical, Electronic and Information Engineering Alma Mater Studiorum - Universit a di Bologna Bologna, Italy Abstract In this paper, we introduce the concept of collective learning (CL) which exploits the notion of collective intelligence in the field of distributed semi-supervised learning. The proposed framework draws inspiration from the learning behavior of human beings, who alternate phases involving collaboration, confrontation and exchange of views with other consisting of studying and learning on their own. On this regard, CL comprises two main phases: a self-training phase in which learning is performed on local private (labeled) data only and a collective training phase in which proxy-labels are assigned to shared (unlabeled) data by means of a consensus-based algorithm. In the considered framework, heterogeneous systems can be connected over the same network, each with different computational capabilities and resources and everyone in the network may take advantage of the cooperation and will eventually reach higher performance with respect to those it can reach on its own. An extensive experimental campaign on an image classification problem emphasizes the properties of CL by analyzing the performance achieved by the cooperating agents. 1 Introduction The notion of collective intelligence has been firstly introduced in [Engelbart, 1962] and widespread in the sociological field by Pierre L evy in [L evy and Bononno, 1997]. By borrowing the words of L evy, collective intelligence " is a form of universally distributed intelligence, constantly enhanced, coordinated in real time, and resulting in the effective mobilization of skills ". Moreover, " the basis and goal of collective intelligence is mutual recognition and enrichment of individuals rather than the cult of fetishized or hypostatized communities ". In this paper, we aim to exploit some concepts borrowed from the notion of collective intelligence in a distributed machine learning scenario. In fact, by cooperating with each other, machines may exhibit performance higher than those they can obtain by learning on their own. We call this framework collective learning (CL) . Distributed systems 1 have received a steadily growing attention in the last years and1 When talking about distributed systems, the word distributed can be used with different meanings.


Learning Human Objectives by Evaluating Hypothetical Behavior

arXiv.org Machine Learning

We seek to align agent behavior with a user's objectives in a reinforcement learning setting with unknown dynamics, an unknown reward function, and unknown unsafe states. The user knows the rewards and unsafe states, but querying the user is expensive. To address this challenge, we propose an algorithm that safely and interactively learns a model of the user's reward function. We start with a generative model of initial states and a forward dynamics model trained on off-policy data. Our method uses these models to synthesize hypothetical behaviors, asks the user to label the behaviors with rewards, and trains a neural network to predict the rewards. The key idea is to actively synthesize the hypothetical behaviors from scratch by maximizing tractable proxies for the value of information, without interacting with the environment. We call this method reward query synthesis via trajectory optimization (ReQueST). We evaluate ReQueST with simulated users on a state-based 2D navigation task and the image-based Car Racing video game. The results show that ReQueST significantly outperforms prior methods in learning reward models that transfer to new environments with different initial state distributions. Moreover, ReQueST safely trains the reward model to detect unsafe states, and corrects reward hacking before deploying the agent.


Online Knowledge Distillation with Diverse Peers

arXiv.org Machine Learning

Distillation is an effective knowledge-transfer technique that uses predicted distributions of a powerful teacher model as soft targets to train a less-parameterized student model. A pre-trained high capacity teacher, however, is not always available. Recently proposed online variants use the aggregated intermediate predictions of multiple student models as targets to train each student model. Although group-derived targets give a good recipe for teacher-free distillation, group members are homogenized quickly with simple aggregation functions, leading to early saturated solutions. In this work, we propose Online Knowledge Distillation with Diverse peers (OKDDip), which performs two-level distillation during training with multiple auxiliary peers and one group leader. In the first-level distillation, each auxiliary peer holds an individual set of aggregation weights generated with an attention-based mechanism to derive its own targets from predictions of other auxiliary peers. Learning from distinct target distributions helps to boost peer diversity for effectiveness of group-based distillation. The second-level distillation is performed to transfer the knowledge in the ensemble of auxiliary peers further to the group leader, i.e., the model used for inference. Experimental results show that the proposed framework consistently gives better performance than state-of-the-art approaches without sacrificing training or inference complexity, demonstrating the effectiveness of the proposed two-level distillation framework.


Training Agents using Upside-Down Reinforcement Learning

arXiv.org Artificial Intelligence

Traditional Reinforcement Learning (RL) algorithms either predict rewards with value functions or maximize them using policy search. We study an alternative: Upside-Down Reinforcement Learning (Upside-Down RL or UDRL), that solves RL problems primarily using supervised learning techniques. Many of its main principles are outlined in a companion report [34]. Here we present the first concrete implementation of UDRL and demonstrate its feasibility on certain episodic learning problems. Experimental results show that its performance can be surprisingly competitive with, and even exceed that of traditional baseline algorithms developed over decades of research.