diff --git a/chapter_linear-networks/softmax-regression-scratch.md b/chapter_linear-networks/softmax-regression-scratch.md index f4e141bcf1..084743115e 100644 --- a/chapter_linear-networks/softmax-regression-scratch.md +++ b/chapter_linear-networks/softmax-regression-scratch.md @@ -4,9 +4,7 @@ (**Just as we implemented linear regression from scratch, we believe that**) softmax regression is similarly fundamental and -(**you ought to know the gory details of **) -(~~softmax regression~~) -how to implement it yourself. +(**you ought to know the gory details of**) (~~softmax regression~~) and how to implement it yourself. We will work with the Fashion-MNIST dataset, just introduced in :numref:`sec_fashion_mnist`, setting up a data iterator with batch size 256.