Aligning superhuman AI with human behaviour: chess as a model systems

Aligning superhuman AI with human behavior: chess as a model system, McIlroy-Young et al., KDD’20 t’s been a while, but it’s time to start reading CS papers again! We’ll ease back into it with one or two papers a week for a few weeks, building back up to something like 3 papers a week at … Continue reading Aligning superhuman AI with human behaviour: chess as a model systems

Neural architecture search with reinforcement learning

Neural architecture search with reinforcement learning Zoph & Le, ICLR'17 Earlier this year we looked at 'Large scale evolution of image classifiers' which used an evolutionary algorithm to guide a search for the best network architectures. In today's paper, Zoph & Le also demonstrate that learning network architectures (and also in their case recurrent cell … Continue reading Neural architecture search with reinforcement learning

Semi-supervised knowledge transfer for deep learning from private training data

Semi-supervised knowledge transfer for deep learning from private training data Papernot et al., ICLR'17 How can you build deep learning models that are trained on sensitive data (e.g., concerning individuals), and be confident to deploy those models in the wild knowing that they won't leak any information about the individuals in the training set? As … Continue reading Semi-supervised knowledge transfer for deep learning from private training data

A miscellany of fun deep learning papers

To round out the week, I thought I'd take a selection of fun papers from the 'More papers from 2016' section of top 100 awesome deep learning papers list. Colorful image colorization, Zhang et al., 2016 Texture networks: feed-forward synthesis of textures and stylized images Generative visual manipulation on the natural image manifold, Zhu et … Continue reading A miscellany of fun deep learning papers

Convolution neural networks, Part 3

Today we're looking at the final four papers from the 'convolutional neural networks' section of the 'top 100 awesome deep learning papers' list. Deep residual learning for image recognition, He et al., 2016 Identity mappings in deep residual networks, He et al., 2016 Inception-v4, inception-resnet and the impact of residual connections or learning, Szegedy et … Continue reading Convolution neural networks, Part 3