Isabella's AI-Powered News Aggregator

AI-Powered Learning bringing you YOUR best news

Last checked: 2 minutes ago

Sentiment Analysis

1282
Positive
473
Negative
790
Neutral
❌
Dismiss
πŸ”–
Bookmark
OpenAI Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
Open β†—

OpenAI supporters

We’re excited to welcome new donors to OpenAI.

Log in to bookmark articles and create collections

❌
Dismiss
πŸ”–
Bookmark
OpenAI Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
Open β†—

Discovering types for entity disambiguation

We’ve built a system for automatically figuring out which object is meant by a word by having a neural network decide if the word belongs to each of about 100 automatically-discovered β€œtypes” (non-exclusive categories).

Log in to bookmark articles and create collections

❌
Dismiss
πŸ”–
Bookmark
OpenAI Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
Open β†—

Learning a hierarchy

We’ve developed a hierarchical reinforcement learning algorithm that learns high-level actions useful for solving a range of tasks, allowing fast solving of tasks requiring thousands of timesteps. Our algorithm, when applied to a set of navigation problems, discovers a set of high-level actions for...

Log in to bookmark articles and create collections

❌
Dismiss
πŸ”–
Bookmark
OpenAI Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
Open β†—

Meta-learning for wrestling

We show that for the task of simulated robot wrestling, a meta-learning agent can learn to quickly defeat a stronger non-meta-learning agent, and also show that the meta-learning agent can adapt to physical malfunction.

Log in to bookmark articles and create collections

❌
Dismiss
πŸ”–
Bookmark
OpenAI Blog β€’ β€’ EN
Open β†—

Learning to model other minds

We’re releasing an algorithm which accounts for the fact that other agents are learning too, and discovers self-interested yet collaborative strategies like tit-for-tat in the iterated prisoner’s dilemma. This algorithm, Learning with Opponent-Learning Awareness (LOLA), is a small step towards agent...

Log in to bookmark articles and create collections

❌
Dismiss
πŸ”–
Bookmark
OpenAI Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
Open β†—

More on Dota 2

Our Dota 2 result shows that self-play can catapult the performance of machine learning systems from far below human level to superhuman, given sufficient compute. In the span of a month, our system went from barely matching a high-ranked player to beating the top pros and has continued to improve s...

Log in to bookmark articles and create collections

❌
Dismiss
πŸ”–
Bookmark
OpenAI Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
Open β†—

Better exploration with parameter noise

We’ve found that adding adaptive noise to the parameters of reinforcement learning algorithms frequently boosts performance. This exploration method is simple to implement and very rarely decreases performance, so it’s worth trying on any problem.

Log in to bookmark articles and create collections

❌
Dismiss
πŸ”–
Bookmark
OpenAI Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
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 Blog β€’ β€’ EN
Open β†—

Faster physics in Python

We’re open-sourcing a high-performance Python library for robotic simulation using the MuJoCo engine, developed over our past year of robotics research.

Log in to bookmark articles and create collections