Skip to main content
Attention is all you need

Attention is all you need

Basic Information

  • NIPS 2017 (former NeuralPS)
  • Ashish Vaswani, Noam Shazeer, Niki Parmar et al. from Google Brain and Google Research

問題描述

RNN

近年來自然語言處理(Natural Language Processing, NLP)與機器翻譯等任務上時常使用 Recurrent Neural Network(RNN), Long Short-Term Memory(LSTM), Gated Recurrent Neural Network 等模型架構,我們也看到使用 Recurrent 模型以及 Encoder-Decoder 架構蔚為流行。


KoiosAbout 16 minNotePaper ReadNLPComputer VisionNeurIPS
Playing Atari with Deep Reinforcement Learning

Playing Atari with Deep Reinforcement Learning

Basic Information

  • 2013 NeurIPS
  • Volodymyr Mnih, Koray Kavukcuoglu David Silver et al.
  • 這個論文提出的做法稱為 DQN(Deep Q-Networks)

問題描述

過去在 RL 領域當中把一些 high-dimensional 的感官資料(如:視覺影像、語音資料等)作為 agent 的輸入去學習一直是一個很大的挑戰。然而我們也看到近幾年 Deep Learning 已經能夠在這種資料上去擷取特徵,進而去完成許多複雜的任務。


KoiosAbout 6 minNotePaper ReadReinforcement LearningNeurIPS