Y
Hacker News
new
|
ask
|
show
|
jobs
by
duvenaud
328 days ago
This is simply wrong. Backprop has the same asymptotic time complexity as forward.
1 comments
bobmarleybiceps
328 days ago
I think they're misusing "forward propagation" and "backward propagation" to be basically mean "post training inference" and "training". they seem to be assuming n iterations of the backward pass, which is why it's larger...
link
vrighter
328 days ago
n iterations would be a constant factor, which is omitted from asymptotic complexity
link