Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 490 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 490 Bytes

sparse_cnn

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.