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
123 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. | 377 |
hasktorch/hasktorch | A Haskell library for building and training neural networks with native C++ libraries. | 1,069 |
tensorflow/haskell | Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. | 1,582 |
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 | 592 |
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 559 |
alpmestan/hnn | A Haskell library providing a basic framework for building neural networks. | 112 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
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,271 |
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,449 |
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 |