|
|
|
|
|
by godelski
1629 days ago
|
|
The difference is that autograd isn't something you should already know if you're learning neural networks. Many "from scratch" tutorials implement backprop because this is a key part. I think your comment is a bit facetious and you're not acting in good faith. |
|
Both of these mathematical concepts are being abstracted over and are being used by the author's neutral network implementation.
Now whether you consider using other people's libraries for this as being "from scratch" is up to you.