/ResidualLearningDemo

A simple implementation of the residual unit and its improvement in Keras., as proposed by Kaiming He et al.

Primary LanguagePython

A simple demo of residual learning and its improvements

The file residualBasics.py gives a simple insight into the implementation of the residual units which can be used to build a deep network architecture by stacking the said units. (More description to follow!)