Regression with Deep Neural Networks (DNN)

For regression with DNNs, we first have to import the libraries we will use here. We will import TensorFlow, pandas, NumPy, and matplotlib with the lines of code shown in the following screenshot:

We will use the fully_ connected function from the tensorflow.contrib.layers model.