MiniDNN
Deep neural network library
A C++ library implementing deep neural networks with good performance and modularity
A header-only C++ library for deep neural networks
397 stars
27 watching
92 forks
Language: C++
last commit: over 3 years ago
Linked from 2 awesome lists
deep-learningheader-onlymachine-learningneural-networkstatistical-models
Related projects:
Repository | Description | Stars |
---|---|---|
mosdeo/lkydeepnn | A header-only C++ library for training and deploying deep neural networks on embedded systems | 49 |
unagiootoro/ruby-dnn | A Ruby-based deep learning library for building and training neural networks | 46 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 686 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
kmc7468/cppdnn | Provides machine learning capabilities in C++11 | 9 |
yechengxi/lightnet | A Matlab-based framework for building and training deep learning models | 270 |
coreylowman/dfdx | A deep learning library for Rust with GPU acceleration and ergonomic API. | 1,737 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
jackm321/rustnn | A neural network library written in Rust for building and training feedforward artificial neural networks. | 335 |
gigasquid/k9 | A Clojure library for constructing and training simple neural networks using core.matrix | 104 |