VickM commited on
Commit
6bbdc56
·
verified ·
1 Parent(s): d043647

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -95,6 +95,13 @@ predicted_odor = logits.argmax(dim=1).item()
95
  - **SNN timesteps:** 20
96
  - **Evaluation:** 5× Monte Carlo averaging over stochastic Poisson encoding
97
 
 
 
 
 
 
 
 
98
  ## Biological basis
99
 
100
  The model's recurrent topology is extracted from the [FlyWire](https://flywire.ai/)
 
95
  - **SNN timesteps:** 20
96
  - **Evaluation:** 5× Monte Carlo averaging over stochastic Poisson encoding
97
 
98
+ ## Connectome-Constrained Spiking Neural Networks Olfactory Classification Study
99
+ This model was used in a classification study and ran against a comparable but shuffled spiking neural network Sparse MLP, and Dense MLP models.
100
+
101
+ Summary Results may be found here: https://mire-institute.org/research-papers/connectomeconstrained-spiking-neural-networks-olfactory-classification-study
102
+
103
+ And the full research paper may be found here: https://mire-institute.org/research-papers/connectomeconstrained-spiking-neural-networks-olfactory-classification-study-preprint
104
+
105
  ## Biological basis
106
 
107
  The model's recurrent topology is extracted from the [FlyWire](https://flywire.ai/)