Skip to content

Commit 0104b0b

Browse files
author
Dan Saunders
committed
Updating citation.
1 parent e48cbdd commit 0104b0b

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,25 @@ We are interested in applying SNNs to ML and RL problems. We use STDP to modify
7878

7979
We have provided some simple starter scripts for doing unsupervised learning (learning a fully-connected or convolutional representation via STDP), supervised learning (clamping output neurons to desired spiking behavior depending on data labels), and reinforcement learning (converting observations from the Atari game Space Invaders to input to an SNN, and converting network activity back to actions in the game).
8080

81-
## References
82-
Hananel Hazan, Daniel J. Saunders, Hassaan Khan, Darpan T. Sanghavi, Hava T. Siegelmann, Robert Kozma, [BindsNET: A machine learning-oriented spiking neural networks library in Python.](https://arxiv.org/abs/1806.01423) 2018, Arxiv.
81+
## Citation
82+
83+
If you use BindsNET in your research, please cite the following [article](https://arxiv.org/abs/1806.01423):
84+
85+
```
86+
@ARTICLE{2018arXiv180601423H,
87+
author = {{Hazan}, H. and {Saunders}, D.~J. and {Khan}, H. and {Sanghavi}, D.~T. and
88+
{Siegelmann}, H.~T. and {Kozma}, R.},
89+
title = "{BindsNET: A machine learning-oriented spiking neural networks library in Python}",
90+
journal = {ArXiv e-prints},
91+
archivePrefix = "arXiv",
92+
eprint = {1806.01423},
93+
keywords = {Computer Science - Neural and Evolutionary Computing, Quantitative Biology - Neurons and Cognition},
94+
year = 2018,
95+
month = jun,
96+
adsurl = {http://adsabs.harvard.edu/abs/2018arXiv180601423H},
97+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
98+
}
99+
```
83100

84101
## Contributors
85102

0 commit comments

Comments
 (0)