AI Weekly 21 April 2018
Hi! New AI Weekly is here! Once again this week was really great for AI developers, huge amount of new code and libraries appeared, Google Developers published couple great articles on Medium like the one about Classifying text with TensorFlow Estimators, also others contributed with couple interesting tutorials, it’s worth to read introduction to Tensorflow.js. There are also worth reading articles in general section, especially the one about current state of AI industry, of course that’s not all… just enjoy your weekend reading other AI news and don’t forget to share it with your friends
GENERAL
A.I. Researchers Are Making More Than $1 Million, Even at a Nonprofit – One of the poorest-kept secrets in Silicon Valley has been the huge salaries and bonuses that experts in artificial intelligence can command. Now, a little-noticed tax filing by a research lab called OpenAI has made some of those eye-popping figures public. OpenAI paid its top researcher, Ilya Sutskever, more than $1.9 million in 2016. It paid another leading researcher, Ian Goodfellow, more than $800,000 — even though he was not hired until March of that year. Both were recruited from Google. https://nyti.ms/2Hi6c4P
Artificial Intelligence — The Revolution Hasn’t Happened Yet – Artificial Intelligence (AI) is the mantra of the current era. The phrase is intoned by technologists, academicians, journalists and venture capitalists alike. As with many phrases that cross over from technical academic fields into general circulation, there is significant misunderstanding accompanying the use of the phrase. But this is not the classical case of the public not understanding the scientists — here the scientists are often as befuddled as the public. The idea that our era is somehow seeing the emergence of an intelligence in silicon that rivals our own entertains all of us — enthralling us and frightening us in equal measure. And, unfortunately, it distracts us. http://bit.ly/2HD1tKB
PROGRAMMING
A Gentle Introduction to TensorFlow.js – Tensorflow.js is a library built on deeplearn.js to create deep learning modules directly on the browser. Using that you can create CNNs, RNNs , etc … on the browser and train these modules using the client’s GPU processing power. Hence, a server GPU is not needed to train the NN. This tutorial starts by explaining the basic building blocks of TensorFlow.js and the operations on them. Then, author describes how to create some complicated models. http://bit.ly/2HOpOuw
Hallucinogenic Deep Reinforcement Learning Using Python and Keras – Teaching a machine to master car racing and fireball avoidance through “World Models” http://bit.ly/2HiDEIG
How to implement a YOLO (v3) object detector from scratch in PyTorch – author uses PyTorch to implement an object detector based on YOLO v3, one of the faster object detection algorithms out there. The code for this tutorial is designed to run on Python 3.5, and PyTorch 0.3. http://bit.ly/2K2jNv7
Building an Iris classifier with eager execution – One of the new additions to TensorFlow in the last months has been the eager execution, an additional low-level interface promising to make development a lot simpler and easier to debug. Whenever eager execution is enabled, operations are executed immediately, instead of having to go through a separate execution step. In a nutshell, this means that writing TF code can be (potentially) as simple as writing pure NumPy code! http://bit.ly/2HI5BZW
Classifying text with TensorFlow Estimators – Throughout this post we will show you how to classify text using Estimators in TensorFlow. Here’s the outline of what it will cover: Loading data using Datasets. Building baselines using pre-canned estimators. Using word embeddings. Building custom estimators with convolution and LSTM layers. Loading pre-trained word vectors. Evaluating and comparing models using TensorBoard. http://bit.ly/2qNYCVo
PAPERS
Evolved Policy Gradients – OpenAI released an experimental metalearning approach called Evolved Policy Gradients, a method that evolves the loss function of learning agents, which can enable fast training on novel tasks. Agents trained with EPG can succeed at basic tasks at test time that were outside their training regime, like learning to navigate to an object on a different side of the room from where it was placed during training. http://bit.ly/2qPKquh
COMPETITION
CVPR 2018 On-Device Visual Intelligence Challenge – public competition for real-time image classification that uses state-of-the-art Google technology to significantly lower the barrier to entry for mobile development. OVIC provides two key features to catalyze innovation: a unified latency metric and an evaluation platform, deadline on June 15th. http://bit.ly/2HH5Owm
Be always on time with weekly: http://theaigeek.com/ai-weekly-21-april-2018/












