|
|
|
|
|
by junto
4960 days ago
|
|
Which courses did you take out of interest? I struggle with the mathematics used in neural networks. I can understand code but as soon as I start to see calculus my brain freezes over. Does anyone know of a good online course that can give me a crash course in the mathematics required for neural networks? My CS bachelors covered this, but I was lazy and drank too much beer. Now 20 years later I want to understand it properly. |
|
I have spent a lot of time on Khan Academy to learn the calculus. In my experience you can get by with a surprisingly small amount of calculus, but it happens to be a small amount from a high level.
For example, backpropagation is just repeated application of the chain rule. Did take a while to get a handle on the derivatives, but it's worth it.