Commit 2b562572 authored by Sebastian Schüpbach's avatar Sebastian Schüpbach
Browse files

add links to language-specific APIs

parent c043b6a4
Loading
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
+++
title = "TensorFlow"
+++

# TensorFlow

OpenSource-Bibliothek für maschinelles Lernen.

TensorFlow computations are expressed as stateful dataflow graphs.

## APIs (Auswahl)

Offiziell:
* [Python](https://www.tensorflow.org/api_docs/python/tf)
* [Java](https://www.tensorflow.org/api_docs/java/org/tensorflow/package-summary)

Community
* [Rust](https://tensorflow.github.io/rust/tensorflow/)
* [Scala](http://platanios.org/tensorflow_scala/)