Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 343 Bytes

simple ml framework in c called twoflow

TODO

  • more ops like EXP, LOG, RELU, TANH, SIGMOID, SOFTMAX...
  • conv2d, maxpooling2d, flatten, dense layer
  • Veriable support tensor
  • Cross-Entropy loss function
  • ADAM and SGD optimizer
  • ops forword and backwork operation support multi backend like cuda, cpu SIMD...
  • python interface
  • ...