Connect your moderator Slack workspace to receive post notifications:
Sign in with Slack

Complexity

As seen during the lecture, the complexity of the forward pass is \(O\left(LK^{2}\right)\).

In the lecture, Nicolas showed how to compute the derivatives jointly in an efficient manner (back propagation) and this also has efficiency \(O\left(LK^{2}\right)\).

My question is, what would be the complexity if we did not compute the derivative jointly? \(O\left(LK^{3}\right)\)?

Thank you in advance :))

Hello,

Someone correct me if I am wrong but I would say \(\mathcal{O}(L^2 K ^2)\) in that case, because it would mean that for each layer, we compute all the intermediate derivatives

Page 1 of 1

Add comment

Post as Anonymous Dont send out notification