Lines Matching full:model
3 This example shows how to train a 2.5 kB model to generate a `sine` wave.
10 - [Model Architecture](#model-architecture)
18 5. Model Size: **2.5 kB**
19 6. Model Category: **Regression**
23 Train the model in the cloud using Google Colaboratory or locally using a
45 includes the following 3 model files:
49 | `model.pb` | Keras SavedModel | TensorFlow | Large-Scale/Cloud/Servers |
50 | `model.tflite` *(2.5 kB)* | Integer Only Quantized TFLite Model | TensorFlow Lite | Mobile Devic…
51 | `model.cc` | C Source File | TensorFlow Lite for Microcontrollers | Microcontrollers |
54 ## Model Architecture
56 The final model used to simulate a sine wave is displayed below. It is a
62 *This image was derived from visualizing the 'model.tflite' file in [Netron](https://github.com/lut…