hopfield-0.1.0.1: Hopfield Networks, Boltzmann Machines and Clusters

Safe HaskellNone

Hopfield.Experiments.ClusterExperiments

Documentation

data ExpType Source

Constructors

T1 
T2 

Instances

Eq ExpType 
Read ExpType 
Show ExpType 

oneIteration1 :: ExpType -> LearningType -> Int -> Int -> Double -> Double -> Double -> Int -> [(Double, Double)]Source

performAndPrint1 :: ExpType -> LearningType -> Int -> Int -> Double -> Double -> Double -> Int -> IO ()Source

oneIteration2 :: ExpType -> LearningType -> Int -> Int -> Double -> Double -> Double -> Double -> Int -> [(Double, (Double, Double))]Source

performAndPrint2 :: ExpType -> LearningType -> Int -> Int -> Double -> Double -> Double -> Double -> Int -> IO ()Source

run :: [String] -> IO ()Source