RustNN
Neural network library
A neural network library written in Rust for building and training feedforward artificial neural networks.
A neural network crate
335 stars
11 watching
32 forks
Language: Rust
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
maciejkula/rustlearn | A Rust machine learning crate providing algorithms and utilities for building and training machine learning models. | 619 |
mikecmpbll/rann | Provides objects and algorithms for designing, processing and training Artificial Neural Networks in Ruby. | 3 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 377 |
mrdimosthenis/clj-synapses | A Clojure-based neural networks library for building and training artificial neural networks. | 1 |
gigasquid/k9 | A Clojure library for constructing and training simple neural networks using core.matrix | 104 |
japonophile/synaptic | A Clojure-based library for building and training neural networks | 88 |
rinuboney/clatern | A Clojure-based machine learning library providing tools for data preprocessing and modeling various algorithms. | 67 |
jedld/brains-jruby | An implementation of a feedforward neural network toolkit for JRuby | 60 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
mrdimosthenis/synapses | A collection of libraries for building and training neural networks in various programming languages | 70 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
shigekikarita/grain2 | A library that provides an autograd and GPGPU framework for dynamic neural networks in D. | 7 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |