From d8765d513d81f26a019150313c6c7f6e341cbc08 Mon Sep 17 00:00:00 2001 From: Rushil Jalal Date: Sun, 27 Apr 2025 22:30:45 +0530 Subject: [PATCH] Update README.md: fix typo Changed 'stating' to 'starting' --- lessons/3-NeuralNetworks/03-Perceptron/lab/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/3-NeuralNetworks/03-Perceptron/lab/README.md b/lessons/3-NeuralNetworks/03-Perceptron/lab/README.md index f7248b20..a4737753 100644 --- a/lessons/3-NeuralNetworks/03-Perceptron/lab/README.md +++ b/lessons/3-NeuralNetworks/03-Perceptron/lab/README.md @@ -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)