Deep Neural Networks (DNNs) are used as a machine learning method for both regression and classification problems. TensorFlow is a popular software library that is often used to construct and train DNNs. In this workshop, participants will learn how to quickly use the high-level TensorFlow Estimator module to perform nonlinear regression and classification with standard fully connected DNNs. We will also show how the Estimator module can be used to perform image classification using Convolutional Neural Networks (CNNs). All examples will use Python; some familiarity with Python is recommended. You are encouraged but not required to bring a laptop with TensorFlow already installed.