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

maybe there are something wrong in your note #164

Closed zhuzhanshi closed 5 years ago

zhuzhanshi commented 5 years ago

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]

mbadry1 commented 5 years ago

Yes you are right. I'm going to fix this. Thank you so much