Slide 11
Slide 11 text
• Open Source library https://github.com/tensorflow/tensorflow
• Based on data flow graphs:
• Nodes: mathematical operations
• Graph edes: data arrays (tensors) communicated between them
• Flexible architecture, deploy computation to one or more CPUs or GPUs
• APIs for constructing and executing a TensorFlow graph:
• Python
• C++
• Java
• Go
• bindings for: C#, Haskell, Julia, Ruby, Rust
Tensorflow - machine learning and deep neural network library