kann
Neural network library
A lightweight C library for constructing and training small to medium neural networks with customizable architecture
A lightweight C library for artificial neural networks
689 stars
48 watching
116 forks
Language: C
last commit: about 3 years ago
Linked from 4 awesome lists
deep-learningneural-network
Related projects:
Repository | Description | Stars |
---|---|---|
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 593 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,017 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,601 |
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. | 378 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,511 |
japonophile/synaptic | A Clojure-based library for building and training neural networks | 88 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
glouw/tinn | A lightweight neural network library for training and prediction tasks | 2,112 |
yixuan/minidnn | A C++ library implementing deep neural networks with good performance and modularity | 399 |
gigasquid/k9 | A Clojure library for constructing and training simple neural networks using core.matrix | 104 |
surenderthakran/gomind | A lightweight neural network library in Go | 84 |
ck090/ocaml-nn | A monadic implementation of a fully-connected neural network in OCaml with customizable hyperparameters | 5 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,902 |