7 Integration of ONNX Runtime
Learn about ONNX Runtime that enables you to use ONNX models for machine learning tasks.
Topics:
- About ONNX
ONNX is an open-source format designed for machine learning models. It ensures cross-platform compatibility. This format also supports major languages and frameworks, facilitating efficient model exchange. - Examples of Using ONNX Models
The following examples use Iris data set to showcase loading and inference from ONNX format machine learning models for machine learning techniques such as Classification, Regression, and Clustering.