Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arnemann/DeepLearningReadingGroup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rctn/DeepLearningReadingGroup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Aug 8, 2017

  1. Added for great justice

    gisely committed Aug 8, 2017
    Copy the full SHA
    fe12d97 View commit details
  2. Update README.md

    gisely authored Aug 8, 2017
    Copy the full SHA
    536a8e6 View commit details
  3. Update README.md

    gisely authored Aug 8, 2017
    Copy the full SHA
    d980a60 View commit details

Commits on Aug 9, 2017

  1. Copy the full SHA
    9865a1f View commit details
21 changes: 21 additions & 0 deletions rnn_bptt_notebook/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Redwood Center for Theoretical Neuroscience

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions rnn_bptt_notebook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# A notebook demonstrating the training of RNNs by BPTT

You'll want to look at RNNs_and_BPTT.ipynb to run through and try out the code by yourself.

If the notebook is cumbersome to run on your hardware/you are lazy feel free to have look at the version with results already generated in RNNs_and_BPTT-with_outputs.ipynb.

Here's some food for thought: :banana::banana::banana::banana::banana::banana:
Loading