From a13e066819a8020534c4bc331d2045e6790f58aa Mon Sep 17 00:00:00 2001 From: Pierre Falez <pierre.falez@gmail.com> Date: Wed, 24 Apr 2019 14:33:08 +0200 Subject: [PATCH] Fix readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 053f50d..f11d926 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Simulator of Convolutional Spiking Neural Network 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 -* Multi-layered Spiking Neural Network with Target Timestamp Threshold Adaptation and STDP, P Falez, P Tirilly, IM Bilasco, P Devienne, P Boulet, IJCNN 2019 +* __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. -## Requirement +## Requirement * C++ compiler (version >= 14) * Cmake (version >= 3.1) @@ -23,7 +23,7 @@ Provide implementation of experiments described in: ## Usage -MNIST Example: +Run MNIST Example: export INPUT_PATH=/path/to/mnist/ ./Mnist -- GitLab