top | item 44631035 (no title) duvenaud | 7 months ago This is simply wrong. Backprop has the same asymptotic time complexity as forward. discuss order hn newest bobmarleybiceps|7 months 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... vrighter|7 months ago n iterations would be a constant factor, which is omitted from asymptotic complexity
bobmarleybiceps|7 months 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... vrighter|7 months ago n iterations would be a constant factor, which is omitted from asymptotic complexity
vrighter|7 months ago n iterations would be a constant factor, which is omitted from asymptotic complexity
bobmarleybiceps|7 months ago
vrighter|7 months ago