chore(README): import statement

This commit is contained in:
Mahdi Dibaiee 2016-10-17 01:57:46 +03:30
parent ed6d2b3021
commit ace9b7f5f9

View File

@ -4,6 +4,8 @@ A simple Machine Learning library.
## Simple neural network
```haskell
import Numeric.Sibe
let a = (sigmoid, sigmoid') -- activation function
-- random network, seed 0, values between -1 and 1,
-- two inputs, two nodes in hidden layer and a single output