People have been using regression and classifiers for a long time. Now it is time to switch to the topic of neural networks. A multilayered perceptron (MLP) is a simple neural network model where you can add one or more hidden layers between the input and output layers.
In this chapter, you will see how TensorFlow can help you build the models. You will start with the most basic model, which is a linear model. Logistic and MLP models are also discussed in this chapter.