Goto

Collaborating Authors

 Deep Learning


GTC DC Keynotes Day One

#artificialintelligence

Want to watch this again later? Need to report the video? This feature is not available right now. Keynotes by NSF Director Dr. France CฯŒrdova, NVIDIA Chief Scientist Dr. Bill Dally, and Chairman of the Council of Economic Advisers, Jason Furman, each discuss aspects of how A.I. and deep learning are transforming government and industry.


Unsupervised Deep Learning for Vertical Conversational Chatbots

#artificialintelligence

One approach to building conversational (dialog) chatbots is to use an unsupervised sequence-to-sequence recurrent neural network (seq2seq RNN) deep learning framework. About a year ago, researchers (Vinyals-Le) at Google published an ICML paper "A Neural Conversational Model" that describes one such framework; a review can be found here. The Vinyals-Le paper (and associated framework) is instructive in understanding some of the parameters of such seq2seq chatbot models. We assume that Vinyals-Le used Tensorflow, though this is not explicitly stated in the paper. Note that seq2seq may not be the best way to build a truly conversational chatbot; the Vinyals-Le chatbot is more of a Q/A system that originated in machine translation.


Machine Learning Trends and the Future of Artificial Intelligence 2016 - Algorithmia

#artificialintelligence

Every company is now a data company, capable of using machine learning in the cloud to deploy intelligent apps at scale, thanks to three machine learning trends: data flywheels, the algorithm economy, and cloud-hosted intelligence. That was the takeaway from the inaugural Machine Learning / Artificial Intelligence Summit, hosted by Madrona Venture Group* last month in Seattle, where more than 100 experts, researchers, and journalists converged to discuss the future of artificial intelligence, trends in machine learning, and how to build smarter applications. With hosted machine learning models, companies can now quickly analyze large, complex data, and deliver faster, more accurate insights without the high cost of deploying and maintaining machine learning systems. "Every successful new application built today will be an intelligent application," Soma Somasegar said, venture partner at Madrona Venture Group. "Intelligent building blocks and learning services will be the brains behind apps."


theano.gpuarray.dnn โ€“ cuDNN -- Theano 0.9 dev documentation

@machinelearnbot

It provides optimized versions of some operations like the convolution. You must download and install it yourself. To install it, decompress the downloaded file and make the *.h and *.so* files available to the compilation environment. The easiest is to include them in your CUDA installation. Copy the *.h files to CUDA_ROOT/include and the *.so* files to CUDA_ROOT/lib64 (by default, CUDA_ROOT is /usr/local/cuda on Linux).


MaximumEntropy/cudnn_rnn_theano_benchmarks

@machinelearnbot

Results will be integrated into the above repository eventually. The Recurrent Networks take as input a 3D Tensor batch_size x seq_length x hidden_size and output the last hidden state, compute a MSE loss and compute the gradients of error with respect to each parameter. The hidden_size specifies the size of the output and input layer of the networks. The code of the scripts we ran are available. The code for the regular theano RNN implementations were borrowed from the rnn-benchmarks repository.


AI World

#artificialintelligence

Join us November 8th in the Cyril Magnin 2 room at 2:15 pm on for a panel discussion on how advances in machine learning, deep learning and neural networks are transforming data management and decision making in almost every industry sector from retail to security and healthcare. These experts will discuss real world implementation challenges.


Computers Are Learning To Write Songs By Listening To All Of Them

#artificialintelligence

Eck told the festival's music-savvy attendees about his team's new ideas about how to teach computers to help musicians write music--generate harmonies, create transitions in a song, and elaborate on a recurring theme. The format has come a long way since 1990s Geocities pages and games like Doom, thanks to better computing power, digital samplers, and recent movements like "Black MIDI," in which MIDI musicians like Lee saturate a digital musical score with so many notes, typically in the thousands or millions, that little white peers through. The state of the art in training computers is deep learning, artificial learning that uses neural networks, a method of storing information that loosely approximates the information processing of the brain and nervous system. In computer vision, where deep learning has become the standard machine learning technique, scientists know how a computer learns through a neural network when the computer knows what shapes to look for in an image.


2eNl5LI

#artificialintelligence

Nine times out of ten, when you hear about deep learning breaking a new technological barrier, Convolutional Neural Networks are involved. Also called CNNs or ConvNets, these are the workhorse of the deep neural network field. They have learned to sort images into categories even better than humans in some cases. If there's one method out there that justifies the hype, it is CNNs. What's especially cool about them is that they are easy to understand, at least when you break them down into their basic parts. I'll walk you through it.


Tech Giants Form 'Partnership For AI' Artificial Intelligence Alliance

#artificialintelligence

Several of the tech sector's biggest names have come together to form an Artificial Intelligence organisation that will explore the ethics and applications of technology that could transform the entire industry. Amazon, Facebook, Google (DeepMind), IBM and Microsoft are founding members of the'Partnership on Artificial Intelligence to Benefit People and Society', or'Partnership on AI' for short, and will invite academics, non-profit organisations, specialists in policy and ethics to join the board. Partnership on AI itself is a non-profit organisation and will conduct and publish research on an open licence in areas such as ethics, transparency, privacy, interoperability, reliability and interaction between humans and AI systems. The ultimate stated aim of the alliance is to increase public awareness of AI, maximise the benefits to society, and address various challenges. It says it is not a lobbying organisation and all members will contribute financial and research resources.


Machine learning: The smart person's guide - TechRepublic

#artificialintelligence

Machine learning is a branch of AI. Other tools for reaching AI include rule-based engines, evolutionary algorithms, and Bayesian statistics. While many early AI programs, like IBM's Deep Blue, which defeated Garry Kasparov in chess in 1997, were rule-based and dependent on human programming, machine learning is a tool through which computers have the ability to teach themselves, and set their own rules. In 2016, Google's DeepMind, beat the world champion in Go by using machine learning--training itself on a large data set of expert moves. In supervised learning, the "trainer" will present the computer with certain rules that connect an input (an object's feature, like "smooth," for example) with an output (the object itself, like a marble). In unsupervised learning, the computer is given inputs and is left alone to discover patterns. In reinforcement learning, a computer system receives input continuously (in the case of a driverless car receiving input about the road, for example) and constantly is improving. A massive amount of data is required to train algorithms for machine learning. First, the "training data" must be labeled (for instance: a GPS location attached to a photo).