From 1fde48bc549fe0a6af7a4cc537c6573403f6aebe Mon Sep 17 00:00:00 2001 From: Gaspard Goupy <gaspard.goupy@univ-lille.fr> Date: Fri, 27 Sep 2024 10:12:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a9ad3..30ee8cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SNN-PCN -This is the code for the paper *Paired Competing Neurons Improving STDP Supervised Local Learning In Spiking Neural Networks*, available at: \<coming soon>. +This is the code for the paper *Paired Competing Neurons Improving STDP Supervised Local Learning In Spiking Neural Networks*, published in Frontiers in Neuroscience ([paper link](https://www.frontiersin.org/journals/neuroscience/articles/10.3389/fnins.2024.1401690/full)). The proposed SNN consists of a feature extraction layer (called CSNN) trained with unsupervised STDP and a classification layer (called Readout) trained with supervised STDP. The paper focuses on the classification layer and introduces a supervised STDP learning rule as well as a training architecture called Paired Competing Neurons (PCN). -- GitLab