A for-fun implementation of a CNN for sparse inputs.
Link: Forward prop
This notebook gives an introduction to forward propagation with sparse convolutions, and a toy application.
Link: Backward propagation
An implementation of the gradient for the custom py_func used in the sparse CNN implementation.