Skip to content

Commit 498c28e

Browse files
committed
Update README.md
1 parent 845fff7 commit 498c28e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# DeepSpike
22

3-
DeepSpike is a Java package to help you build deep spiking neural networks. Currently, it includes
4-
a deep Multi-Layer perceptron.
3+
DeepSpike is a Java package to help you build deep spiking neural networks and spiking deep neural networks. Currently, it includes a Spiking Multi-Layer Perceptron.
54

6-
In our experiments the code was called from Python, so currently all tests are in the python code.
7-
See https://github.com/petered/spiking-mlp
5+
## Getting Started
6+
7+
In our experiments the code was called from Python, so currently all tests are in the Python code, which is in our [Spiking-MLP Repo](https://github.com/petered/spiking-mlp). If you want to try DeepSpike, go to that repo and follow the installation instructions.
8+
9+
## About DeepSpike
10+
11+
DeepSpike is a library for building Event-Based neural networks. "Event-Based" means that the units communicate by sending events to one another, and downstream units only update their state upon receiving events. Contrast this to regular deep networks, where we think of each unit as a function that takes an input and produces an output. In an event-based architecture, if, in processing an input event, a unit decides that it should produce an event, it announces "Hey, I am firing an event", and an event-handler decides what to do with it.

0 commit comments

Comments
 (0)