ML Model Mapping
Last modified: August 20, 2024
Introduction
Studio Pro 9.23 and above supports machine learning (ML) model integration in Mendix apps. Collectively called the Machine Learning (ML) Kit, this functionality allows Mendix developers to deploy a ML model built using common ML framework and language into the Mendix Runtime.
For a list of supported models, see the Supported Frameworks and Libraries section in Using ML Kit.
Adding a ML Mapping to Your App
To add a ML model to your app, do the following:
- Convert your model to ONNX format (see the Converting Your Model to ONNX section in Using ML Kit).
- Right-click on the module where you would like to add the mapping, and go to Add other > ML model mapping.
- Click Import model to import your ONNX file.
Read More
- An introduction to the Machine Learning Kit
- Detailed information on using ML Kit.
- Learn about machine learning Design Patterns, including Advanced Inference Design Patterns and Pre- and Post-Processor Design Patterns