Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 294 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 294 Bytes

CppTorch

A simple Neural Network Library built on XTensor.

TODO

  • Making it into a complete Header-only Library
  • Making use of CBLAS. Current Implementation uses slower FLENS BLAS (-DXTENSOR_USE_FLENS_BLAS flag for compilation)
  • Adding RELU Activation and Cross entropy Loss