Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Got name of notebook correct.
  • Loading branch information
David Sussillo authored Aug 4, 2020
1 parent a9f94c6 commit af161aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The code is written to be compatible with Python 3. You will also need:
Neural networks have a remarkable capacity for contextual processing—using recent or nearby inputs to modify processing of current input. For example, in natural language, contextual processing is necessary to correctly interpret negation (e.g. phrases such as “not bad”). However, our ability to understand how networks process context is limited. Here, we propose general methods for reverse engineering recurrent neural networks (RNNs) to identify and elucidate contextual
processing.

This [Jupyter notebook](https://github.com/google-research/computation-thru-dynamics/blob/master/notebooks/coming.ipynb) runs through the analysis of the toy model found in [How recurrent networks implement contextual processing in sentiment analysis](https://arxiv.org/abs/2004.08013).
This [Jupyter notebook](https://github.com/google-research/computation-thru-dynamics/blob/master/notebooks/toy_model_for_context_ICML_2020.ipynb) runs through the analysis of the toy model found in [How recurrent networks implement contextual processing in sentiment analysis](https://arxiv.org/abs/2004.08013).

## LFADS - Latent Factor Analysis via Dynamical Systems

Expand Down

0 comments on commit af161aa

Please sign in to comment.