LESSWRONG
LW

Personal Blog

5

LDL 8: A Silly Realization

by magfrump
6th Dec 2017
1 min read
1

5

Personal Blog

5

LDL 8: A Silly Realization
2mraxilus
New Comment
1 comment, sorted by
top scoring
Click to highlight new comments since: Today at 6:59 AM
[-]mraxilus8y20

I would agree, a lot of DL concepts became much clearer after I worked with tensors enough to be able to manipulate them in my mind. Before that I just sort of just made sure the shapes matched up and hoped for the best. Also, you tend to see a lot of beginner questions/confusion on DL libraries (Keras especially) about tensor shape mismatches, suggesting that it is quite a common problem area.

Reply
Moderation Log
More from magfrump
View more
Curated and popular this week
1Comments

Maybe deep learning researchers are just like mathematicians. They think of coding as the hard part of what they do so they spend a lot of time teaching people how to implement neural nets from scratch. But actually the hard part of what they do is math (or at least keeping track of tensor shapes).

So I'm frustrated that I've heard a dozen explanations of gradient descent, which I understood in high school, but I have to learn about variational autoencoders from scratch by reading academic papers.