brain
Neural network library
A JavaScript library for training and using neural networks
Neural networks in JavaScript
1 stars
3 watching
0 forks
Language: JavaScript
last commit: over 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,889 |
mljs/feedforward-neural-networks | An implementation of feedforward neural networks in JavaScript based on the wildml library | 29 |
fielddb/androidfielddb | An Android library that makes it easy to save and display data with FieldDB databases | 3 |
mrdimosthenis/synapses | A collection of libraries for building and training neural networks in various programming languages | 70 |
netflix/vectorflow | A lightweight neural network library optimized for sparse data and single machine environments. | 1,292 |
load1n9/synaptic | A lightweight JavaScript neural network library with minimal dependencies. | 14 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 377 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
mrdimosthenis/synapses-java | A Java library for building and training neural networks. | 0 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
gigasquid/k9 | A Clojure library for constructing and training simple neural networks using core.matrix | 104 |
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 559 |