Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.36 KB

model-size.md

File metadata and controls

24 lines (18 loc) · 1.36 KB

Model size

Models designed to be small

Model optimization

  • SeeDot. DSL and compiler for fixed-point ML inference on microcontrollers. PDLI paper. Tested on models. Bonsai, ProtoNN, and LeNet CNN. Hardware. Arduino Uno (AVR8) and Arduino MK1000 (Cortex-M0+), FPGA. Comparison with floating-point, TensorFlow Lite quantization, and MATLAB Coder/Embedded Coder/Fixed-point Designed . 2-20x improvements in inference time. Also implements a fast-exponensiation trick. Schraudolph, 1999.