Isabella's AI-Powered News Aggregator

AI-Powered Learning bringing you YOUR best news

Last checked: 57 seconds ago

Sentiment Analysis

9217
Positive
12770
Negative
32685
Neutral
Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Learning Montezuma’s Revenge from a single demonstration

We’ve trained an agent to achieve a high score of 74,500 on Montezuma’s Revenge from a single human demonstration, better than any previously published result. Our algorithm is simple: the agent plays a sequence of games starting from carefully chosen states from the demonstration, and learns from t...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

OpenAI Five

Our team of five neural networks, OpenAI Five, has started to defeat amateur human teams at Dota 2.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Improving language understanding with unsupervised learning

We’ve obtained state-of-the-art results on a suite of diverse language tasks with a scalable, task-agnostic system, which we’re also releasing. Our approach is a combination of two existing ideas: transformers and unsupervised pre-training. These results provide a convincing example that pairing sup...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

OpenAI Fellows Fall 2018

We’re now accepting applications for the next cohort of OpenAI Fellows, a program which offers a compensated 6-month apprenticeship in AI research at OpenAI.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

AI and compute

We’re releasing an analysis showing that since 2012, the amount of compute used in the largest AI training runs has been increasing exponentially with a 3.4-month doubling time (by comparison, Moore’s Law had a 2-year doubling period)[^footnote-correction]. Since 2012, this metric has grown by more...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

AI safety via debate

We’re proposing an AI safety technique which trains agents to debate topics with one another, using a human to judge who wins.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Evolved Policy Gradients

We’re releasing an experimental metalearning approach called Evolved Policy Gradients, a method that evolves the loss function of learning agents, which can enable fast training on novel tasks. Agents trained with EPG can succeed at basic tasks at test time that were outside their training regime, l...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Report from the OpenAI hackathon

On March 3rd, we hosted our first hackathon with 100 members of the artificial intelligence community.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

OpenAI Scholars

We’re providing 6–10 stipends and mentorship to individuals from underrepresented groups to study deep learning full-time for 3 months and open-source a project.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Ingredients for robotics research

We’re releasing eight simulated robotics environments and a Baselines implementation of Hindsight Experience Replay, all developed for our research over the past year. We’ve used these environments to train models which work on physical robots. We’re also releasing a set of requests for robotics res...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

OpenAI hackathon

Come to OpenAI’s office in San Francisco’s Mission District for talks and a hackathon on Saturday, March 3rd.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Preparing for malicious uses of AI

We’ve co-authored a paper that forecasts how malicious actors could misuse AI technology, and potential ways we can prevent and mitigate these threats. This paper is the outcome of almost a year of sustained work with our colleagues at the Future of Humanity Institute, the Centre for the Study of Ex...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

OpenAI supporters

We’re excited to welcome new donors to OpenAI.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Interpretable machine learning through teaching

We’ve designed a method that encourages AIs to teach each other with examples that also make sense to humans. Our approach automatically selects the most informative examples to teach a concept—for instance, the best images to describe the concept of dogs—and experimentally we found our approach to...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Requests for Research 2.0

We’re releasing a new batch of seven unsolved problems which have come up in the course of our research at OpenAI.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Block-sparse GPU kernels

We’re releasing highly-optimized GPU kernels for an underexplored class of neural network architectures: networks with block-sparse weights. Depending on the chosen sparsity, these kernels can run orders of magnitude faster than cuBLAS or cuSPARSE. We’ve used them to attain state-of-the-art results...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Generalizing from simulation

Our latest robotics techniques allow robot controllers, trained entirely in simulation and deployed on physical robots, to react to unplanned changes in the environment as they solve simple tasks. That is, we’ve used these techniques to build closed-loop systems rather than open-loop ones as before.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Competitive self-play

We’ve found that self-play allows simulated AIs to discover physical skills like tackling, ducking, faking, kicking, catching, and diving for the ball, without explicitly designing an environment with these skills in mind. Self-play ensures that the environment is always the right difficulty for an...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

OpenAI Baselines: ACKTR & A2C

We’re releasing two new OpenAI Baselines implementations: ACKTR and A2C. A2C is a synchronous, deterministic variant of Asynchronous Advantage Actor Critic (A3C) which we’ve found gives equal performance. ACKTR is a more sample-efficient reinforcement learning algorithm than TRPO and A2C, and requir...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Dota 2

We’ve created a bot which beats the world’s top professionals at 1v1 matches of Dota 2 under standard tournament rules. The bot learned the game from scratch by self-play, and does not use imitation learning or tree search. This is a step towards building AI systems which accomplish well-defined goa...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Gathering human feedback

RL-Teacher is an open-source implementation of our interface to train AIs via occasional human feedback rather than hand-crafted reward functions. The underlying technique was developed as a step towards safe AI systems, but also applies to reinforcement learning problems with rewards that are hard...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Proximal Policy Optimization

We’re releasing a new class of reinforcement learning algorithms, Proximal Policy Optimization (PPO), which perform comparably or better than state-of-the-art approaches while being much simpler to implement and tune. PPO has become the default reinforcement learning algorithm at OpenAI because of i...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Robust adversarial inputs

We’ve created images that reliably fool neural network classifiers when viewed from varied scales and perspectives. This challenges a claim from last week that self-driving cars would be hard to trick maliciously since they capture images from multiple scales, angles, perspectives, and the like.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Learning from human preferences

One step towards building safe AI systems is to remove the need for humans to write goal functions, since using a simple proxy for a complex goal, or getting the complex goal a bit wrong, can lead to undesirable and even dangerous behavior. In collaboration with DeepMind’s safety team, we’ve develop...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Learning to cooperate, compete, and communicate

Multiagent environments where agents compete for resources are stepping stones on the path to AGI. Multiagent environments have two useful properties: first, there is a natural curriculum—the difficulty of the environment is determined by the skill of your competitors (and if you’re competing agains...

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

OpenAI Baselines: DQN

We’re open-sourcing OpenAI Baselines, our internal effort to reproduce reinforcement learning algorithms with performance on par with published results. We’ll release the algorithms over upcoming months; today’s release includes DQN and three of its variants.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Robots that learn

We’ve created a robotics system, trained entirely in simulation and deployed on a physical robot, which can learn a new task after seeing it done once.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Roboschool

We are releasing Roboschool: open-source software for robot simulation, integrated with OpenAI Gym.

Log in to bookmark articles and create collections

Dismiss
🔖
Bookmark
OpenAI BlogEN
Open ↗

Unsupervised sentiment neuron

We’ve developed an unsupervised system which learns an excellent representation of sentiment, despite being trained only to predict the next character in the text of Amazon reviews.

Log in to bookmark articles and create collections