Day 9 of 60 days of AI

I think I understood RNNs and the different types of RNNs (excluding LSTM and GRU). Tried implementing the backward propagation for RNN in NumPy and it got really tricky. Since I have started time boxing stuff, so I will be sticking with PyTorch from now on. Did some planning work of what I am planning for the next few days.

Here are some of the things that help me: