Studies in Machine Learning & AI - #6
Papers
- Decoupled Neural Interfaces using Synthetic Gradients.
- Explaining Deep Convolutional Neural Networks on Music Classification.
- Accelerating Eulerian Fluid Simulation With Convolutional Networks.
-
Residual Networks of Residual Networks: Multilevel Residual Networks.
-
Classic references on Deep Reinforcement Learning:
Studies in Machine Learning & AI - #5
Papers
- Self-Modification of Policy and Utility Function in Rational Agents (Everitt, et. al, 2016).
- WIKIREADING: A Novel Large-scale Language Understanding Task over Wikipedia (Hewlett, et. al, 2016).
- Evaluation of General-Purpose Artificial Intelligence: Why, What & How, (Bieger, et. al, 2016).
- Learning the Curriculum with Bayesian Optimization for Task-Specific Word Representation Learning ...
Studies in Machine Learning & AI - #4
Papers
- Instance Normalization: The Missing Ingredient for Fast Stylization (Ulyanov, et. al, 2016).
- Learning Semantic Deformation Flows with 3D Convolutional Networks .
News
- Costs of extinction risk mitigation. A Cost-Benefit Analysis of the extinction risk mitigation, claiming that the annual cost of reducing the probability of human extinction by 0.01 ...
The effects of Convolutional Neural Networks on a Hot Summer Night
About a year ago, Google published a seminal paper named ImageNet Classification with Deep Convolutional Neural Networks, together with a blog post, which became known as Inceptionism. This work unveiled not only a new way of composing hallucinating artistic pictures but astonishing new insights on how convolutional neural networks work ...
more ...Studies in Machine Learning & AI - #3
Papers
This is a selection of quintessential papers for anyone starting on Deep Learning (Thanks to Joe Zimmerman):
- ImageNet Classification with Deep Convolutional Neural Networks (Krizhevsky, et al., 2014). AlexNet.
- Very Deep Convolutional Networks for large-scale image recognition (Simonyan, et al., 2014). Image classification.
- Improving neural networks by preventing co-adaptation ...
Studies in Machine Learning & AI - #2
Studies in Machine Learning & AI - #1
Papers
-
Mastering the Game of Go with Deep Neural Networks and Tree Search. "All games of perfect information have an optimal value function which determines the outcome of the game". , Basically:
- Values networks to evaluate board positions and policy networks to select moves.
- Trained with supervised learning from human expert ...
Getting Started with React Development in 5 Minutes
The VR world has a lot of React, and there are so many things I have been learning, and I want to share with you! I am starting to write a series of posts diving into React, and I am dumping all the things in this GitHub repository.
Today I ...
more ...Thinking about Machine Learning Data Pipelines
Machine learning involves tasks that include data sourcing, data ingestion, data transformation, pre-processing data for use in training, training a model, and hosting the model. Additionally, to get value out of machine learning models, we need an architecture and process in place to repeatedly and consistently train new models and ...
more ...System Designing with End-to-end Applications in AWS
Some time ago I had to implement an end-to-end application to perform some manipulations (with FFMPEG) on surf video clips that were available in some cloud storage resource (say, S3 buckets).
The app I wrote was a Python software running in AWS Lambda, which would be triggered by messages from ...
more ...