neural
Neural network library
A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms.
Neural Nets in native Haskell
124 stars
17 watching
17 forks
Language: Haskell
last commit: about 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 378 |
hasktorch/hasktorch | A Haskell library for building neural networks and working with tensors. | 1,083 |
tensorflow/haskell | Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. | 1,583 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 593 |
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 561 |
alpmestan/hnn | A Haskell library for building neural networks | 112 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 411 |
irfansharif/cerebrum | An implementation of Artificial Neural Networks in Ruby, allowing developers to experiment and train neural networks using the language. | 36 |
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
originrose/cortex | A Clojure-based machine learning library for neural networks and regression. | 1,269 |
jedld/brains-jruby | An implementation of a feedforward neural network toolkit for JRuby | 60 |
huwcampbell/grenade | A library for building complex neural networks in Haskell with a focus on dependently typed specifications and composability | 1,451 |
shigekikarita/grain2 | A library that provides an autograd and GPGPU framework for dynamic neural networks in D. | 7 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |