Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,18 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
```
|