Deep Learning

2535 papers with code • 0 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Deep Learning models and implementations
6 papers
591
5 papers
7,596
5 papers
1,160
4 papers
965
See all 7 libraries.

Most implemented papers

Towards Deep Learning Models Resistant to Adversarial Attacks

MadryLab/mnist_challenge ICLR 2018

Its principled nature also enables us to identify methods for both training and attacking neural networks that are reliable and, in a certain sense, universal.

Xception: Deep Learning with Depthwise Separable Convolutions

tensorflow/models 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).

Wide & Deep Learning for Recommender Systems

microsoft/recommenders 24 Jun 2016

Memorization of feature interactions through a wide set of cross-product feature transformations are effective and interpretable, while generalization requires more feature engineering effort.

Relational inductive biases, deep learning, and graph networks

deepmind/graph_nets 4 Jun 2018

As a companion to this paper, we have released an open-source software library for building graph networks, with demonstrations of how to use them in practice.

Deep Learning with Differential Privacy

tensorflow/models 1 Jul 2016

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

Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics

yaringal/multi-task-learning-example CVPR 2018

Numerous deep learning applications benefit from multi-task learning with multiple regression and classification objectives.

Deep Learning Recommendation Model for Personalization and Recommendation Systems

facebookresearch/dlrm 31 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.

A guide to convolution arithmetic for deep learning

vdumoulin/conv_arithmetic 23 Mar 2016

We introduce a guide to help deep learning practitioners understand and manipulate convolutional neural network architectures.

A Theoretically Grounded Application of Dropout in Recurrent Neural Networks

HKUST-KnowComp/R-Net NeurIPS 2016

Recent results at the intersection of Bayesian modelling and deep learning offer a Bayesian interpretation of common deep learning techniques such as dropout.

Tensor2Tensor for Neural Machine Translation

tensorflow/tensor2tensor WS 2018

Tensor2Tensor is a library for deep learning models that is well-suited for neural machine translation and includes the reference implementation of the state-of-the-art Transformer model.