onnx-scala
Deep Learning Engine
An API and backend for running ONNX models in Scala 3 using typeful, functional deep learning and classical machine learning.
An ONNX (Open Neural Network eXchange) API and backend for typeful, functional deep learning and classical machine learning in Scala 3
138 stars
8 watching
8 forks
Language: JavaScript
last commit: 28 days ago
Linked from 2 awesome lists
deep-learningdeep-neural-networksdottyjvmmachine-learningneural-networkonnxscalascala3
Related projects:
Repository | Description | Stars |
---|---|---|
onnx/onnx | Enables interoperability between different machine learning frameworks by providing an open standard format for AI models | 17,938 |
oramasearch/onnx-go | A Go package that allows developers to import pre-trained neural network models without being tied to a framework or library. | 715 |
vlfeat/autonn | An API wrapper around MatConvNet that adds automatic differentiation for easy deep learning prototyping and research | 89 |
eaplatanios/tensorflow_scala | A Scala API for TensorFlow's deep learning functionality | 939 |
zampino/exnn | An Elixir framework for building and training evolutive neural networks. | 99 |
microsoft/onnxruntime-training-examples | Accelerates training of large transformer models by providing optimized kernels and memory optimizations. | 312 |
elixir-nx/axon | Provides a framework for building and training neural networks using Elixir and Nx. | 1,550 |
fengwang/ceras | An open-source C++ library for building and training neural networks | 120 |
xboot/libonnx | A lightweight onnx inference engine for embedded devices with hardware acceleration support | 583 |
originrose/cortex | A Clojure-based machine learning library for neural networks and regression. | 1,271 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,889 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |