105: Backpropagation – A Deeper Dive

Hi Readers!!!

After the last post I had received feedback that I could go a bit more deeper into the concept of backpropagation. So in this post I am going to explain in detail the underlying calculus of backprop and also illustrate one epoch with an example.

Continue reading “105: Backpropagation – A Deeper Dive”

102: The One With the Activation

Hello Readers!

In the next 3 posts, we are going to see some concepts that are fundamental for ML and DL.

The Neuron

It is the building block of any neural network. It has been modelled based on the actual biological neuron.

I am not going to dive deep into the biological concepts of the nervous system. If you want to learn more about it refer here.

We saw the basic structure of a neuron.

Continue reading “102: The One With the Activation”