Scientists Are Now Using AI to Predict Autism in Infants

Despite all the headway that science has made in understanding autism in recent years, knowing which children will one day develop autism is still almost impossible to predict. Children diagnosed with autism appear to behave normally until around two, and until then there is often no indication that anything is wrong. […] In a paper Read more about Scientists Are Now Using AI to Predict Autism in Infants[…]

AI-powered dynamic pricing turns its gaze to the fuel pumps

With the use of Artificial Intelligence PriceCast Fuel detects behavioral patterns in Big Data (all available data relevant to the sale) and relates to customer and competitor reactions with a frequency and level of accuracy that users of traditional pricing systems only can dream about,” the company explains in a brochure [PDF]. “Dynamically mapping customer Read more about AI-powered dynamic pricing turns its gaze to the fuel pumps[…]

Google AI has access to 1.6m NHS patients data – without permission

The document – a data-sharing agreement between Google-owned artificial intelligence company DeepMind and the Royal Free NHS Trust – gives the clearest picture yet of what the company is doing and what sensitive data it now has access to. The agreement gives DeepMind access to a wide range of healthcare data on the 1.6 million Read more about Google AI has access to 1.6m NHS patients data – without permission[…]

Real-Time User-Guided Image Colorization with Learned Deep Priors within minutes

We train on a million images, with simulated user inputs. To guide the user towards efficient input selection, the system recommends likely colors based on the input image and current user inputs. The colorization is performed in a single feed-forward pass, enabling real-time use. Even with randomly simulated user inputs, we show that the proposed Read more about Real-Time User-Guided Image Colorization with Learned Deep Priors within minutes[…]

This Artificially Intelligent Speech Generator Can Fake Anyone’s Voice

“We train our models on a huge dataset with thousands of speakers,” Jose Sotelo, a team member at Lyrebird and a speech synthesis expert, told Gizmodo. “Then, for a new speaker we compress their information in a small key that contains their voice DNA. We use this key to say new sentences.” The end result Read more about This Artificially Intelligent Speech Generator Can Fake Anyone’s Voice[…]

Caffe2 Open Source Brings Cross Platform Machine Learning Tools to Developers

We’re committed to providing the community with high-performance machine learning tools so that everyone can create intelligent apps and services. Caffe2 is shipping with tutorials and examples that demonstrate learning at massive scale which can leverage multiple GPUs in one machine or many machines with one or more GPUs. Learn to train and deploy models Read more about Caffe2 Open Source Brings Cross Platform Machine Learning Tools to Developers[…]

AI Otto buys stock for ecommerce, decreases customer returns

The idea is to collect and analyse quantities of information to understand consumer tastes, recommend products to people and personalise websites for customers. Otto’s work stands out because it is already automating business decisions that go beyond customer management. The most important is trying to lower returns of products, which cost the firm millions of Read more about AI Otto buys stock for ecommerce, decreases customer returns[…]

There’s a big problem with AI: even its creators can’t explain how it works

No one really knows how the most advanced algorithms do what they do. That could be a problem. Source: There’s a big problem with AI: even its creators can’t explain how it works It’s a good run down of some of the places where accountability (self-driving cars, medical recommendations, AI driven tanks and drones, Siri, Read more about There’s a big problem with AI: even its creators can’t explain how it works[…]

Open sourcing Sonnet – a new library for constructing neural networks with Tensorflow

We have found that the flexibility and adaptiveness of TensorFlow lends itself to building higher level frameworks for specific purposes, and we’ve written one for quickly building neural network modules with TF. We are actively developing this codebase, but what we have so far fits our research needs well, and we’re excited to announce that Read more about Open sourcing Sonnet – a new library for constructing neural networks with Tensorflow[…]

This AI stuff is all talk! Bots invent their own language to natter away behind humans’ backs

At first, the bot lingo was more like Morse code: an abstract symbol was agreed upon and then scattered among spaces to create meaning, the researchers explained in a blog post. The team tweaked the experiment so that there was a slight penalty on every utterance for every bot, and they added an incentive to Read more about This AI stuff is all talk! Bots invent their own language to natter away behind humans’ backs[…]

MXNet – Amazon machine learning Open sourced

MXNet stands for mix and maximize. The idea is to combine the power of declartive programming together with imperative programming. In its core, a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. The library Read more about MXNet – Amazon machine learning Open sourced[…]

Google Cloud can now recognise items in videos

Cloud Video Intelligence API (now in Private Beta) uses powerful deep-learning models, built using frameworks like TensorFlow and applied on large-scale media platforms like YouTube. The API is the first of its kind, enabling developers to easily search and discover video content by providing information about entities (nouns such as “dog,” “flower” or “human” or Read more about Google Cloud can now recognise items in videos[…]

Keras – deep learning library for Tensorflow and Theano

Keras: Deep Learning library for Theano and TensorFlow You have just found Keras. Keras is a high-level neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least Read more about Keras – deep learning library for Tensorflow and Theano[…]

Image-to-Image Translation with Conditional Adversarial Networks

We investigate conditional adversarial networks as a general-purpose solution to image-to-image translation problems. These networks not only learn the mapping from input image to output image, but also learn a loss function to train this mapping. This makes it possible to apply the same generic approach to problems that traditionally would require very different loss Read more about Image-to-Image Translation with Conditional Adversarial Networks[…]

New ETSI group on improving operator experience using Artificial Intelligence

ETSI is pleased to announce the creation of the Industry Specification Group ‘Experiential Network Intelligence’ (ISG ENI). The purpose of the group is to define a Cognitive Network Management architecture that is based on the “observe-orient-decide-act” control model. It uses AI (Artificial Intelligence) techniques and context-aware policies to adjust offered services based on changes in Read more about New ETSI group on improving operator experience using Artificial Intelligence[…]

AI Software Juggles Probabilities to Learn from Less Data

Gamalon uses a technique that it calls Bayesian program synthesis to build algorithms capable of learning from fewer examples. Bayesian probability, named after the 18th century mathematician Thomas Bayes, provides a mathematical framework for refining predictions about the world based on experience. Gamalon’s system uses probabilistic programming—or code that deals in probabilities rather than specific Read more about AI Software Juggles Probabilities to Learn from Less Data[…]

Microsoft Graph Engine goes open source on github

Graph Engine – Open Source Microsoft Graph Engine is a distributed in-memory data processing engine, underpinned by a strongly-typed in-memory key-value store and a general distributed computation engine. This repository contains the source code of Graph Engine and its graph query language — Language Integrated Knowledge Query (LIKQ). LIKQ is a versatile graph query language Read more about Microsoft Graph Engine goes open source on github[…]

The Life-Changing Magic of Tidying Text in an R package

As described by Hadley Wickham, tidy data has a specific structure: each variable is a column each observation is a row each type of observational unit is a table This means we end up with a data set that is in a long, skinny format instead of a wide format. Tidy data sets are easier Read more about The Life-Changing Magic of Tidying Text in an R package[…]