diff --git a/nb_bioinspired_pca/README.md b/nb_bioinspired_pca/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ab735d1650cd5fb7637d4b537439e596aaa345a6 --- /dev/null +++ b/nb_bioinspired_pca/README.md @@ -0,0 +1,7 @@ +## Scripts to perform PCA-like computations: +- Oja_2D: example with synthetic data in 2 dimensions +- Oja_MNIST: example with MNIST digit data +- STDP_MNIST: spiking network equivalent of Oja_MNIST (with spike-timing-dependent plasticity using Brian simulator) + +## Python requirement +Use the yml file to create an environment with the required python libraries