Skip to content

Commit

Permalink
Update loss.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Feb 12, 2020
1 parent 05080eb commit 8c2115d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions units/loss.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ submission you will need to use Jupyter.

## Extended Reading

* [Softmax Regression](https://d2l.ai/chapter_linear-neural-networks/softmax-regression.html)
* [Fashion MNIST](https://d2l.ai/chapter_linear-neural-networks/fashion-mnist.html)
* [Softmax Regression from scratch](https://d2l.ai/chapter_linear-neural-networks/softmax-regression-scratch.html)
* [Softmax Regression - concise version](https://d2l.ai/chapter_linear-neural-networks/softmax-regression-gluon.html)
* [Softmax Regression](https://d2l.ai/chapter_linear-networks/softmax-regression.html)
* [Fashion MNIST](https://d2l.ai/chapter_linear-networks/fashion-mnist.html)
* [Softmax Regression from scratch](https://d2l.ai/chapter_linear-networks/softmax-regression-scratch.html)
* [Softmax Regression - concise version](https://d2l.ai/chapter_linear-networks/softmax-regression-gluon.html)

## Videos

Expand Down

0 comments on commit 8c2115d

Please sign in to comment.