Getting Started

For a brief overview of TensorFlow programming fundamentals, see the following guide:

MNIST has become the canonical dataset for trying out a new machine learning toolkit. We offer three guides that each demonstrate a different approach to training an MNIST model on TensorFlow:

For developers new to TensorFlow, the high-level API is a good place to start. To learn about the high-level API, read the following guides:

TensorBoard is a utility to visualize different aspects of machine learning. The following guides explain how to use TensorBoard: