From 5d9a06d2995686ecfe1b8397e2b55da040ef6723 Mon Sep 17 00:00:00 2001 From: Gaspard Goupy <gaspard.goupy@univ-lille.fr> Date: Wed, 20 Nov 2024 14:50:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdad9a0..c60c189 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ In the paper, datasets are preprocessed with Hebbian-based unsupervised feature The folder `ft-extract/` provides the scripts and documentation for obtaining and preprocessing each dataset with these feature extractors, as well as converting them to `SpikingDataset` objects. -We also provide some features extracted with STDP-CSNN to facilitate quick experimentation: [repository](https://gitlab.univ-lille.fr/fox/CIFAR10-spike-features-CSNN). +We also provide some features extracted with STDP-CSNN to facilitate quick experimentation: [MNIST](https://gitlab.univ-lille.fr/fox/MNIST-spike-features-CSNN), [Fashion-MNIST](https://gitlab.univ-lille.fr/fox/F-MNIST-spike-features-CSNN), [CIFAR-10](https://gitlab.univ-lille.fr/fox/CIFAR10-spike-features-CSNN). ### 5.2 Accuracy comparison -- GitLab