DeepLearning.ai-Summary
DeepLearning.ai-Summary copied to clipboard
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 Convolutional Neural network course, the full network examples that is followed by a table to describe output size and model parameters in each layer [here](https://github.com/mbadry1/DeepLearning.ai-Summary/tree/master/4-%20Convolutional%20Neural%20Networks#convolutional-neural-network-example) is wrong and it...
In batch normalization and typical normalization, the batch is divided by standard deviation and not variance. `Standard_deviation = sqrt(var^2)`
oscillate
Forward Propagation in a Deep Network formulas edited
in the **d** direction should be: in the 'b' direction
Forgot a minus sign in Loss function