Skip to content

Commit

Permalink
proofread
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatlin C Johnson committed Oct 24, 2012
1 parent 9deed21 commit b071998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AI/HNN/Recurrent/Network.hs
Expand Up @@ -31,7 +31,7 @@
-- > output <- evalNet n input sigmoid -- > output <- evalNet n input sigmoid
-- > putStrLn $ "Output: " ++ (show output) -- > putStrLn $ "Output: " ++ (show output)
-- --
-- This creates a network with three neurons (two of which are inputs), an -- This creates a network with three neurons (one of which is an input), an
-- arbitrary connection / weight matrix, and arbitrary thresholds for each neuron. -- arbitrary connection / weight matrix, and arbitrary thresholds for each neuron.
-- Then, we evaluate the network with an arbitrary input. -- Then, we evaluate the network with an arbitrary input.
-- --
Expand Down

0 comments on commit b071998

Please sign in to comment.