Skip to content

Commit

Permalink
Typos/rewording in Chapter 4.3 - The base classification model (d2l-a…
Browse files Browse the repository at this point in the history
…i#2286)

*Since a great many models* -> Since many models

*it is worth adding some functionality to support* -> it is worth adding functionalities to
  • Loading branch information
finale80 authored Sep 1, 2022
1 parent 09018e6 commit bf335d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_linear-classification/classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tab.interact_select(['mxnet', 'pytorch', 'tensorflow'])
# The Base Classification Model
:label:`sec_classification`

You may have noticed that the implementations from scratch and the concise implementation using framework functionality were quite similar in the case of regression. The same is true for classification. Since a great many models in this book deal with classification, it is worth adding some functionality to support this setting specifically. This section provides a base class for classification models to simplify future code.
You may have noticed that the implementations from scratch and the concise implementation using framework functionality were quite similar in the case of regression. The same is true for classification. Since many models in this book deal with classification, it is worth adding functionalities to support this setting specifically. This section provides a base class for classification models to simplify future code.

```{.python .input n=2}
%%tab mxnet
Expand Down

0 comments on commit bf335d4

Please sign in to comment.