In this chapter, we learned how to convert biological neurons into artificial neurons, how ANNs work, and about various hyperparameters. We also covered an overview of deep learning APIs—TensorFlow and Keras. This chapter has provided a foundation for deep learning. Now, you are ready to start implementing a deep learning model, which is the next step toward designing your implementation of a deep learning model for autonomous cars.
In the next chapter, we are going to implement a deep learning model using Keras.