Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 11.4 KB

2014.md

File metadata and controls

65 lines (53 loc) · 11.4 KB

2014

Deep Learning

Generative learning

Attention and memory

Deep Reinforcement Learning

  • Deep Learning for Real-Time Atari Game Play Using Offline Monte-Carlo Tree Search Planning, X. Guo et al., NIPS.[url]

Transfer learning

  • Adaptation regularization: a general framework for transfer learning. [pdf] ⭐
  • Heterogeneous Domain Adaptation for Multiple Classes. [pdf]
  • Hybrid heterogeneous transfer learning through deep learning. [pdf]
  • Learning with Augmented Features for Supervised and Semi-supervised Heterogeneous Domain Adaptation. [pdf]
  • Machine learning for targeted display advertising: transfer learning in action. [url]
  • Source Free Transfer Learning for Text Classification. [pdf]

Natural language process

  • A Convolutional Neural Network for Modelling Sentences. [url]
  • Automatic Construction and Natural-Language Description of Nonparametric Regression Models[[pdf]](docs/2014/Automatic Construction and Natural-Language Description of Nonparametric Regression Models(2014).pdf) [url]
  • Convolutional Neural Networks for Sentence Classification. [[pdf]](docs/2014/Convolutional Neural Networks for Sentence Classification.pdf) [url]
  • Distributed Representations of Sentences and Documents Generating Distribution. [[pdf]](docs/2014/Distributed Representations of Sentences and Documents Generating Distribution.pdf) [url] ⭐
  • Effective Use of Word Order for Text Categorization with Convolutional Neural Networks. [url]
  • Grammar as a Foreign Language. [url]
  • [GRU] Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation. [arxiv] ⭐
  • On the Properties of Neural Machine Translation- Encoder-Decoder Approaches. [url]
  • On Using Very Large Target Vocabulary for Neural Machine Translation. [[pdf]](docs/2014/On Using Very Large Target Vocabulary for Neural Machine Translation.pdf) [url]
  • Reading Text in the Wild with Convolutional Neural Networks. [[pdf]](docs/2015/Reading Text in the Wild with Convolutional Neural Networks.pdf) [url]
  • [Seq2Seq] Sequence to Sequence Learning with Neural Networks. [[pdf]](docs/2014/Sequence to Sequence Learning with Neural Networks.pdf) [arxiv] [code] ⭐