MicrosoftDocs / ml-basics

Exercise notebooks for Machine Learning modules on Microsoft Learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo: 05a pytorch

raybellwaves opened this issue · comments

https://github.com/MicrosoftDocs/ml-basics/blob/master/05a%20-%20Deep%20Neural%20Networks%20(PyTorch).ipynb

Take a look at the first 25 training features and corresponding labels

Should be

Take a look at the first 25 training samples and corresponding labels

No. The code shows the first 25 features (x) and their corresponding labels (y)