Goto

Collaborating Authors

 Deep Learning


Deeper deep learning shifts AI from sci-fi to software - SiliconANGLE

#artificialintelligence

The basic framework for artificial intelligence has existed since the 1940s, and organizations have been innovating atop AI advancements ever since. In recent years, big data and advanced deep learning models have pushed AI into the spotlight like never before. Will these new technological ingredients finally produce the intelligent machines envisaged in science fiction, or are current AI trends just the same wine in a fancier bottle? "It's actually new wine, but there's various bottles and you have different vintages," said James Kobielus (@jameskobielus, pictured, left), Wikibon.com's Actually, much of the old wine is still quite palatable; the new iterations of AI use and build upon methods that have come before, Kobielus added.


Sentiment Analysis with Deep Learning โ€“ Towards Data Science

#artificialintelligence

One of the most important elements for businesses is being in touch with its customer base. It is vital for these firms to know exactly what consumers or clients think of new and established products or services, recent initiatives, and customer service offerings. Sentiment analysis is one way to accomplish this necessary task. Sentiment Analysis is a field of Natural Language Processing (NLP) that builds models that try to identify and classify attributes of the expression e.g.: In a world where we generate 2.5 quintillion bytes of data every day, sentiment analysis has become a key tool for making sense of that data. This has allowed companies to get key insights and automate all kind of processes.


A Beginner's Tutorial on Building an AI Image Classifier using PyTorch

#artificialintelligence

This is a step-by-step guide to build an image classifier. The AI model will be able to learn to label images. I use Python and Pytorch. When we write a program, it is a huge hassle manually coding every small action we perform. Sometimes, we want to use packages of code other people have already written.


AI Plays Games

#artificialintelligence

Artificial Intelligence (AI) was all the rage in the 1980s. Specifically, companies invested heavily to build expert systems โ€“ AI applications that captured the knowledge of acknowledged human experts and made it available to solve narrowly defined types of problems. Thus, expert systems were created to configure complex computer systems and to detect likely credit card fraud. This earlier round of AI was triggered by a series of successful academic expert applications created at Stanford University. Dendral analyzed mass spectra data and identified organic molecules โ€“ something that, previously, only a few chemists could do. Another expert systems was called Mycin, and it analyzed potential of meningitis infections. In a series of tests, it was shown that Mycin could analyze meningitis as well as human meningitis experts, and it even did slightly better, since it never overlooked possible drug incompatibility issues. The expert systems developed in the Eighties all followed the general approach followed by Dendral and Mycin.


Enterprise AI: Data Analytics, Data Science and Machine Learning

#artificialintelligence

In the first article in this series, we discussed how humans have always desired to better understand the present and predict the future.1 The algorithms to help achieve this understanding have been around for decades, including even those of artificial intelligence (AI) approaches for enabling computers to reason about things that normally require human intelligence. However, only in recent years have we accumulated the massive digital data and developed the sufficiently powerful processors needed to put these AI algorithms to work on real human and business problems, with excellent performance and accuracy, on a broad scale. In this article, we describe some of the fundamental technologies and processes that enable enterprises to put AI to work to transform their businesses. In particular, we explain the concepts of data analytics, data science and machine learning, including deep learning.


OpenAI built a text generator so good, it's considered too dangerous to release

#artificialintelligence

A storm is brewing over a new language model, built by non-profit artificial intelligence research company OpenAI, which it says is so good at generating convincing, well-written text that it's worried about potential abuse. That's angered some in the community, who have accused the company of reneging on a promise not to close off its research. OpenAI said its new natural language model, GPT-2, was trained to predict the next word in a sample of 40 gigabytes of internet text. The end result was the system generating text that "adapts to the style and content of the conditioning text," allowing the user to "generate realistic and coherent continuations about a topic of their choosing." The model is a vast improvement on the first version by producing longer text with greater coherence.


Convolutional Neural Networks -- Simplified โ€“ x8 -- The AI Community โ€“ Medium

#artificialintelligence

Take a moment to observe and look at your surroundings. Even if you are sitting still on your chair or lying on your bed, your brain is constantly trying to analyze the dynamic world around you. Without your conscious effort your brain is continuously making predictions and acting upon them. After just a brief look at this photo you identified that there are humans and objects in the scene. You immediately identified some of the objects in the scene as wine glasses, plate, table, lights etc.


Difference between AI, Machine Learning, and Deep Learning

#artificialintelligence

Do you know that computers can be trained to think more like a human? Of all the technologies, neural networks are partly successful in doing so. This is because the neural network is an array of algorithms designed after the human brain. So, just like the human brain (which consists of multiple connected neurons) works to identify patterns, and categorize data, artificial neural networks do the same as well. Deep Learning is a subset of machine learning and primarily a study of multilayered neural networks.


Stochastic Prediction of Multi-Agent Interactions from Partial Observations

arXiv.org Machine Learning

We present a method that learns to integrate temporal information, from a learned dynamics model, with ambiguous visual information, from a learned vision model, in the context of interacting agents. Our method is based on a graph-structured variational recurrent neural network (Graph-VRNN), which is trained end-to-end to infer the current state of the (partially observed) world, as well as to forecast future states. We show that our method outperforms various baselines on two sports datasets, one based on real basketball trajectories, and one generated by a soccer game engine. At any given time, you can only see a subset of the players, and you may or may not be able to see the ball, yet you probably have some reasonable idea about where all the players currently are, even if they are not in the field of view. Similarly, you cannot see the future, but you may still be able to predict where the "agents" (players and ball) will be, at least approximately. Crucially, these problems are intertwined: we are able to predict future states by using a state dynamics model, but we can also use the same dynamics model to infer the current state of the world by extrapolating from the last time we saw each agent. In this paper, we present a unified approach to state estimation and future forecasting for problems of this kind. More precisely, we assume the observed data consists of a sequence of video frames, v, obtained from a stationary or moving camera.


MisGAN: Learning from Incomplete Data with Generative Adversarial Networks

arXiv.org Machine Learning

Generative adversarial networks (GANs) have been shown to provide an effective way to model complex distributions and have obtained impressive results on various challenging tasks. However, typical GANs require fully-observed data during training. In this paper, we present a GAN-based framework for learning from complex, high-dimensional incomplete data. The proposed framework learns a complete data generator along with a mask generator that models the missing data distribution. We further demonstrate how to impute missing data by equipping our framework with an adversarially trained imputer. Generative adversarial networks (GANs) (Goodfellow et al., 2014) provide a powerful modeling framework for learning complex high-dimensional distributions. Unlike likelihood-based methods, GANs are referred to as implicit probabilistic models (Mohamed & Lakshminarayanan, 2016). They represent a probability distribution through a generator that learns to directly produce samples from the desired distribution. The generator is trained adversarially by optimizing a minimax objective together with a discriminator.