diff options
Diffstat (limited to '')
| -rw-r--r-- | projects/autograd.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/projects/autograd.md b/projects/autograd.md index 0a9997f..f1dce97 100644 --- a/projects/autograd.md +++ b/projects/autograd.md @@ -36,4 +36,4 @@ n = MLP(3, [ 4, 4, 1 ])      n.optimise(0.01)      print(pred) -    ``` +``` | 
