Wednesday, July 26, 2017

Recent AI, Big Data and Machine Learning Info Digest 2017/07/26


Deep Reinforcement Learning: An Overview (by Yuxi Li, version 3, July 15, 2017)
We give an overview of recent exciting achievements of deep reinforcement learning (RL). We discuss six core elements, six important mechanisms, and twelve applications. We start with background of machine learning, deep learning and reinforcement learning. Next we discuss core RL elements, including value function, in particular, Deep Q-Network (DQN), policy, reward, model, planning, and exploration. After that, we discuss important mechanisms for RL, including attention and memory, in particular, differentiable neural computer (DNC), unsupervised learning, transfer learning, semi-supervised learning, hierarchical RL, and learning to learn. Then we discuss various applications of RL, including games, in particular, AlphaGo, robotics, natural language processing, including dialogue systems (a.k.a. chatbots), machine translation, and text generation, computer vision, neural architecture design, business management, finance, healthcare, Industry 4.0, smart grid, intelligent transportation systems, and computer systems. We mention topics not reviewed yet. After listing a collection of RL resources, we present a brief summary, and close with discussions.

ImageNet Object Localization Challenge
This year, Kaggle is thrilled to be the official host of all three ImageNet Challenges for the first time including the other two competitions:
Object Detection Challenge
Object Detection from Video Challenge

Deep Learning for NLP Best Practices
This post is a collection of best practices for using neural networks in Natural Language Processing. It will be updated periodically as new insights become available and in order to keep track of our evolving understanding of Deep Learning for NLP.

In this tutorial, we will use an Apache Zeppelin notebook for our development environment to keep things simple and elegant. 

This is Part 1 of 3 in a series of posts that looks at the landscape of the artificial intelligence industry and the companies and institutes developing products that are moving the needle of knowledge of machine intelligence and consciousness forward for humanity.

This list contains companies working on artificial intelligence and machine learning products primarily for business use, non-specific to any industry. Industry specific AI will be the final part of this series.

Sunday, July 16, 2017

Recent AI, Big Data and Machine Learning Info Digest 2017/07/16


New Frontiers for Deep Learning in Robotics
In this workshop a wide range of renowned experts will discuss deep learning techniques at the frontier of research that are not yet widely adopted, discussed, or well-known in our community.

How AI And Deep Learning Are Now Used To Diagnose Cancer
Without a doubt one of the most exciting potential uses for AI (Artificial Intelligence) and in particular deep learning is in healthcare. 

Lecture note <Brief Introduction to Machine Learning without Deep Learning>
By KyungHyun Cho All the things you need to know in order to become a certified ML scientist can be found there.

Data Preparation for Data Science: A Field Guide
Casey Stella presents a utility written with Apache Spark to automate data preparation, discovering missing values, values with skewed distributions and discovering likely errors within data.

Winning Strategies for Applied AI Companies
The aim of this post is to disclose a framework we have built when we look at Applied AI companies. 

Tuesday, July 4, 2017

Recent AI, Big Data and Machine Learning Info Digest 2017/07/04


How to build a data science pipeline
Start with y. Concentrate on formalizing the predictive problem, building the workflow, and turning it into production rather than optimizing your predictive model. Once the former is done, the latter is easy.

How Deep Learning Is Personalizing the Internet
Personalization is no doubt one of the strongest imperatives today in the internet industry as a whole and deep learning almost certainly holds tremendous potential in this area. Therefore, businesses that aim to remain on the cutting edge need to keep an eye out for advancements in the field.

3 Massive Big Data Problems Everyone Should Know About
There are 3 Big Data concerns that should keep people up at night: Data Privacy, Data Security and Data Discrimination.

Deep Learning Research Review Week 2: Reinforcement Learning
This is the 2nd installment of a new series called Deep Learning Research Review by Adit Deshpande . This week he focuses on Reinforcement Learning.

Hands on with Deep Learning – Solution for Age Detection Practice Problem
In this article, Faizan Shaikh explained a simple benchmark solution for Age Detection Practice Problem. 

Architecture of Convolutional Neural Networks (CNNs) demystified
Dishashree Gupta provides an intuition into convolutional neural networks by not going into the complex mathematics of CNN.