Learn R Programming

This is the R Interface to Open Neural Network Exchange (ONNX). ONNX is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

ONNX is widely supported and can be found in many frameworks, tools, and hardware. Enabling interoperability between different frameworks and streamlining the path from research to production helps increase the speed of innovation in the AI community.

Please visit here for tutorials and API reference for using ONNX in R.

Copy Link

Version

Install

install.packages('onnx')

Monthly Downloads

254

Version

0.0.3

License

MIT License + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Yuan Tang

Last Published

April 16th, 2021

Functions in onnx (0.0.3)

check

Check Whether The Proto is Valid
load_from_file

Loads a binary protobuf that stores onnx model
print_readable

Print the Human-readable Representation of the Proto Object
onnx

R Interface to ONNX
make_attribute

Make Different Types of Protos
load_from_string

Loads a binary string that stores onnx model