chore(README): import statement
This commit is contained in:
parent
ed6d2b3021
commit
ace9b7f5f9
@ -4,6 +4,8 @@ A simple Machine Learning library.
|
|||||||
|
|
||||||
## Simple neural network
|
## Simple neural network
|
||||||
```haskell
|
```haskell
|
||||||
|
import Numeric.Sibe
|
||||||
|
|
||||||
let a = (sigmoid, sigmoid') -- activation function
|
let a = (sigmoid, sigmoid') -- activation function
|
||||||
-- random network, seed 0, values between -1 and 1,
|
-- random network, seed 0, values between -1 and 1,
|
||||||
-- two inputs, two nodes in hidden layer and a single output
|
-- two inputs, two nodes in hidden layer and a single output
|
||||||
|
Loading…
Reference in New Issue
Block a user