Difference between revisions of "BayHac2017/tensorflow"

From HaskellWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
|}
 
|}
   
  +
See the [https://github.com/tensorflow/haskell/blob/master/README.md README] for some example.
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)

Latest revision as of 05:34, 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/

See the README for some example.

Instructions for installing dependencies: