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.
Title: Normalizing activations in a network
the last line, the last character
if gamma = sqrt(variance + epsilon) and beta = mean then Z_tilde[i] = Z_norm[i]
I think there should be : if gamma = sqrt(variance + epsilon) and beta = mean then Z_tilde[i] = Z[i]
Title: Normalizing activations in a network the last line, the last character if gamma = sqrt(variance + epsilon) and beta = mean then Z_tilde[i] = Z_norm[i] I think there should be : if gamma = sqrt(variance + epsilon) and beta = mean then Z_tilde[i] = Z[i]