Overview of ONNX capabilities
mainOpen Neural Network Exchange (ONNX) is an open ecosystem providing an open source format for AI models (both deep learning and traditional ML). It defines:
- An extensible computation graph model.
- Definitions of built-in operators.
- Standard data types.
Currently, the project focuses on capabilities required for inferencing (scoring).