This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I've enjoyed every little bit of the course hope you enjoy my notes too.
In "A simple convolution network example" on the third layer, the variable padding "p2" is initialized instead of "p3".
Same goes for "Convolutional neural network example" in the second layer, filter and stride variables are "f1p" and "s1p" instead of "f2p" and "s2p".
If we are reusing the variable then its cool for me 👍
These was a mistakes you are right. I've updated them as well.
Feel free to edit mistakes by yourself by forking, changing, and pushing your branch any time.
Thank you.
In "A simple convolution network example" on the third layer, the variable padding "p2" is initialized instead of "p3". Same goes for "Convolutional neural network example" in the second layer, filter and stride variables are "f1p" and "s1p" instead of "f2p" and "s2p".
If we are reusing the variable then its cool for me 👍