1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2025-03-22 21:55:12 +01:00
Commit graph

5 commits

Author SHA1 Message Date
Christian Berentsen
4ab9cb9cf2 Moved reduceMean to Ops () 2017-06-20 20:50:46 -07:00
fkm3
0603a6987b Add Minimize module with gradient descent and adam implementations () 2017-05-25 19:19:22 -07:00
Judah Jacobson
64971c876a Consolidate some packages. ()
- Merge tensorflow-nn and tensorflow-queue into tensorflow-ops.
  They don't add extra dependencies and each contain a single module, so I
  don't think it's worth separating them at the package level.
- Remove google-shim in favor of direct use of test-framework.
2017-05-10 15:26:03 -07:00
Judah Jacobson
ff5f1cccf4 Increase the number of iterations for MatrixTest. ()
The number of iterations was reduced from 1000 to 300 during review, but that
turned out to be too low and the test now fails about 20% of the time.
After changing it back to 1000, the test succeeded at 50 out of 50 runs.
2017-05-09 09:54:09 -07:00
Chris Mckinlay
09c792b84c added matrix factorization test () 2017-04-27 17:05:34 -07:00