From ace9b7f5f92850aaa8839ec5b1e68659e56cb36e Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Mon, 17 Oct 2016 01:57:46 +0330 Subject: [PATCH] chore(README): import statement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 741a071..fcff915 100644 --- a/README.md +++ b/README.md @@ -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