qliao commited on
Commit
3b509b1
·
verified ·
1 Parent(s): 2229b32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1 +1,18 @@
1
- Demo code: https://github.com/liaoq/StreamingNorm
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Code
2
+ Demo code: https://github.com/liaoq/StreamingNorm
3
+
4
+
5
+ ## Citation
6
+
7
+ If you find this work useful, please consider citing the original paper:
8
+
9
+ https://arxiv.org/abs/1610.06160
10
+
11
+ ```bibtex
12
+ @article{liao2016streaming,
13
+ title={Streaming normalization: Towards simpler and more biologically-plausible normalizations for online and recurrent learning},
14
+ author={Liao, Qianli and Kawaguchi, Kenji and Poggio, Tomaso},
15
+ journal={arXiv preprint arXiv:1610.06160},
16
+ year={2016}
17
+ }
18
+ ```