Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 609 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 609 Bytes

cct-nn

Deep learning library for the HPE Cognitive Computing Toolkit (CCT). The NN library layers a DifferentiableField type on top of regular CCT fields. A DifferentiableField behaves like a normal field in most contexts, but includes additional state that allow it to carry gradients. Operators on DifferentiableField types include both forward and backward functions. The NN toolkit can propagate gradients from a loss function back through a directed acyclic graph of differentiable fields and operators.

If you're new to CCT, start with the tutorial.