Goto

Collaborating Authors

 Deep Learning


CS231n Convolutional Neural Networks for Visual Recognition

#artificialintelligence

It is possible to introduce neural networks without appealing to brain analogies. In the section on linear classification we computed scores for different visual categories given the image using the formula \( s W x \), where \(W\) was a matrix and \(x\) was an input column vector containing all pixel data of the image. In the case of CIFAR-10, \(x\) is a [3072x1] column vector, and \(W\) is a [10x3072] matrix, so that the output scores is a vector of 10 class scores. An example neural network would instead compute \( s W_2 \max(0, W_1 x) \). Here, \(W_1\) could be, for example, a [100x3072] matrix transforming the image into a 100-dimensional intermediate vector. The function \(max(0,-) \) is a non-linearity that is applied elementwise.


The Deep Learning Market Map: 60 Startups Working Across E-Commerce, Cybersecurity, Sales, And More

#artificialintelligence

New York-based Calrifai -- backed by investors including Google Ventures, Lux Capital, and NVidia -- entered the R/GA accelerator this year, after raising 10M in Series A in Q2'15. BI, Sales & CRM: Applications here include voice analytics to extract information from calls, automated customer response solutions, business data analytics, and sales targeting. To name a few, Palo Alto-based Mariana raised 2M in seed money from investors including Blumberg Capital; London-based True AI, previously seed funded by Entrepreneur First, entered the Microsoft Ventures Accelerator in Q3'16; another UK-based startup, Ripjar, raised funds from Winton Ventures in Q2'16. Three startups in the private sector using AI in e-commerce raised funding rounds this year: Reflektion raised 18M in Q1'16 from investors including Intel Capital, Battery Ventures, and Marc Benioff; ViSenze raised 10.5M in Series B from investors including Rakuten Ventures, Enspire Capital, and Phillip Private Equity; India-based Staqu raised angel funds in Q2'16.


An Introduction to Implementing Neural Networks using TensorFlow

#artificialintelligence

Starting with this article, I will write a series of articles on deep learning covering the popular Deep Learning libraries and their hands-on implementation. Fast forward to 2012, a deep neural network architecture won the ImageNet challenge, a prestigious challenge to recognise objects from natural scenes. Nodes in the graph represents mathematical operations, while graph edges represent multi-dimensional data arrays (aka tensors) communicated between them. Here we solve our deep learning practice problem โ€“ Identify the Digits.


The Spooky Secret Behind AI's Power

#artificialintelligence

Spookily powerful artificial intelligence (AI) systems may work so well because their structure exploits the fundamental laws of the universe, new research suggests. The new findings may help answer a longstanding mystery about a class of artificial intelligence that employ a strategy called deep learning. These deep learning or deep neural network programs, as they're called, are algorithms that have many layers in which lower-level calculations feed into higher ones. Deep neural networks often perform astonishingly well at solving problems as complex as beating the world's best player of the strategy board game Go or classifying cat photos, yet know one fully understood why. It turns out, one reason may be that they are tapping into the very special properties of the physical world, said Max Tegmark, a physicist at the Massachusetts Institute of Technology (MIT) and a co-author of the new research.


CIA 'Siren Servers' Can Predict Social Uprisings 3-5 Days in Advance

#artificialintelligence

The CIA claims to be able to predict social unrest days before it happens thanks to powerful super computers dubbed Siren Servers by the father of Virtual Reality, Jaron Lanier. CIA Deputy Director for Digital Innovation Andrew Hallman announced that the agency has beefed-up its "anticipatory intelligence" through the use of deep learning and machine learning servers that can process an incredible amount of data. "We have, in some instances, been able to improve our forecast to the point of being able to anticipate the development of social unrest and societal instability some I think as near as three to five days out," said Hallman on Tuesday at the Federal Tech event, Fedstival. This Minority Report-type technology has been viewed skeptically by policymakers as the data crunching hasn't been perfected, and if policy were to be enacted based on faulty data, the results could be disastrous. The CIA deputy director said that it was "much harder to convey confidence for the policymaker who may make an important decision from advanced analytics with deep learning algorithms."


The technology behind self-driving vehicles

#artificialintelligence

Ask a random person for an example of an AI system and chances are he or she will name self-driving vehicles. In this episode of the O'Reilly Data Show, I sat down with Shaoshan Liu, co-founder of PerceptIn and previously the senior architect (autonomous driving) at Baidu USA. We talked about the technology behind self-driving vehicles, their reliance on rule-based decision engines, and deploying large-scale deep learning systems.



Theano Tensors Explained in a Picture

@machinelearnbot

Lately I've been doing some experiences with Theano and Deep Learning. One thing that I really thought could help is to understand the workflow of a Theano algorithm through visualization of tensors' connections. After developing the model, I printed the prediction algorithm for a deep learning Neural Net with 2 hidden layers, 2 inputs X1 and X2, and a continuous output Y.


Google Translate Gets a Deep-Learning Upgrade

#artificialintelligence

Googles engineers recently delivered a Google Translate upgrade that harnesses the popular artificial intelligence technique known as deep learning. Google has launched a Google Translate upgrade utilizing enhanced deep-learning techniques to produce more accurate translations. The neural machine translation system considers the entire sentence as one unit to be translated. The system relies on a recurrent neural network algorithm consisting of layered nodes, and a network of eight layers acts as the encoder and transforms the input into a list of vectors representing all possible meanings of each word. The second eight-layer network acts as the decoder and generates the translation one word at a time. Meanwhile, an attention network connects the encoder and decoder by directing the decoder to refer back to certain weighted vectors.


Clarifai Attempting to Democratize Deep Learning - AI Trends

#artificialintelligence

ARTIFICIAL INTELLIGENCE CAN do remarkable things, like recognize faces on social networks, instantly translate speech from one language to another, and identify commands barked into a smartphone. But it also can do stupid things, like label an African-American couple "gorillas." The artificial intelligence underpinning Google Photos did just that last year. The platform uses deep neural networks to identify images in your photo collection. These networks of hardware and software, modeled after the network of neurons in your brain, learn to recognize objects, animals, and faces by analyzing many millions of pre-labeled photos.