hopfield-networks

Hopfield Network simulator

An implementation of Hopfield Networks in Haskell, a type of neural network used for unsupervised learning and memory simulation.

Hopfield Networks for unsupervised learning in Haskell

GitHub

16 stars
4 watching
2 forks
Language: Haskell
last commit: over 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ajtulloch/haskell-ml Implementations of basic machine learning algorithms in Haskell 57
higgsfield/interaction_network_pytorch An implementation of Interaction Networks for learning physical simulations and generalizing to novel systems 131
ajtulloch/dnngraph A DSL and toolkit for designing and optimizing deep neural networks in Haskell 700
huwcampbell/grenade A library for building complex neural networks in Haskell with a focus on dependently typed specifications and composability 1,449
alpmestan/hnn A Haskell library providing a basic framework for building neural networks. 112
hasktorch/hasktorch A Haskell library for building and training neural networks with native C++ libraries. 1,069
hetelek/neural-network-playground An iOS playground project demonstrating neural network concepts and computer vision using pure Swift code. 381
galoisinc/hans A set of network stack examples in Haskell designed to test and demonstrate various network protocols. 115
aiqm/torchani A PyTorch implementation of a neural network potential for molecular simulations 464
chrisnc/tangaroa A toy implementation of the Raft protocol with an experimental BFT variant in Haskell. 111
brunjlar/neural A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. 123
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
achaiah/pywick A PyTorch-based neural network training framework with advanced features and utilities 398
jbarrow/lambdanet An artificial neural network library for rapid prototyping and extension in Haskell. 377
aspurdy/dbn A MATLAB implementation of a deep belief network used for generative learning and visualization of the neural network simulation process. 48