![]() |
TensorFlow Lite Logo |
TensorFlow Lite is an evolution of TensorFlow Mobile, and designed to be lightweight, cross-platform (Android and iOS for a start), and fast.
Through the Android Neural Networks API, TensorFlow Lite would be capable of utilizing purpose-built machine learning hardware in the devices as they become available.
A trained TensorFlow model can be converted to the TensorFlow Lite format (.tflite) using the provided converter, and deployed to the mobile app (Android or iOS), where the converted model gets executed using the TF Lite Interpreter.
TensorFlow Lite contains a C++ API with a Java API wrapper on Android.
It has out-of-the-box support for MobileNet, Inception V3, and Smart Reply Models.
Read more about TensorFlow Lite on the following links,
Related Links,
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite
https://developer.android.com/ndk/guides/neuralnetworks/index.html
Build Deeper: Deep Learning Beginners' Guide is the ultimate guide for anyone taking their first step into Deep Learning.
Get your copy now!