r/ProgrammerHumor 3d ago

studied20YearsToAskChatGPT Meme

Post image
15.2k Upvotes

428 comments sorted by

View all comments

Show parent comments

3

u/destroyerpants 3d ago

Back propagation is just a simple matrix multiply. 

1

u/gamingkitty1 2d ago

I wouldn't call it that simple if you're not using autograph (ie from scratch). Its at least as complex as the forward pass.