All Projects → onnx → Onnx R

onnx / Onnx R

Licence: other
R Interface to Open Neural Network Exchange (ONNX)

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Onnx R

Onnx
Open standard for machine learning interoperability
Stars: ✭ 11,829 (+38058.06%)
Mutual labels:  deep-neural-networks, onnx
ctv
CRAN Task View Initiative
Stars: ✭ 17 (-45.16%)
Mutual labels:  cran, rstats
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-54.84%)
Mutual labels:  cran, rstats
Gluon2pytorch
Gluon to PyTorch deep neural network model converter
Stars: ✭ 70 (+125.81%)
Mutual labels:  deep-neural-networks, onnx
Dataexplorer
Automate Data Exploration and Treatment
Stars: ✭ 362 (+1067.74%)
Mutual labels:  cran, rstats
Ngraph
nGraph has moved to OpenVINO
Stars: ✭ 1,322 (+4164.52%)
Mutual labels:  deep-neural-networks, onnx
rchess
♛ Chess package for R
Stars: ✭ 68 (+119.35%)
Mutual labels:  cran, rstats
D3r
d3.js helpers for R
Stars: ✭ 133 (+329.03%)
Mutual labels:  cran, rstats
Distiller
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller
Stars: ✭ 3,760 (+12029.03%)
Mutual labels:  deep-neural-networks, onnx
Deepc
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
Stars: ✭ 260 (+738.71%)
Mutual labels:  deep-neural-networks, onnx
Onnx Scala
An ONNX (Open Neural Network eXchange) API and Backend for Typeful, Functional Deep Learning in Scala
Stars: ✭ 68 (+119.35%)
Mutual labels:  deep-neural-networks, onnx
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+1780.65%)
Mutual labels:  cran, rstats
Reactr
React for R
Stars: ✭ 227 (+632.26%)
Mutual labels:  cran, rstats
Ggrepel
📍 Repel overlapping text labels away from each other.
Stars: ✭ 853 (+2651.61%)
Mutual labels:  cran, rstats
Collapse
Advanced and Fast Data Transformation in R
Stars: ✭ 184 (+493.55%)
Mutual labels:  cran, rstats
pbapply
Adding progress bar to '*apply' functions in R
Stars: ✭ 115 (+270.97%)
Mutual labels:  cran, rstats
Pkgsearch
Search R packages on CRAN
Stars: ✭ 73 (+135.48%)
Mutual labels:  cran, rstats
Refinr
Cluster and merge similar char values: an R implementation of Open Refine clustering algorithms
Stars: ✭ 91 (+193.55%)
Mutual labels:  cran, rstats
cattonum
Encode Categorical Features
Stars: ✭ 31 (+0%)
Mutual labels:  cran, rstats
Yolo2 Pytorch
PyTorch implementation of the YOLO (You Only Look Once) v2
Stars: ✭ 426 (+1274.19%)
Mutual labels:  deep-neural-networks, onnx

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].