onnx

R Interface to Open Neural Network Exchange (ONNX)

https://github.com/onnx/onnx-r

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.0%) to scientific vocabulary

Keywords

cran deep-learning deep-neural-networks onnx rstats
Last synced: 11 months ago · JSON representation

Repository

R Interface to Open Neural Network Exchange (ONNX)

Basic Info
  • Host: GitHub
  • Owner: onnx
  • License: other
  • Language: R
  • Default Branch: main
  • Homepage: https://onnx.ai/onnx-r/
  • Size: 842 KB
Statistics
  • Stars: 44
  • Watchers: 15
  • Forks: 14
  • Open Issues: 2
  • Releases: 2
Topics
cran deep-learning deep-neural-networks onnx rstats
Created over 8 years ago · Last pushed about 3 years ago
Metadata Files
Readme Changelog Funding License

README.md

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.

Owner

  • Name: Open Neural Network Exchange
  • Login: onnx
  • Kind: organization

ONNX is an open ecosystem for interoperable AI models. It's a community project: we welcome your contributions!

GitHub Events

Total
  • Issues event: 1
  • Issue comment event: 1
  • Fork event: 1
Last Year
  • Issues event: 1
  • Issue comment event: 1
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 60
  • Total Committers: 2
  • Avg Commits per committer: 30.0
  • Development Distribution Score (DDS): 0.017
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
terrytangyuan t****n@g****m 59
amarin 1****h 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 8
  • Total pull requests: 1
  • Average time to close issues: over 1 year
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 7
  • Total pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 3.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • terrytangyuan (2)
  • JonathanChiang (1)
  • ankane (1)
  • kevinch-nv (1)
  • mjamei (1)
  • DougManuel (1)
  • RobertMyles (1)
Pull Request Authors
  • asiripanich (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 242 last-month
  • Total docker downloads: 43,390
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: onnx

R Interface to 'ONNX'

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 242 Last month
  • Docker Downloads: 43,390
Rankings
Forks count: 5.0%
Stargazers count: 8.3%
Average: 29.7%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 70.1%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1 depends
  • reticulate >= 1.4 imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite