Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attention and Augmented Recurrent Neural Networks #3

Open
YeonwooSung opened this issue Aug 25, 2020 · 0 comments
Open

Attention and Augmented Recurrent Neural Networks #3

YeonwooSung opened this issue Aug 25, 2020 · 0 comments

Comments

@YeonwooSung
Copy link
Owner

Abstract

  • Augmenting RNN with Attention is a new trend.
  • A human with a piece of paper is, in some sense, much smarter than a human without.
  • Since vectors are the natural language of neural networks, the memory is an array of vectors

Details

  • Neural Turing Machines

    • RNN with the external memory bank
    • reading and writing: instead of predicting where to read/write (discrete), model always read/writes on all area but simply learn the weight
  • Attentional Interfaces

    • Basic attention
  • Adaptive Computation Time

    • a way for RNNs to do different amounts of computation each step
  • Neural Programmers

    • learns to create programs in order to solve a task

Personal Thoughts

  • attention is the key to next-generation neural network

Link : https://distill.pub/2016/augmented-rnns/
Authors: Olah et al. 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant