Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid committed Dec 8, 2013
1 parent ac95efd commit fb1e354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Construct simple 3 layer networks with
```
Example
```clojure
(construct-network 2 3 2) ;=> [ [0 0] [input-to-hidden-strengths]
[0 0 0] [hidden-to-output-strengths] [0 0]]
(construct-network 2 3 2)
;=> [ [0 0] [input-to-hidden-strengths] [0 0 0] [hidden-to-output-strengths] [0 0]]
```

Feed foward input and get back output neuron values with
Expand Down

0 comments on commit fb1e354

Please sign in to comment.