Difference between revisions of "BayHac2017/tensorflow"

From HaskellWiki
Jump to navigation Jump to search
(Created page with "{| |Project: |tensorflow |- |Description: |Haskell bindings for TensorFlow (machine intelligence lib) |- |Maintainers/liaisons: |Judah Jacobson, Frederick Mayle |- |Source: |h...")
 
Line 11: Line 11:
 
|Source:
 
|Source:
 
|https://github.com/tensorflow/haskell
 
|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 [https://tensorflow.github.io/haskell/haddock/tensorflow-0.1.0.0/TensorFlow-Core.html TensorFlow.Core])
 
|-
 
|-
 
|Website:
 
|Website:

Revision as of 01:17, 16 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/

TODO: information on dependencies, testing, etc.