项目作者: onnx

项目描述 :
R Interface to Open Neural Network Exchange (ONNX)
高级语言: R
项目地址: git://github.com/onnx/onnx-r.git
创建时间: 2018-03-10T05:08:36Z
项目社区:https://github.com/onnx/onnx-r

开源协议:Other

下载


Note: This package has been maintained by @terrytangyuan since 2018. Please consider sponsoring!

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.