wandb / edu

Educational materials on deep learning by Weights & Biases

Home Page:http://wandb.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more autograded exercises to calculus notebook

charlesfrye opened this issue · comments

Ideas

  1. Little-o exercises. They'd be multiple choice, basically. And/or: provide a function that is little-o of x^2? I can check this with sympy.
  2. Linearity of the gradient approximation. Write a function to compute gradient approx, given the function and its gradient. Compare to finite differences?