TensorFlow released
TensorFlow released
[Development] Posted Nov 10, 2015 16:22 UTC (Tue) by corbet
Google has released its TensorFlow
machine-learning library under the Apache 2.0 license.
"TensorFlow is an open source software library for numerical
computation using data flow graphs. Nodes in the graph represent
mathematical operations, while the graph edges represent the
multidimensional data arrays (tensors) communicated between them.
"
For those who are unfamiliar with this type of programming, this
basic MNIST tutorial gives a feel for how it works with TensorFlow.