paper-with-me

Papers

Visualizing and Understanding Recurrent Networks

2015-06-05 · Andrej Karpathy, Justin Johnson, Li Fei-Fei

Recurrent Neural Networks (RNNs), and specifically a variant with Long Short-Term Memory (LSTM), are enjoying renewed interest as a result of successful applications in a wide range of machine learning problems that involve sequential data. However, while LSTMs provide exceptional results in practice, the source of their performance and their limitations remain rather poorly understood. Using character-level language models as an interpretable testbed, we aim to bridge this gap by providing an analysis of their representations, predictions and error types. In particular, our experiments reveal the existence of interpretable cells that keep track of long-range dependencies such as line lengths, quotes and brackets. Moreover, our comparative analysis with finite horizon n-gram models traces the source of the LSTM improvements to long-range structural dependencies. Finally, we provide analysis of the remaining errors and suggests areas for further study.

📄 PDF Abstract BibTeX arXiv:1506.02078

Code (3)

Chatha-Sphere/script-monkey pytorch
ambujalpha/Stock_Predictor_LS-TM
suyash/char-rnn tf

Similar Papers 제목 키워드 기반

Visualizing and Understanding Neural Models in NLP

2015-06-02 · NAACL 2016 6 · Jiwei Li, Xinlei Chen, Eduard Hovy, Dan Jurafsky

While neural networks have been successfully applied to many NLP tasks the resulting vector-based models are very difficult to interpret. For example it's not clear how they achieve {\em compositionality}, building sente…

NegationSentence

Understanding Recurrent Neural State Using Memory Signatures

2018-02-11 · Skanda Koppula, Khe Chai Sim, Kean Chin

We demonstrate a network visualization technique to analyze the recurrent state inside the LSTMs/GRUs used commonly in language and acoustic models. Interpreting intermediate state and network activations inside end-to-e…

RNNbow: Visualizing Learning via Backpropagation Gradients in Recurrent Neural Networks

2019-07-29 · Dylan Cashman, Genevieve Patterson, Abigail Mosca, Nathan Watts 외

We present RNNbow, an interactive tool for visualizing the gradient flow during backpropagation training in recurrent neural networks. RNNbow is a web application that displays the relative gradient contributions from Re…

Multiway Multislice PHATE: Visualizing Hidden Dynamics of RNNs through Training

2024-06-04 · Jiancheng Xie, Lou C. Kohler Voinov, Noga Mudrik, Gal Mishne 외

Recurrent neural networks (RNNs) are a widely used tool for sequential data analysis, however, they are still often seen as black boxes of computation. Understanding the functional principles of these networks is critica…

Understanding How Encoder-Decoder Architectures Attend

2021-10-28 · NeurIPS 2021 12 · Kyle Aitken, Vinay V Ramasesh, Yuan Cao, Niru Maheswaranathan

Encoder-decoder networks with attention have proven to be a powerful way to solve many sequence-to-sequence tasks. In these networks, attention aligns encoder and decoder states and is often used for visualizing network …

Decoder