Difference between revisions of "BayHac2017/tensorflow"

From HaskellWiki
Jump to navigation Jump to search
Line 22: Line 22:
 
|}
 
|}
   
TODO: information on dependencies, testing, etc.
+
Instructions for installing dependencies:
  +
* [https://github.com/tensorflow/haskell#build-on-mac-os-x OSX]
  +
* [https://github.com/tensorflow/haskell#build-with-docker-on-linux Linux with docker]
  +
* [https://github.com/tensorflow/haskell/blob/master/docker/Dockerfile Linux without docker] (follow the steps of the Dockerfile)

Revision as of 05:33, 20 March 2017

Project: tensorflow
Description: Haskell bindings for TensorFlow (machine intelligence lib)
Maintainers/liaisons: Judah Jacobson, Frederick Mayle
Source: https://github.com/tensorflow/haskell
Build instructions: https://github.com/tensorflow/haskell/blob/master/README.md
API documentation: https://tensorflow.github.io/haskell/haddock/ (A good starting place is TensorFlow.Core)
Website: https://www.tensorflow.org/

Instructions for installing dependencies: