Understanding the difficulty of training deep feedforward neural networks.

Xavier Glorot, Yoshua Bengio
2010
6 references

Abstract

Cellular Neural Networks (CNN) [1] main assets are quoted to be their capacity for parallel hardware implementation and their universality. On top, the possibility to add the information of a local sensor on every cell, provides a unique system for massive parallel signal processing responding in hardware time. Image processing has been, for a long time, the main field where the community has focussed its efforts to prove the excellence of CNNs. And, still, they are not used at large scale for image applications, probably because few cases are so demanding in terms of computation complexity and short response time not to be afforded by a standard sequential CPU

1 repository
6 references

Code References

tensorflow/tensorflow
3 files
tensorflow/python/keras/initializers/initializers_v2.py
2
L668 [Glorot et al., 2010](http://proceedings.mlr.press/v9/glorot10a.html)
L709 [Glorot et al., 2010](http://proceedings.mlr.press/v9/glorot10a.html)
tensorflow/python/ops/init_ops.py
2
L1612 [Glorot et al., 2010](http://proceedings.mlr.press/v9/glorot10a.html)
L1645 [Glorot et al., 2010](http://proceedings.mlr.press/v9/glorot10a.html)
tensorflow/python/ops/init_ops_v2.py
2
L799 [Glorot et al., 2010](http://proceedings.mlr.press/v9/glorot10a.html)
L845 [Glorot et al., 2010](http://proceedings.mlr.press/v9/glorot10a.html)
Link copied to clipboard!