Goto

Collaborating Authors

 Deep Learning


Microsoft, GPT-3, and the future of OpenAI

#artificialintelligence

One of the biggest highlights of Build, Microsoft's annual software development conference, was the presentation of a tool that uses deep learning to generate source code for office applications. The tool uses GPT-3, a massive language model developed by OpenAI last year and made available to select developers, researchers, and startups in a paid application programming interface. Many have touted GPT-3 as the next-generation artificial intelligence technology that will usher in a new breed of applications and startups. Since GPT-3's release, many developers have found interesting and innovative uses for the language model. And several startups have declared that they will be using GPT-3 to build new or augment existing products. But creating a profitable and sustainable business around GPT-3 remains a challenge.


114 Milestones In The History Of Artificial Intelligence (AI)

#artificialintelligence

In an expanded edition published in 1988, they responded to claims that their 1969 conclusions significantly reduced funding for neural network research: "Our version is that progress had already come to a virtual halt because of the lack of adequate basic theoriesโ€ฆ by the mid-1960s there had been a great many experiments with perceptrons, but no one had been able to explain why they were able to recognize certain kinds of patterns and not others."


Are We Being Conditioned for Artificial Intelligence to Take Over the World?

#artificialintelligence

This video shows how the world is already immersed in artificial intelligence and this will only increase as time goes on. Robots, autonomous drones, and self driving cars will all be mainstream in the not so distant future. The world will change more in the next 10 years than it has in the last 50. Machine learning and deep learning are soon to be the next great jobs for many years to come. This is the start of an artificial intelligence world.


Deep Probabilistic Time Series Forecasting using Augmented Recurrent Input for Dynamic Systems

arXiv.org Machine Learning

The demand of probabilistic time series forecasting has been recently raised in various dynamic system scenarios, for example, system identification and prognostic and health management of machines. To this end, we combine the advances in both deep generative models and state space model (SSM) to come up with a novel, data-driven deep probabilistic sequence model. Specially, we follow the popular encoder-decoder generative structure to build the recurrent neural networks (RNN) assisted variational sequence model on an augmented recurrent input space, which could induce rich stochastic sequence dependency. Besides, in order to alleviate the issue of inconsistency between training and predicting as well as improving the mining of dynamic patterns, we (i) propose using a hybrid output as input at next time step, which brings training and predicting into alignment; and (ii) further devise a generalized auto-regressive strategy that encodes all the historical dependencies at current time step. Thereafter, we first investigate the methodological characteristics of the proposed deep probabilistic sequence model on toy cases, and then comprehensively demonstrate the superiority of our model against existing deep probabilistic SSM models through extensive numerical experiments on eight system identification benchmarks from various dynamic systems. Finally, we apply our sequence model to a real-world centrifugal compressor sensor data forecasting problem, and again verify its outstanding performance by quantifying the time series predictive distribution.


Implicit MLE: Backpropagating Through Discrete Exponential Family Distributions

arXiv.org Artificial Intelligence

Integrating discrete probability distributions and combinatorial optimization problems into neural networks has numerous applications but poses several challenges. We propose Implicit Maximum Likelihood Estimation (I-MLE), a framework for end-to-end learning of models combining discrete exponential family distributions and differentiable neural components. I-MLE is widely applicable: it only requires the ability to compute the most probable states; and does not rely on smooth relaxations. The framework encompasses several approaches, such as perturbation-based implicit differentiation and recent methods to differentiate through black-box combinatorial solvers. We introduce a novel class of noise distributions for approximating marginals via perturb-and-MAP. Moreover, we show that I-MLE simplifies to maximum likelihood estimation when used in some recently studied learning settings that involve combinatorial solvers. Experiments on several datasets suggest that I-MLE is competitive with and often outperforms existing approaches which rely on problem-specific relaxations.


Causality in Neural Networks -- An Extended Abstract

arXiv.org Artificial Intelligence

Causal reasoning is the main learning and explanation tool used by humans. AI systems should possess causal reasoning capabilities to be deployed in the real world with trust and reliability. Introducing the ideas of causality to machine learning helps in providing better learning and explainable models. Explainability, causal disentanglement are some important aspects of any machine learning model. Causal explanations are required to believe in a model's decision and causal disentanglement learning is important for transfer learning applications. We exploit the ideas of causality to be used in deep learning models to achieve better and causally explainable models that are useful in fairness, disentangled representation, etc.


Defending Democracy: Using Deep Learning to Identify and Prevent Misinformation

arXiv.org Artificial Intelligence

The rise in online misinformation in recent years threatens democracies by distorting authentic public discourse and causing confusion, fear, and even, in extreme cases, violence. There is a need to understand the spread of false content through online networks for developing interventions that disrupt misinformation before it achieves virality. Using a Deep Bidirectional Transformer for Language Understanding (BERT) and propagation graphs, this study classifies and visualizes the spread of misinformation on a social media network using publicly available Twitter data. The results confirm prior research around user clusters and the virality of false content while improving the precision of deep learning models for misinformation detection. The study further demonstrates the suitability of BERT for providing a scalable model for false information detection, which can contribute to the development of more timely and accurate interventions to slow the spread of misinformation in online environments.


A Consciousness-Inspired Planning Agent for Model-Based Reinforcement Learning

arXiv.org Artificial Intelligence

We present an end-to-end, model-based deep reinforcement learning agent which dynamically attends to relevant parts of its state, in order to plan and to generalize better out-of-distribution. The agent's architecture uses a set representation and a bottleneck mechanism, forcing the number of entities to which the agent attends at each planning step to be small. In experiments with customized MiniGrid environments with different dynamics, we observe that the design allows agents to learn to plan effectively, by attending to the relevant objects, leading to better out-of-distribution generalization.


LyricJam: A system for generating lyrics for live instrumental music

arXiv.org Artificial Intelligence

We describe a real-time system that receives a live audio stream from a jam session and generates lyric lines that are congruent with the live music being played. Two novel approaches are proposed to align the learned latent spaces of audio and text representations that allow the system to generate novel lyric lines matching live instrumental music. One approach is based on adversarial alignment of latent representations of audio and lyrics, while the other approach learns to transfer the topology from the music latent space to the lyric latent space. A user study with music artists using the system showed that the system was useful not only in lyric composition, but also encouraged the artists to improvise and find new musical expressions. Another user study demonstrated that users preferred the lines generated using the proposed methods to the lines generated by a baseline model.


Convolutional Neural Network(CNN/ConvNet) in Stock Price Movement Prediction

arXiv.org Artificial Intelligence

I have constructed a convolutional neural network for 1-D time series data of past stock prices and then checked its performance on testing data. I have used the past stock prices of NIFTY 50 to train and test my network. For my dataset, I have chosen the period from April 2013 to September 2016 for the minute wise data of stock prices and then divided this dataset into training and testing sets accordingly. After obtaining the final results on testing data, I have evaluated precision, accuracy, recall and F1 score: evaluation metrics, to get the efficacy of my model. Now, before getting started with the procedure of constructing my model, I would like to give an overview of functioning of neural networks and convolutional neural networks so that it would be helpful for readers to relate the terms. Let's start with Neural Networks first: - Neural Network:A neural network(or more precisely an artificial neural network) is a network of interconnected layers consisting nodes 1