fix(train): fix an error in computing layer's error
feat(examples): add an example (xor)
This commit is contained in:
@ -27,6 +27,14 @@ executable sibe-exe
|
||||
, sibe
|
||||
default-language: Haskell2010
|
||||
|
||||
executable example-xor
|
||||
hs-source-dirs: examples
|
||||
main-is: xor.hs
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends: base
|
||||
, sibe
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite sibe-test
|
||||
type: exitcode-stdio-1.0
|
||||
hs-source-dirs: test
|
||||
|
Reference in New Issue
Block a user