From 7426211f137868e903d55e8d0373353c148db81d Mon Sep 17 00:00:00 2001 From: Gaspard Goupy <gaspard.goupy@univ-lille.fr> Date: Fri, 27 Sep 2024 14:07:27 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43f0136..b12e4f4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This repository contains spike-encoded features of the [CIFAR-10 dataset](https: Spike features were extracted in an unsupervised fashion by a Convolutional Spiking Neural Network (CSNN) trained with Spike Timing-Dependent Plasticity (STDP). -These features have been used in the following paper: *Gaspard Goupy, Pierre Tirilly, and Ioan Marius Bilasco. Neuronal Competition Groups with Supervised STDP for Spike-Based Classification. Advances in Neural Information Processing Systems, 38, 2024*. The official code for the paper is available [here](https://gitlab.univ-lille.fr/fox/snn-ncg/). +These features have been used in the following paper: *Gaspard Goupy, Pierre Tirilly, and Ioan Marius Bilasco. Neuronal Competition Groups with Supervised STDP for Spike-Based Classification. Advances in Neural Information Processing Systems, 38, 2024*. -See the code repository and the paper for additional information. \ No newline at end of file +The official code for the paper is available [here](https://gitlab.univ-lille.fr/fox/snn-ncg/). + +You can extract these features yourself, as well as those for the MNIST, Fashion-MNIST and CIFAR-100 datasets, by following the instructions in the official repository. However, we provide these features to facilitate quick experimentation with code of the paper. + +Please see the code repository and the paper for additional information. \ No newline at end of file -- GitLab