More Vectorization Examples (C1W2L12)

preview_player
Показать описание

Follow us:
Рекомендации по теме
Комментарии
Автор

Around 4:04, you show the equations inside the for loop. In these, you wrote that "dz = a(1−a)". However, during course C1W2L10 (Gradient Descent on m Examples), around time 4:35, we use "dz = a−y". I could re-derive this last equation (it is indeed "dz = a−y"). I therefore believe there is an error in this course, isn't it ? Thank you

DJmates
Автор

6:15 Andrew gets excited of Vectorization! CUTE!!!

EranM
Автор

So this video is the only 1080p in all courses?

shanefeng
Автор

But all this efficiency gain is really just because numpy is a more efficient C implementation, right?
Cause at the end of the day, what's calculated is STILL in some way or other w(i)*x(i) and then summing it all up.

Ezechielpitau
Автор

I was wondering, if we had to/ or want to know the Big O of our calculation, how do we do that with single Numpy function.

MuhammadHamza-jcji
Автор

dzi = ai (1-ai ).. wasnt it dzi = ai - yi ???

lennylinus