Search Results

Integer Quantization for Deep Learning Inference: Principles and Empirical Evaluation

2 code implementations20 Apr 2020

Quantization techniques can reduce the size of Deep Neural Networks and improve inference latency and throughput by taking advantage of high throughput integer instructions.

Math Quantization

Deep Learning with Differential Privacy

25 code implementations1 Jul 2016

Machine learning techniques based on neural networks are achieving remarkable results in a wide variety of domains.

BIG-bench Machine Learning

ShakeDrop Regularization for Deep Residual Learning

5 code implementations7 Feb 2018

In this paper, to relieve the overfitting effect of ResNet and its improvements (i. e., Wide ResNet, PyramidNet, and ResNeXt), we propose a new regularization method called ShakeDrop regularization.

Deep Residual Learning for Image Recognition

469 code implementations CVPR 2016

Deep residual nets are foundations of our submissions to ILSVRC & COCO 2015 competitions, where we also won the 1st places on the tasks of ImageNet detection, ImageNet localization, COCO detection, and COCO segmentation.

Domain Generalization +11

Xception: Deep Learning with Depthwise Separable Convolutions

39 code implementations CVPR 2017

We present an interpretation of Inception modules in convolutional neural networks as being an intermediate step in-between regular convolution and the depthwise separable convolution operation (a depthwise convolution followed by a pointwise convolution).

Classification Image Classification +1

Deep Learning Recommendation Model for Personalization and Recommendation Systems

18 code implementations31 May 2019

With the advent of deep learning, neural network-based recommendation models have emerged as an important tool for tackling personalization and recommendation tasks.

Recommendation Systems

Deep Reinforcement Learning with Double Q-learning

97 code implementations22 Sep 2015

The popular Q-learning algorithm is known to overestimate action values under certain conditions.

Atari Games Q-Learning +1

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

261 code implementations19 Nov 2015

In recent years, supervised learning with convolutional networks (CNNs) has seen huge adoption in computer vision applications.

Conditional Image Generation Image Clustering +1

Playing Atari with Deep Reinforcement Learning

111 code implementations19 Dec 2013

We present the first deep learning model to successfully learn control policies directly from high-dimensional sensory input using reinforcement learning.

Atari Games Q-Learning +1