Goto

Collaborating Authors

 Deep Learning


Can artificial intelligence tell a teapot from a golf ball? Severe limitations of 'deep learning' machines

#artificialintelligence

Supporters have expressed enthusiasm for the use of these networks to do many individual tasks, and even jobs, traditionally performed by people. However, results of the five experiments in this study showed that it's easy to fool the networks, and the networks' method of identifying objects using computer vision differs substantially from human vision. "The machines have severe limitations that we need to understand," said Philip Kellman, a UCLA distinguished professor of psychology and a senior author of the study. Machine vision, he said, has drawbacks. In the first experiment, the psychologists showed one of the best deep learning networks, called VGG-19, color images of animals and objects.


Can artificial intelligence tell a polar bear from a can opener?

#artificialintelligence

How smart is the form of artificial intelligence known as deep learning computer networks, and how closely do these machines mimic the human brain? They have improved greatly in recent years, but still have a long way to go, a team of UCLA cognitive psychologists reports in the journal PLOS Computational Biology. Supporters have expressed enthusiasm for the use of these networks to do many individual tasks, and even jobs, traditionally performed by people. However, results of the five experiments in this study showed that it's easy to fool the networks, and the networks' method of identifying objects using computer vision differs substantially from human vision. "The machines have severe limitations that we need to understand," said Philip Kellman, a UCLA distinguished professor of psychology and a senior author of the study.


5 Instances Where Neural Networks & Deep Learning Came Under Attack

#artificialintelligence

While the advancements in deep learning and neural network algorithm have brought some interesting innovations in the last few years, they have their own set of challenges. Researchers have now found that these advancements may pose security threats as it involves a large set of data that it is dealing with. While we have seen attacks such as IoT botnet attacks, phishing attacks or crypto-ransomware attacks in the past, neural networks can pose these threats too. This article largely talks about how deep learning and the neural network is on the verge of facing serious security threats. The most captivating and agitating task of deep learning is to enable machines to learn without human supervision.


AI face-scanning app spots signs of rare genetic disorders

#artificialintelligence

Researchers are improving the ability of algorithms to help spot the physical characteristics of conditions such as Cornelia de Lange syndrome.Credit: Michael Ares/The Palm Beach Post via ZUMA A deep-learning algorithm is helping doctors and researchers to pinpoint a range of rare genetic disorders by analysing pictures of people's faces. In a paper1 published on 7 January in Nature Medicine, researchers describe the technology behind the diagnostic aid, a smartphone app called Face2Gene. It relies on machine-learning algorithms and brain-like neural networks to classify distinctive facial features in photos of people with congenital and neurodevelopmental disorders. Using the patterns that it infers from the pictures, the model homes in on possible diagnoses and provides a list of likely options. Doctors have been using the technology as an aid, even though it's not intended to provide definitive diagnoses.


AI becomes the game changer in the public cloud

#artificialintelligence

After more than 10 years, cloud computing has evolved into a fertile business for providers such as Amazon Web Services or Microsoft. However, competition is getting stronger from laggards like Google and Alibaba. And with the massive and ongoing introduction of AI-related cloud services, providers have increased the competitive pressure themselves, in order to raise attractiveness among their customers. To build and operate powerful and highly-scalable AI systems is an expensive matter for companies of any size. Eventually, training algorithms and operating the corresponding analytics systems afterwards need oodles of computing power.


How to do Deep Learning on Graphs with Graph Convolutional Networks

#artificialintelligence

Machine learning on graphs is a difficult task due to the highly complex, but also informative graph structure. This post is the first in a series on how to do deep learning on graphs with Graph Convolutional Networks (GCNs), a powerful type of neural network designed to work directly on graphs and leverage their structural information. In this post, I will give an introduction to GCNs and illustrate how information is propagated through the hidden layers of a GCN using coding examples. We'll see how the GCN aggregates information from the previous layers and how this mechanism produces useful feature representations of nodes in graphs. GCNs are a very powerful neural network architecture for machine learning on graphs.


Python: Advanced Guide to Artificial Intelligence - PDF eBook Now just $5

#artificialintelligence

This Learning Path is your complete guide to quickly getting to grips with popular machine learning algorithms. You'll be introduced to the most widely used algorithms in supervised, unsupervised, and semi-supervised machine learning, and learn how to use them in the best possible manner. Ranging from Bayesian models to the MCMC algorithm to Hidden Markov models, this Learning Path will teach you how to extract features from your dataset and perform dimensionality reduction by making use of Python-based libraries. You'll bring the use of TensorFlow and Keras to build deep learning models, using concepts such as transfer learning, generative adversarial networks, and deep reinforcement learning. Next, you'll learn the advanced features of TensorFlow1.x,


Artificial Intelligence in Healthcare - A Comprehensive Account - Maruti Techlabs

#artificialintelligence

To say that the role of Artificial Intelligence in Healthcare is intriguing, would be an understatement. AI and Machine Learning can bring about changes that have a substantial impact on healthcare processes and administration & while there is a lot we have to overcome to reach the stage of AI-dependent healthcare, there is sufficient potential in the technology today to drive governments, healthcare institutions, and providers to invest in AI-powered solutions. A study by Accenture has predicted that growth in the AI healthcare space is expected to touch $6.6 billion by 2021 with a CAGR of 40%. As on today, Artificial Intelligence and Machine Learning are well and truly poised to make the work of healthcare providers more logical & streamlined than repetitive. The technology is helping shape personalized healthcare services while significantly reducing the time to look for information that is critical to decision making and facilitating better care for patients.


A Comprehensive Learning Path for Deep Learning in 2019

#artificialintelligence

A Comprehensive Learning Path for Deep Learning in 2019 January 2, 2019 Introduction If there is one area in data science which has lead to the growth of Machine Learning and Artificial Intelligence in the last few years, it is Deep Learning. From research labs in universities with low success in industry to powering every smart device on the planet – Deep Learning and Neural Networks have started a revolution. Deep learning is ubiquitous – whether it's Computer Vision applications or breakthroughs in the field of Natural Language Processing, we are living in a deep learning-fueled world. Thanks to the rapid advances in technology, more and more people are able to leverage the power of deep learning. At the same time, it is a complex field and can appear daunting for newcomers.


Spherical CNNs on Unstructured Grids

arXiv.org Artificial Intelligence

We present an efficient convolution kernel for Convolutional Neural Networks (CNNs) on unstructured grids using parameterized differential operators while focusing on spherical signals such as panorama images or planetary signals. To this end, we replace conventional convolution kernels with linear combinations of differential operators that are weighted by learnable parameters. Differential operators can be efficiently estimated on unstructured grids using one-ring neighbors, and learnable parameters can be optimized through standard back-propagation. As a result, we obtain extremely efficient neural networks that match or outperform state-of-the-art network architectures in terms of performance but with a significantly lower number of network parameters. We evaluate our algorithm in an extensive series of experiments on a variety of computer vision and climate science tasks, including shape classification, climate pattern segmentation, and omnidirectional image semantic segmentation. Overall, we present (1) a novel CNN approach on unstructured grids using parameterized differential operators for spherical signals, and (2) we show that our unique kernel parameterization allows our model to achieve the same or higher accuracy with significantly fewer network parameters.