Artificial Inteligence feed

  • OpenAI Scholars 2019: Final projects
    OpenAI - 07:00 May 23, 2019
    Our second class of OpenAI Scholars has concluded, with all eight scholars producing an exciting final project showcased at Scholars Demo Day at OpenAI.
  • OpenAI Fellows Fall 2018: Final projects
    OpenAI - 07:00 May 17, 2019
    Our second class of OpenAI Fellows has wrapped up, with each Fellow going from a machine learning beginner to core OpenAI contributor in the course of a 6-month apprenticeship. We are currently reviewing applications on a rolling basis for our next round of OpenAI Fellows Summer 2019.
  • MuseNet
    OpenAI - 07:00 Apr 25, 2019
    We’ve created MuseNet, a deep neural network that can generate 4-minute musical compositions with 10 different instruments, and can combine styles from country to Mozart to the Beatles. MuseNet was not explicitly programmed with our understanding of music, but instead discovered patterns of harmony, rhythm, and style by learning to predict the next token in hundreds of thousands of MIDI files. MuseNet uses the same general-purpose unsupervised technology as GPT-2, a large-scale transformer model trained to predict the next token in a sequence, whether audio or text.
    Tags: MuseNet
  • Generative modeling with sparse transformers
    OpenAI - 07:00 Apr 23, 2019
    We’ve developed the Sparse Transformer, a deep neural network which sets new records at predicting what comes next in a sequence—whether text, images, or sound. It uses an algorithmic improvement of the attention mechanism to extract patterns from sequences 30x longer than possible previously.
  • OpenAI Five defeats Dota 2 world champions
    OpenAI - 07:00 Apr 15, 2019
    OpenAI Five is the first AI to beat the world champions in an esports game, having won two back-to-back games versus the world champion Dota 2 team, OG, at Finals this weekend. Both OpenAI Five and DeepMind’s AlphaStar had previously beaten good pros privately but lost their live pro matches, making this also the first time an AI has beaten esports pros on livestream.
  • OpenAI Five Finals
    OpenAI - 07:00 Mar 26, 2019
    We’ll be holding our final live event for OpenAI Five at 11:30am PT on April 13.
  • Implicit generation and generalization methods for energy-based models
    OpenAI - 07:00 Mar 21, 2019
    We’ve made progress towards stable and scalable training of energy-based models (EBMs) resulting in better sample quality and generalization ability than existing models. Generation in EBMs spends more compute to continually refine its answers and doing so can generate samples competitive with GANs at low temperatures, while also having mode coverage guarantees of likelihood-based models. We hope these findings stimulate further research into this promising class of models.
  • OpenAI Scholars 2019: Meet our Scholars
    OpenAI - 07:00 Mar 13, 2019
    Our class of eight scholars (out of 550 applicants) brings together collective expertise in literature, philosophy, cell biology, statistics, economics, quantum physics, and business innovation.
  • OpenAI LP
    OpenAI - 07:00 Mar 11, 2019
    We’ve created OpenAI LP, a new “capped-profit” company that allows us to rapidly increase our investments in compute and talent while including checks and balances to actualize our mission.
    Tags: OpenAI
  • Introducing Activation Atlases
    OpenAI - 08:00 Mar 06, 2019
    We’ve created activation atlases (in collaboration with Google researchers), a new technique for visualizing what interactions between neurons can represent. As AI systems are deployed in increasingly sensitive contexts, having a better understanding of their internal decision-making processes will let us identify weaknesses and investigate failures.
  • Neural MMO: A massively multiagent game environment
    OpenAI - 08:00 Mar 04, 2019
    We’re releasing a Neural MMO, a massively multiagent game environment for reinforcement learning agents. Our platform supports a large, variable number of agents within a persistent and open-ended task. The inclusion of many agents and species leads to better exploration, divergent niche formation, and greater overall competence.
    Tags: Neural
  • Spinning Up in Deep RL: Workshop review
    OpenAI - 08:00 Feb 26, 2019
    On February 2, we held our first Spinning Up Workshop as part of our new education initiative at OpenAI.
  • AI safety needs social scientists
    OpenAI - 08:00 Feb 19, 2019
    We’ve written a paper arguing that long-term AI safety research needs social scientists to ensure AI alignment algorithms succeed when actual humans are involved. Properly aligning advanced AI systems with human values requires resolving many uncertainties related to the psychology of human rationality, emotion, and biases. The aim of this paper is to spark further collaboration between machine learning and social science researchers, and we plan to hire social scientists to work on this full time at OpenAI.
  • Better language models and their implications
    OpenAI - 08:00 Feb 14, 2019
    We’ve trained a large-scale unsupervised language model which generates coherent paragraphs of text, achieves state-of-the-art performance on many language modeling benchmarks, and performs rudimentary reading comprehension, machine translation, question answering, and summarization—all without task-specific training.
  • OpenAI Fellows Summer 2018: Final projects
    OpenAI - 08:00 Dec 19, 2018
    Our first cohort of OpenAI Fellows has concluded, with each Fellow going from a machine learning beginner to core OpenAI contributor in the course of a 6-month apprenticeship.
  • How AI training scales
    OpenAI - 08:00 Dec 14, 2018
    We’ve discovered that the gradient noise scale, a simple statistical metric, predicts the parallelizability of neural network training on a wide range of tasks. Since complex tasks tend to have noisier gradients, increasingly large batch sizes are likely to become useful in the future, removing one potential limit to further growth of AI systems. More broadly, these results show that neural network training need not be considered a mysterious art, but can be rigorized and systematized.
  • Quantifying generalization in reinforcement learning
    OpenAI - 08:00 Dec 06, 2018
    We’re releasing CoinRun, a training environment which provides a metric for an agent’s ability to transfer its experience to novel situations and has already helped clarify a longstanding puzzle in reinforcement learning. CoinRun strikes a desirable balance in complexity: the environment is simpler than traditional platformer games like Sonic the Hedgehog but still poses a worthy generalization challenge for state of the art algorithms.
  • Spinning Up in Deep RL
    OpenAI - 08:00 Nov 08, 2018
    We’re releasing Spinning Up in Deep RL, an educational resource designed to let anyone learn to become a skilled practitioner in deep reinforcement learning. Spinning Up consists of crystal-clear examples of RL code, educational exercises, documentation, and tutorials.