Goto

Collaborating Authors

 Deep Learning


Azure CTO: Open Source Is Key to Machine Learning in the Cloud, or on the Edge - The New Stack

#artificialintelligence

In this interview recorded at the Open Source Leadership Summit, Azure CTO Mark Russinovich and The New Stack's founder Alex Williams discussed how Microsoft builds on and contributes to open source for Azure's artificial intelligence (AI) and machine learning. As Russinovich -- who had just given a keynote suggesting that AI owes its current strength to the combination of open source and the cloud -- explained, "Fundamentally a lot of AI, machine learning and analytics is built on top of open source and it's a key part of our strategy to build with and use that open source, as well as to contribute back and to add to open source." Examples of that range from Microsoft contributing its own enhancements and fixes to existing projects like YARN (which is used in Azure Data Lake Analytics), to supporting the R open source community, to working with Facebook and AWS on the ONNX project to exchange models between Caffe, MXNet and CNTK, Microsoft's own deep learning framework -- which is also open source. "CNTK is our own intellectual property; it's a differentiated convolutional neural network framework… that we developed internally for Bring. We use that internally for a lot of our cognitive APIs… and we contributed that to [the] open source [community]," Russinovich explained.


How to write machine learning apps for Windows 10

#artificialintelligence

One big change is support for running trained machine learning models as part of Windows applications, taking advantage of local GPUs to accelerate machine learning applications. Building a machine learning application can be a complex process. Training a model can require a lot of data, and a considerable amount of processing power. That's fine if you've got access to a cloud platform and lots of bandwidth, but what if you want to take an existing model from GitHub and run it on a PC? Trained machine learning models are an ideal tool for bringing the benefits of neural networks and deep learning to your applications. All you should need to do is hook up the appropriate interfaces, and they should run as part of your code.


The Linux Foundation launches a deep learning foundation

#artificialintelligence

Despite its name, the Linux Foundation has long been about more than just Linux. These days, it's a foundation that provides support to other open source foundations and projects like Cloud Foundry, the Automotive Grade Linux initiative and the Cloud Native Computing Foundation. Today, the Linux Foundation is adding yet another foundation to its stable: the LF Deep Learning Foundation. The idea behind the LF Deep Learning Foundation is to "support and sustain open source innovation in artificial intelligence, machine learning, and deep learning while striving to make these critical new technologies available to developers and data scientists everywhere." The founding members of the new foundation include Amdocs, AT&T, B.Yond, Baidu, Huawei, Nokia, Tech Mahindra, Tencent, Univa and ZTE.


This AI could spot early signs of heart failure

@machinelearnbot

"Machine learning is being used in every aspect of health care. This particular model is focused on deep learning, which has had great success in many industries. However, in health care, we are on the front of pioneering deep learning and Edward is one of the first ones to apply it," Sun says.


Nokia's new AI-powered analytics software dramatically improves customer experience and satisfaction Nokia

#artificialintelligence

Espoo, Finland - Nokia has unveiled the latest version of its Cognitive Analytics for Customer Insight software, providing powerful new capabilities so service provider business, IT and engineering organizations can consistently deliver a superior real-time and personalized customer experience. Nokia Cognitive Analytics for Customer Insight provides a holistic, real-time view of the customer experience to help service providers quickly identify issues and prioritize improvements based on their customer and business impact. It features Nokia's Customer Experience Index (CEI), which correlates information from the network, devices, customer care, billing and other sources with satisfaction surveys like the Net Promoter Score to produce a customer-specific score that tracks service performance and subscriber satisfaction. In this latest release, Nokia CEI now taps advanced machine learning and deep learning algorithms co-developed with Nokia Bell Labs to provide new levels of prediction and automation capabilities to improve the subscriber experience. The algorithms optimize themselves over time, decreasing the time required for the initial tuning of the index from months to days, and delivering a far more accurate view of subscriber satisfaction.


What is the difference? AI, Deep Learning, and Machine Learning

@machinelearnbot

In this article we are going to go over the key differences between these topics and clear up a few misconceptions surrounding them. We have heard a lot of talk about these subjects and as can be expected of buzzwords they can be a little confusing or even misleading at times. Otherwise referred to as AI, the original term was invented by John McCarthy circa 1956. This term is used to describe any machine or computer that can perform human like tasks. Chatting, recognizing objects, etc. Common examples include chat-bots and virtual assistants such as Amazons Alexa, Siri from Apple or Google Assistant on Android.


[P] A PyTorch module implementing an Echo State Network • r/MachineLearning

@machinelearnbot

Recurrent neural networks when activated can remain active for a time following that activation as neurons within the network continue to excite other neurons, even in the absence of external inputs. These internal activations contain some information about the inputs into the network. The "echo state" refers to these internal reverberations which give the RNN an implicit memory, even when the neurons themselves are stateless (i.e. Even randomly connected and weighted RNNs have these properties. As it concerns machine learning, the important property of the RNN is how long the information can be stored in these "echos".


Deep Learning with Text

@machinelearnbot

The advent of deep learning has been transformative for many difficult problems in machine learning, often delivering breakthrough performance compared with previous techniques. This paradigm shift has swept over the field of natural language processing, where an emerging deep learning approach has set the state-of-the-art in text categorization, information extraction, recommendations, and more. Deep Learning with Text is a practitioner's guide that will help you learn how the neural networks that power modern natural language processing techniques work "under the hood." You'll find examples using "batteries-included" libraries in Python--including spaCy, gensim, and others--for applying this modern, deep learning approach to solve real-world problems with natural language text. Until now, much of the published material about deep learning has been sequestered in research papers and graduate-level academic textbooks.


A "weird" introduction to Deep Learning – Towards Data Science

#artificialintelligence

I just created this timeline based on several papers and other timelines with the purpose of everyone seeing that Deep Learning is much more than just Neural Networks. There has been really theoretical advances, software and hardware improvements that were necessary for us to get to this day. If you want it just ping me and I'll send it to you. Deep Learning has been around for quite a while now. So why it became so relevant so fast the last 5–7 years?


Safe end-to-end imitation learning for model predictive control

arXiv.org Machine Learning

Abstract-- We propose the use of Bayesian networks, which provide both a mean value and an uncertainty estimate as output, to enhance the safety of learned control policies under circumstances in which a test-time input differs significantly from the training set. Our algorithm combines reinforcement learning and end-to-end imitation learning to simultaneously learn a control policy as well as a threshold over the predictive uncertainty of the learned model, with no hand-tuning required. Corrective action, such as a return of control to the model predictive controller or human expert, is taken when the uncertainty threshold is exceeded. We demonstrate that our method is robust to uncertainty resulting from varying system dynamics as well as from partial state observability. As the deployment of deep neural networks as controllers for physical robotic systems becomes more prevalent, the issue of safety within artificial intelligence becomes an increasingly important concern. Recently the use of end-to-end imitation learning to develop neural network control policies has surged in popularity, due in large part to the ease with which deep models can learn complex dynamics and infer global state from local data while bypassing the need for significant parameter tuning. In contrast, traditional approaches to vision-based control rely on methods such image segmentation and object detection, classification, labeling, and filtering; often, these methods require significant engineering and tuning.