Skip to content

Commit

Permalink
添加新论文引用
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanqi-Chen committed Sep 4, 2020
1 parent d173f6e commit 230c7a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/source/spikingjelly.clock_driven.surrogate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ References
.. [#SNNLSTM] Lotfi Rezaabad, A. and S. Vishwanath (2020). Long Short-Term Memory Spiking Networks and Their Applications. International Conference on Neuromorphic Systems 2020. Oak Ridge, TN, USA, Association for Computing Machinery\ **:** 1-9.
.. [#SNU] Woźniak, S., A. Pantazi, T. Bohnstingl and E. Eleftheriou (2020). "Deep learning incorporating biologically inspired neural dynamics and in-memory computing." Nature Machine Intelligence **2**\ (6): 325-336.
.. [#LISNN] Cheng, X., Y. Hao, J. Xu and B. Xu (2020). LISNN: Improving Spiking Neural Networks with Lateral Interactions for Robust Object Recognition. Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence\ **:** 1519-1525.
.. [#DECOLLE] Kaiser, J., H. Mostafa and E. Neftci (2020). "Synaptic Plasticity Dynamics for Deep Continuous Local Learning (DECOLLE)." Frontiers in Neuroscience **14**: 424.
.. [#DECOLLE] Kaiser, J., H. Mostafa and E. Neftci (2020). "Synaptic Plasticity Dynamics for Deep Continuous Local Learning (DECOLLE)." Frontiers in Neuroscience **14**: 424.
.. [#SRNN] Yin, B., F. Corradi and S. M. Bohté (2020). Effective and Efficient Computation with Multiple-timescale Spiking Recurrent Neural Networks. International Conference on Neuromorphic Systems 2020: 1-8.
4 changes: 2 additions & 2 deletions spikingjelly/clock_driven/surrogate.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def __init__(self, alpha=2.0, spiking=True):
.. image:: ./_static/API/clock_driven/surrogate/Erf.*
:width: 100%
该函数在文章 [#esser2015backpropagation]_ [#STBP]_ 中使用。
该函数在文章 [#esser2015backpropagation]_ [#STBP]_ [#SRNN]_ 中使用。
* :ref:`中文API <Erf.__init__-cn>`
.. _Erf.__init__-en:
Expand Down Expand Up @@ -911,7 +911,7 @@ def __init__(self, alpha=2.0, spiking=True):
.. image:: ./_static/API/clock_driven/surrogate/Erf.*
:width: 100%
The function is used in [#esser2015backpropagation]_ [#STBP]_.
The function is used in [#esser2015backpropagation]_ [#STBP]_ [#SRNN]_.
'''
super().__init__()
self.alpha = alpha
Expand Down

0 comments on commit 230c7a1

Please sign in to comment.