Product Features
Analytics

Machine Learning Models

4min

The Analytics module allows you to upload Machine Learning (ML) models, feed live data into the model, and receive live output from the model.

Note: To work with ML models in Analytics, your computer has to meet certain TensorFlow requirements. If it does not, the ML-specific processors will not be available for flow building.

Create a Machine Learning Model for Upload

To upload a model to Analytics, you need a SavedModel format from TensorFlow. Once you have created and saved a model, you must compress and zip it prior to uploading it to Analytics. SavedModel is a directory containing serialized signatures and the state needed to run them, including variable values and vocabularies. The SavedModel (saved_model.pb) file stores the TensorFlow model and a set of named signatures, each identifying a function that accepts tensor inputs and produces tensor outputs. SavedModels may contain multiple variants of the model.

Once your ML model is ready, proceed as follows:

  1. Upload the model. See Upload a Model for details.
  2. Create an analytics flow based on your model.
  3. (Optional) Add the Tengo Script processor to modify the model output. See Tengo Script for details.
  4. Visualize the ML-based output in the Flows Manager or through Applications.

Access Analytics Models UI

To access Analytics Models:

  1. Log in to Litmus Edge.
  2. From the Navigation panel, navigate to Analytics > Models. The Models pane appears.
The Analytics Models pane
The Analytics Models pane


Next Steps