feat(crossEntropy): crossEntropy cost function

This commit is contained in:
Mahdi Dibaiee
2016-07-24 10:48:04 +04:30
parent 49606406d1
commit 493a20eb0a
5 changed files with 88 additions and 21 deletions

View File

@ -19,6 +19,7 @@ library
build-depends: base >= 4.7 && < 5
, hmatrix
, random
, deepseq
default-language: Haskell2010
executable sibe-exe