Goto

Collaborating Authors

 Deep Learning


Researchers are using Darwin's theories to evolve AI, so only the strongest algorithms survive

#artificialintelligence

Modern artificial intelligence is built to mimic nature--the field's main pursuit is replicating in a computer the same decision-making prowess that humankind creates biologically. For the better part of three decades, most of AI's brain-inspired development has surrounded "neural networks," a term borrowed from neurobiology that describes machine thought as the movement of data through interconnected mathematical functions called neurons. But nature has other good ideas, too: Computer scientists are now revisiting an older field of study that suggests putting AI through evolutionary processes, like those that molded the human brain over millennia, could help us develop smarter, more efficient algorithms. The concept of evolution, famously credited to Charles Darwin and refined by countless scientists since, states that slight, random changes in an organism's genetic makeup will give it either an advantage or disadvantage in the wild. If the organism's mutation allows it to survive and reproduce, that mutation is then passed along.


Basics of machine learning to solve recruitment challenges

#artificialintelligence

In next movie Prof. Dr. Max Welling gives the latest developments in Machine Learning also related to recruitment. Deep learning is a machine learning method, as machine learning is a part of artificial intelligence. Unsupervised learning A child is learning by classifying objects. For example the child makes clusters like chairs and even if see's a chair what is not exactly the same as the chairs the child saw before, he can classify to the same group. Supervised learning The same example but now the father tells (labels) the cluster of chairs as "chairs" so the child can recognize chairs without seeing the same chair before.


Gene therapy: What personalized medicine means for you

#artificialintelligence

Thuy Truong thought her aching back was just a pulled muscle from working out. But then came a high fever that wouldn't go away during a visit to Vietnam. When a friend insisted Truong, 30, go to an emergency room, doctors told her the last thing she expected to hear: She had lung cancer. Back in Los Angeles, Truong learned the cancer was at stage 4 and she had about eight months to live. "My whole world was flipped upside down," says Truong, who had been splitting her time between the San Francisco Bay Area and Asia for a new project after selling her startup.


Can FPGAs Beat GPUs in Accelerating Next-Generation Deep Learning?

#artificialintelligence

Continued exponential growth of digital data of images, videos, and speech from sources such as social media and the internet-of-things is driving the need for analytics to make that data understandable and actionable. Data analytics often rely on machine learning (ML) algorithms. Among ML algorithms, deep convolutional neural networks (DNNs) offer state-of-the-art accuracies for important image classification tasks and are becoming widely adopted. At the recent International Symposium on Field Programmable Gate Arrays (ISFPGA), Dr. Eriko Nurvitadhi from Intel Accelerator Architecture Lab (AAL), presented research on Can FPGAs beat GPUs in Accelerating Next-Generation Deep Neural Networks. Their research evaluates emerging DNN algorithms on two generations of Intel FPGAs (Intel Arria10 and Intel Stratix 10) against the latest highest performance NVIDIA Titan X Pascal* Graphics Processing Unit (GPU).


Deep Learning Research Review: Reinforcement Learning

#artificialintelligence

This is the 2nd installment of a new series called Deep Learning Research Review. Every couple weeks or so, I'll be summarizing and explaining research papers in specific subfields of deep learning. This week focuses on Reinforcement Learning. Before getting into the papers, let's first talk about what reinforcement learning is. The field of machine learning can be separated into 3 main categories.


Vehicle Artificial Perception-Building Experimental Systems

#artificialintelligence

This work introduces my initial experiment to study Artificial Perception in Self-Driving technology. Vehicle Artificial Perception is known as a capability that helps Self-driving cars to understand the surrounding environment through a computer based-system. The system can consist of several different sensors such as Cameras, Lidar, Radar, GPS, IMU...to gather information around the car. An intelligent software then processes the data collected from the sensors to recognize and classify surrounding objects such as cars, humans, road marks, traffic signs.... Based on the understanding of the detected objects, the intelligent software can predict behavior and plan appropriate reactions according to the situations. Creating such an intelligent software has been a challenge for Artificial Intelligence researchers for decades. However, Deep Learning has recently offered a promising solution in the field of Artificial Intelligence, in which Deep Learning software has the ability to learn to create its own Artificial Neural Networks.


How Tech Giants Use Economy Of Scale To Power A.I. For Good - TOPBOTS

#artificialintelligence

"90% of the world's supercomputers run on Intel technology," Diane Bryant tells me at SxSW. "And 95% of artificial intelligence solutions run on Intel Xeon and Xeon Phi processors." Bryant is an Intel veteran who joined the semiconductor giant right after getting an electrical engineering degree from U.C. Davis. Starting a a microprocessor design engineer, she quickly worked her way up the ranks, spending 4 years as Intel's CIO before moving on to lead their Data Center Group. With recent acquisitions of Nervana and Mobileye, Intel is building a solid position in the A.I. wars. Every major tech company in Silicon Valley, along with every automotive giant from Detroit, is battling to gain ground in self-learning and self-driving technologies.


Transfer Learning - Machine Learning's Next Frontier

#artificialintelligence

In recent years, we have become increasingly good at training deep neural networks to learn a very accurate mapping from inputs to outputs, whether they are images, sentences, label predictions, etc. from large amounts of labeled data. What our models still frightfully lack is the ability to generalize to conditions that are different from the ones encountered during training. Every time you apply your model not to a carefully constructed dataset but to the real world. The real world is messy and contains an infinite number of novel scenarios, many of which your model has not encountered during training and for which it is in turn ill-prepared to make predictions. The ability to transfer knowledge to new conditions is generally known as transfer learning and is what we will discuss in the rest of this post. Over the course of this blog post, I will first contrast transfer learning with machine learning's most pervasive and successful paradigm, supervised learning. I will then outline reasons why transfer learning warrants our attention. Subsequently, I will give a more technical definition and detail different transfer learning scenarios.


Deep Learning with Hadoop: Dipayan Dev: 9781787124769: Amazon.com: Books

@machinelearnbot

Dipayan Dev Dipayan Dev has completed his M.Tech from National Institute of Technology, Silchar with a first class first and is currently working as a software professional in Bengaluru, India. He has extensive knowledge and experience in non-relational database technologies, having primarily worked with large-scale data over the last few years. His core expertise lies in Hadoop Framework. Dr. Hadoop has recently been cited by Goo Wikipedia in their Apache Hadoop article. Apart from that, he registers interest in a wide range of distributed system technologies, such as Redis, Apache Spark, Elasticsearch, Hive, Pig, Riak, and other NoSQL databases.


Explicit Document Modeling through Weighted Multiple-Instance Learning

Journal of Artificial Intelligence Research

Representing documents is a crucial component in many NLP tasks, for instance predicting aspect ratings in reviews. Previous methods for this task treat documents globally, and do not acknowledge that target categories are often assigned by their authors with generally no indication of the specific sentences that motivate them. To address this issue, we adopt a weakly supervised learning model, which jointly learns to focus on relevant parts of a document according to the context along with a classifier for the target categories. Derived from the weighted multiple-instance regression (MIR) framework, the model learns decomposable document vectors for each individual category and thus overcomes the representational bottleneck in previous methods due to a fixed-length document vector. During prediction, the estimated relevance or saliency weights explicitly capture the contribution of each sentence to the predicted rating, thus offering an explanation of the rating. Our model achieves state-of-the-art performance on multi-aspect sentiment analysis, improving over several baselines. Moreover, the predicted saliency weights are close to human estimates obtained by crowdsourcing, and increase the performance of lexical and topical features for review segmentation and summarization.