Where to go from here?

Revisit what you learned in this course, explore some of the latest advancements in deep learning, and find out where to go from here.

Recap

In this admittedly long and difficult course, you saw everything you need to know about deep learning as of 2021.

First, we examined the basic principles behind Neural Networks starting with the Linear classifier. Then, we proceeded to discuss the Feedforward Networks as a natural extension of linear models.

We also discussed how to train a deep network using backpropagation and gradient descent as well as the most commonly used optimization algorithms and activation functions.

Convolutional Neural Networks was the architecture that started the whole deep learning hype back in 2012. We talked about it in considerable detail to ensure that you would have a ...