chore(README): import statement
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user