- TensorFlow Machine Learning Cookbook
- Nick McClure
- 59字
- 2021-04-09 23:30:56
Introduction
Now that we have introduced how TensorFlow creates tensors, 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.
Note
Also, remember that all the code from this book is available online on GitHub at https://github.com/nfmcclure/tensorflow_cookbook.