Summary
In this chapter, we discussed deep learning models and why you need them and showed you how to create an MLP model on sensor-reading data to predict the next movement of the robot. You learned that non-linear datasets are suited for deep learning and created a multiclass classification model using the MLP algorithm.
In the next chapter, we will show you how to create a model with complete control of hyper-tuning parameters using XGBoost algorithms.