Now that we have introduced how TensorFlow creates tensors, and uses variables and placeholders, we will introduce how to act on these objects in a computational graph. From this, we can set up a simple classifier and see how well it performs.
Also, remember that the current and updated code from this book is available online on GitHub at https://github.com/nfmcclure/tensorflow_cookbook.