August 2018
Intermediate to advanced
272 pages
7h 2m
English
Using TensorFlow requires a slightly different approach to programming than what you might be used to using, so let's explore what makes it different.
At their core, all TensorFlow programs have two main parts to them:
In TensorFlow, a computational graph is a series of TensorFlow operations arranged into a graph structure. The TensorFlow graph contains two main types of components: