Skip to content
Snippets Groups Projects
Commit a13e0668 authored by Pierre Falez's avatar Pierre Falez
Browse files

Fix readme

parent 3f106f77
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
Simulator of Convolutional Spiking Neural Network Simulator of Convolutional Spiking Neural Network
Provide implementation of experiments described in: Provide implementation of experiments described in:
* Unsupervised Visual Feature Learning with Spike-timing-dependent Plasticity: How Far are we from Traditional Feature Learning Approaches?, P Falez, P Tirilly, IM Bilasco, P Devienne, P Boulet, Pattern Recognition * __Unsupervised Visual Feature Learning with Spike-timing-dependent Plasticity: How Far are we from Traditional Feature Learning Approaches?__, P Falez, P Tirilly, IM Bilasco, P Devienne, P Boulet, Pattern Recognition.
* Multi-layered Spiking Neural Network with Target Timestamp Threshold Adaptation and STDP, P Falez, P Tirilly, IM Bilasco, P Devienne, P Boulet, IJCNN 2019 * __Multi-layered Spiking Neural Network with Target Timestamp Threshold Adaptation and STDP__, P Falez, P Tirilly, IM Bilasco, P Devienne, P Boulet, IJCNN 2019.
## Requirement ## Requirement
* C++ compiler (version >= 14) * C++ compiler (version >= 14)
* Cmake (version >= 3.1) * Cmake (version >= 3.1)
...@@ -23,7 +23,7 @@ Provide implementation of experiments described in: ...@@ -23,7 +23,7 @@ Provide implementation of experiments described in:
## Usage ## Usage
MNIST Example: Run MNIST Example:
export INPUT_PATH=/path/to/mnist/ export INPUT_PATH=/path/to/mnist/
./Mnist ./Mnist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment