-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Attractor Neural Networks for Modelling Associative Memory | ||
========================================================== | ||
|
||
[![Build Status](https://travis-ci.org/imperialhopfield/hopfield.png)](https://travis-ci.org/imperialhopfield/hopfield) | ||
|
||
A third year Computing group project at [Imperial College London](http://www3.imperial.ac.uk/computing/), supervised by [Prof. Abbas Edalat](https://www.doc.ic.ac.uk/~ae/). | ||
|
||
Get it from Hackage via: `cabal install hopfield`. | ||
|
||
Our report: <https://github.com/imperialhopfield/hopfield/raw/master/report/report.pdf> | ||
|
||
|
||
Features | ||
-------- | ||
|
||
This project implements (in Haskell): | ||
|
||
* Hopfield Networks | ||
* Clusters and Super Attractors | ||
* The Restricted Boltzmann Machine | ||
* A Boltzmann Machine for classification | ||
|
||
and comes with a range of experiments to evaluate their properties. | ||
|
||
|
||
License | ||
------- | ||
|
||
MIT licensed. We appreciate a mention if our code or results were useful for you. | ||
|
||
Written by: | ||
|
||
* Mihaela Rosca | ||
* Wael Al Jisihi | ||
* Niklas Hambüchen | ||
* Razvan Marinescu | ||
* Lukasz Severyn |