mbadry1 / DeepLearning.ai-Summary

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.
MIT License
5.17k stars 2.44k forks source link

mislabeled variable #150

Closed jdixosnd closed 6 years ago

jdixosnd commented 6 years ago

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 👍

mbadry1 commented 6 years ago

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.