首页
企业/组织
数据集导航
新建镜像项目
新建托管项目
登录
注册
LF AI & Data
/
ONNX / onnx-r
分享
Activities
1
任务
Resources
Repositories
66
Pull Requests
Roadmap
Calendar
Gantt
版本库
查看Git使用指南
如操作版本库需要认证,请使用您的邮箱
66 提交
贡献统计
分支
1
master
ZIP下载
克隆网址
复制
admin@example.com
提交于
over 1 year
前 :20
.github
R
docs
man
pkgdown
tests
vignettes
.Rbuildignore
.gitignore
.travis.yml
DESCRIPTION
LICENSE
NAMESPACE
NEWS.md
README.md
cran-comments.md
index.Rmd
onnx.Rproj
导出统计结果:
各用户提交统计信息
<p align="left"><img width="60%" src="https://code.ihub.org.cn/projects/3600/repository/revisions/master/entry/vignettes/imgs/ONNX_logo_main.png"/><img width="20%" src="https://code.ihub.org.cn/projects/3600/repository/revisions/master/entry/vignettes/imgs/Rlogo.png"/></p> This is the R Interface to [Open Neural Network Exchange (ONNX)](https://onnx.ai/). 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](http://onnx.ai/supported-tools) 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](https://onnx.ai/onnx-r) for tutorials and API reference for using ONNX in R.
Loading...