Update README.md: fix typo

Changed 'stating' to 'starting'
This commit is contained in:
Rushil Jalal 2025-04-27 22:30:45 +05:30 committed by GitHub
parent 17dc3a5090
commit d8765d513d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ Using the code we have developed in this lesson for binary classification of MNI
> **Hint**: If we combine weights of all 10 perceptrons into one matrix, we should be able to apply all 10 perceptrons to the input digits by one matrix multiplication. Most probable digit can then be found just by applying `argmax` operation on the output.
## Stating Notebook
## Starting Notebook
Start the lab by opening [PerceptronMultiClass.ipynb](PerceptronMultiClass.ipynb)