Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor improvement: more details on API calls (d2l-ai#2312)
* Minor improvement: more details on API calls Considering pytorch, I believe this is the first time `nn.Parameter` is used. I checked the previous chapters, and `tf.Variable` was already used but not really introduced (?)...and it's not entirely clear to me if/how differs from what pytorch does For sure is the first time that `Sequential()` is used across the 3 frameworks. All these are (at least to me) not complicated things to understand but having an explanation doesn't hurt. * Update chapter_multilayer-perceptrons/mlp-implementation.md Integrated suggestion: missing URL link Co-authored-by: Anirudh Dagar <[email protected]> * Update chapter_multilayer-perceptrons/mlp-implementation.md integrated suggestion: rewording Co-authored-by: Anirudh Dagar <[email protected]> * Update chapter_multilayer-perceptrons/mlp-implementation.md integrated suggestion Co-authored-by: Anirudh Dagar <[email protected]> Co-authored-by: Anirudh Dagar <[email protected]>
- Loading branch information