Goto

Collaborating Authors

 Deep Learning


Most Enterprises Don't Have a Deep Learning Strategy – Intuition Machine

#artificialintelligence

Deep Learning is a technology that is as disruptive as mobile computing or the world wide web that came before it. Yet, most enterprises have no strategy on what to do. This is perplexing given that Deep Learning most hyped up slogan is "The Last Invention of Man". It boils down to one simple fact, enterprises don't understand Deep Learning. To make it even worse, they can't possibly understand the current wave of Artificial Intelligence (AI) developments if they don't understand Deep Learning.


This Tiny Supercomputer Is the New Wave of Artificial Intelligence (AI)

#artificialintelligence

From just powering gaming computers, NVIDIA Corporation (NASDAQ:NVDA) has advanced its GPU business to focusing the use of its technology to power advanced machine technologies. NVIDIA DGX-1 – This is what is known to be the world's first commercially available supercomputer designed specifically for deep learning. NVIDIA claims that DGX-1 is a supercomputer delivering the computing power of 250 2-socket servers in a box. The company states on their website that its NVIDIA NVLink implementation delivers massive increase in GPU memory capacity, giving you a system that can learn, see, and simulate our world--a world with an infinite appetite for computing. NVIDIA also claims the DGX-1 can be trained for tasks like image recognition and will perform significantly faster than other servers.


Difference between Machine Learning, Data Science, AI, Deep Learning, and Statistics

@machinelearnbot

In this article, I clarify the various roles of the data scientist, and how data science compares and overlaps with related fields such as machine learning, deep learning, AI, statistics, IoT, operations research, and applied mathematics. As data science is a broad discipline, I start by describing the different types of data scientists that one may encounter in any business setting: you might even discover that you are a data scientist yourself, without knowing it. As in any scientific discipline, data scientists may borrow techniques from related disciplines, though we have developed our own arsenal, especially techniques and algorithms to handle very large data sets in automated ways, even without human interactions, to perform transactions in real-time or to make predictions. To get started and gain some historical perspective, you can read my article about 9 types of data scientists, published in 2014, or my article where I compare data science with 16 analytic disciplines, also published in 2014. I also wrote about the ABCD's of business processes optimization where D stands for data science, C for computer science, B for business science, and A for analytics science.


Machine Learning Mastery

#artificialintelligence

Develop and tune a suite deep learning models on a range of projects. The most advanced machine learning platform used by professionals.


An Introduction to Deep Learning

#artificialintelligence

A brief history of Machine learning • Most of the machine learning methods are based on supervised learning Input Feature Representation Learning Algorithm 10.


How NOT To Evaluate Your Dialogue System: An Empirical Study of Unsupervised Evaluation Metrics for Dialogue Response Generation

arXiv.org Artificial Intelligence

We investigate evaluation metrics for dialogue response generation systems where supervised labels, such as task completion, are not available. Recent works in response generation have adopted metrics from machine translation to compare a model's generated response to a single target response. We show that these metrics correlate very weakly with human judgements in the non-technical Twitter domain, and not at all in the technical Ubuntu domain. We provide quantitative and qualitative results highlighting specific weaknesses in existing metrics, and provide recommendations for future development of better automatic evaluation metrics for dialogue systems.


How to Train AI to Do Everything in the Digital Universe

#artificialintelligence

To assist a child we must provide him with an environment which will enable him to develop freely. There's a kindergarten I walk past on the way to work, and I can't help but peek inside everyday. The classroom -- packed with toys and puzzles, music and books, flower planters and even an occasional cat -- was obviously crafted to be a rich and bustling world for kids to interact and play in. Contrary to its meaning, child's play is far from simple. Playing in a diverse, exciting universe is how we nurture a child's budding intelligence.


Google's DeepMind AI gets a few new tricks to learn faster

#artificialintelligence

First off, DeepMind's learning agent has a better grasp of controlling pixels on the screen. Google notes it's "similar to how a baby might learn to control their hands by moving them and observing the movements." By doing this, it can figure out the best way to get high scores and play games more efficiently. Additionally, the agent can now figure out rewards from a game based on past performance. "By learning on rewarding histories much more frequently, the agent can discover visual features predictive of reward much faster," Google says.


DeepMind's AI platform emulates 'slow' thinking thought processes

#artificialintelligence

Researchers from Google's DeepMind division say they have shown how their differentiable neural computer is able to process information using so-called'slow' thinking thought processes. Researchers are successfully teaching machines to process information in ways that emulate the subtleties and complexities of human thought processes.


humphd/have-fun-with-machine-learning

#artificialintelligence

This is a hands-on guide to machine learning for programmers with no background in AI. Using a neural network doesn't require a PhD, and you don't need to be the person who makes the next breakthrough in AI in order to use what exists today. What we have now is already breathtaking, and highly usable. I believe that more of us need to play with this stuff like we would any other open source technology, instead of treating it like a research topic. In this guide our goal will be to write a program that uses machine learning to predict, with a high degree of certainty, whether the images in data/untrained-samples are of dolphins or seahorses using only the images themselves, and without having seen them before. Here are two example images we'll use: To do that we're going to train and use a Convolutional Neural Network (CNN). We're going to approach this from the point of view of a practitioner vs. from first principles. There is so much excitement about AI right now, but much of what's being written feels like being taught to do tricks on your bike by a physics professor at a chalkboard instead of your friends in the park.