- Tensor Flow is a library for large-scale machine learning and deep learning using data flow graphs. Nodes in the graph represent operations and edges represent multidimensional data arrays called tensors.
- It supports CPU and GPU processing on desktops, servers, and mobile devices. Models can be visualized using TensorBoard.
- An example shows how to build an image classifier using transfer learning with the Inception model. Images are retrained on flower categories to classify new images.
- Distributed Tensor Flow allows a graph to run across multiple machines in a cluster for greater performance.