April 2020
Intermediate to advanced
294 pages
7h 53m
English
TFLu is TensorFlow Lite for Microcontrollers. According to the tensorflow.org website:
Running a machine learning framework directly on a Cortex-M processor is impractical. The computing resources necessary to run such frameworks are too intense for a resource-constrained device. However, it is possible to run a trained model, the inference, on a microcontroller.
On a microcontroller, the inference needs to run bare-metal in order to efficiently use the limited resources of the processor. While a microcontroller with a megabyte of RAM and flash may ...
Read now
Unlock full access