Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 268 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 268 Bytes

DLIB

Minimal Deep learning library with examples, heavely inspired by joelnet.

What has been implemented

  1. Tensor
  2. Loss functions
  3. Layers
  4. Neural nets
  5. Optimizers
  6. Data
  7. Training
  8. XOR example
  9. Iris example