Friday, August 25, 2017

Recent AI, Big Data, Deep Learning, Machine Learning Info Digest 2017/08/25

Designing a Deep Learning Project 

The Present and Future of Quantum Computing for AI
Quantum computing is still in it’s infancy, and no universal architecture for quantum computers exists right now. However, their prototypes are already here and showing promising results in cryptography, logistics, modelling and optimization tasks. For AI researchers optimization and sampling is particularly important, because it allows to train Machine Learning models much faster with higher accuracy.

Artificial intelligence could be the future of banking
By leveraging AI, banks can engage with consumers in a faster and more consistent manner. They can use “bots” at contact centres for basic inquiries to free up employees for more complicated questions. They can use robo-advisers to provide basic investment services at lower cost.

New app scans your face and tells companies whether you’re worth hiring
HireVue, a company with a “video interview intelligence platform,” wants to make that easier by using artificial intelligence to do the heavy lifting for you and screen multiple candidates at once.

Pandas tips and tricks
This post includes some useful tips for how to use Pandas for efficiently preprocessing and feature engineering from large datasets.

The Hard Thing About Machine Learning
Building systems is hard; building machine learning systems that give robust predictions is especially hard.

Aug. 2017 Hive User Group Meeting @HortonWorks
1. Hive on Spark, production experience @Uber (Xuefu Zhang)
2. Reair and its usage for Uber's multi data center replication (Zheng Shao)
3. ACID, use cases in data management (Carter Shanklin)
4. Optimized Hive replication (Anishek Agarwal)
5. LLAP: Locality is dead (in the cloud) (Gopal Vijayaraghavan)
6. Don't reengineer, reimagine: Hive buzzing with Druid's magic potion (Slim Bouguerra)

Friday, August 18, 2017

Recent AI, Big Data, Deep Learning, Machine Learning Info Digest 2017/08/18


Thoughts after taking the Deeplearning.ai courses
The fast AI course mainly teaches you the art of driving while Andrew’s course primarily teaches you the engineering behind the car.

DeepMind and Blizzard open StarCraft II as an AI research environment
DeepMind's scientific mission is to push the boundaries of AI by developing systems that can learn to solve complex problems. To do this, we design agents and test their ability in a wide range of environments from the purpose-built DeepMind Lab to established games, such as Atari and Go.

Hype or Not? Some Perspective on OpenAI’s DotA 2 Bot
As I started looking more into what exactly the DotA 2 bot was doing, how it was trained, and what game environment it was in, I came to the conclusion that it’s an impressive achievement, but not the AI breakthrough the press would like you to believe it is. That’s what this post is about.

Artificial Intelligence Is Likely to Make a Career in Finance, Medicine or Law a Lot Less Lucrative
First generation robots worked in factories. Second generation robots are preparing for white-collar professions. Sort of like people.

How to create a Neural Network in JavaScript in only 30 lines of code
In this article Per Harald Borgen will show you how to create and train a neural network using Synaptic.js, which allows you to do deep learning in Node.js and the browser.

Finding chairs the data scientist way! (Hint: using Deep Learning) – Part I
In this article, Faizan Shaikh will cover how I defined the problem. I will also mention what were the steps I took to solve the problem. Consider it as a raw uncut version of my experience as I tried to solve the problem.

Friday, August 11, 2017

Recent AI, Big Data, Deep Learning, Machine Learning Info Digest 2017/08/11

ICML 2017 tutorial
34th International Conference on Machine Learning

Deep Reinforcement Learning, Decision Making, and Control
In this tutorial, we will cover the foundational theory of reinforcement and optimal control as it relates to deep reinforcement learning, discuss a number of recent results on extending deep learning into decision making and control, including model-based algorithms, imitation learning, and inverse reinforcement learning, and explore the frontiers and limitations of current deep reinforcement learning algorithms.

Deep Learning for Health Care Applications: Challenges and Solutions
In this tutorial, we will discuss a series of problems in health care that can benefit from deep learning models, the challenges as well as recent advances in addressing those. We will also include data sets and demos of working systems.

Sequence-To-Sequence Modeling with Neural Networks
Sequence-To-Sequence (Seq2Seq) learning was introduced in 2014, and has since been extensively studied and extended to a large variety of domains. Seq2Seq yields state-of-the-art performance on several applications such as machine translation, image captioning, speech generation, or summarization. In this tutorial, we will survey the basics of this framework, its applications, main algorithmic techniques and future research directions.

Interpretable Machine Learning
In this talk, we first suggest a definitions of interpretability and describe when interpretability is needed (and when it is not). Then we will review related work, all the way back from classical AI systems to recent efforts for interpretability in deep learning. Finally, we will talk about a taxonomy for rigorous evaluation, and recommendations for researchers. We will end with discussing open questions and concrete problems for new researchers.

Deep Learning with Andrew Ng
In five courses, you will learn the foundations of Deep Learning, understand how to build neural networks, and learn how to lead successful machine learning projects. You will learn about Convolutional networks, RNNs, LSTM, Adam, Dropout, BatchNorm, Xavier/He initialization, and more. You will work on case studies from healthcare, autonomous driving, sign language reading, music generation, and natural language processing. You will master not only the theory, but also see how it is applied in industry. You will practice all these ideas in Python and in TensorFlow, which we will teach.


Heroes of Deep Learning: Andrew Ng interviews

Geoffrey Hinton

Yoshua Bengio

Pieter Abbeel

Ruslan Salakhutdinov

Ian Goodfellow

Andrej Karpathy

Friday, August 4, 2017

Recent AI, Big Data, Deep Learning, Machine Learning Info Digest 2017/08/04


The future of deep learning
This post is adapted from Section 3 of Chapter 9 of  Francois Chollet's book, Deep Learning with Python (Manning Publications). It is part of a series of two posts on the current limitations of deep learning, and its future. You can read the first part here: The Limitations of Deep Learning.

What's Next For Deep Learning?
Answer by Ian Goodfellow, AI Research Scientist at Google Brain, on Quora: There are a lot of things that are next for deep learning. Instead of thinking of moving forward in one direction, think of expanding outward in many directions.

TensorFlow Estimators: Managing Simplicity vs. Flexibility in High-Level Machine Learning Frameworks
The authors present a framework for specifying, training, evaluating, and deploying machine learning models. Our focus is on simplifying cutting edge machine learning for practitioners in order to bring such technologies into production. 

Nvidia uses AI to create 3D graphics better than human artists can
Nvidia’s researchers have created a way for AI to create realistic human facial animations in a fraction of the time it takes human artists to do the same thing.

Cutting Edge Deep Learning for Coders—Launching Deep Learning Part 2
These 15 hours of lessons take you from part 1’s best practices, all the way to cutting edge research.