itdxer / neupy

NeuPy is a Tensorflow based python library for prototyping and building neural networks
http://neupy.com
MIT License
741 stars 160 forks source link

Add a function that computes Discrete Hopfield Network Energy #4

Closed itdxer closed 9 years ago

itdxer commented 9 years ago

Possible use case

dhnet = algorithms.DiscreteHopfieldNetwork(mode='sync')
dhnet.train(data)
dhnet.energy(otherdata)
itdxer commented 9 years ago

Implemented in release/v0.1.0