In this chapter, we introduced you to the world of neural networks and deep learning. We discussed different activation functions, the structure of a neural network, and demonstrated a feed-forward neural network using Keras.
Deep learning is a topic in itself, and there are several deep learning books with an in-depth focus. The objective of this chapter was to provide you with a head start in exploring deep learning, as it is the next frontier in machine learning automation. We witnessed the power of autoencoders for dimensionality reduction. Also, the CNNs, with their robust feature-processing mechanism, are an essential component for building the automated systems of the future.
We will end our discussion in the next chapter, where we review what we have covered so far, the next steps, and the necessary skills to create a complete machine learning system.
...