Skip to content

Commit

Permalink
Add Keras to SNN conversion example
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Rasmussen <[email protected]>
  • Loading branch information
studywolf and drasmuss committed Apr 1, 2020
1 parent 4f9a4c8 commit e5e7d1c
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Release history
- Added a new ``synapse`` argument to the Converter, which can be used to automatically
add synaptic filters on the output of neural layers during the conversion process.
(`#141`_)
- Added a `new example <https://www.nengo.ai/nengo-dl/examples/keras-to-snn.html>`__
demonstrating how to use the NengoDL Converter to convert a Keras model to a spiking
Nengo network. (`#141`_)

**Changed**

Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ adds a number of unique features, such as:
- optimizing the parameters of a model through deep learning
training methods (using the Keras API)
- faster simulation speed, on both CPU and GPU
- inserting networks defined using TensorFlow (such as
deep learning architectures) directly into a Nengo model
- automatic conversion from Keras models to Nengo networks
- inserting TensorFlow code (individual functions or whole
network architectures) directly into a Nengo model

**Documentation**

Expand Down
1 change: 1 addition & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ These examples illustrate some different possible use cases for NengoDL:

examples/tensorflow-models
examples/spiking-mnist
examples/keras-to-snn
examples/lmu
examples/spa-retrieval
examples/spa-memory
Loading

0 comments on commit e5e7d1c

Please sign in to comment.