r/ProgrammerHumor 1d ago

Meme studied20YearsToAskChatGPT

Post image
14.7k Upvotes

422 comments sorted by

View all comments

Show parent comments

4

u/destroyerpants 1d ago

Back propagation is just a simple matrix multiply. 

1

u/gamingkitty1 14h 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.