Skip to content

Commit

Permalink
Update README.zho.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyc1234 authored Mar 18, 2024
1 parent 8a37a6b commit 7a68aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lessons/3-NeuralNetworks/03-Perceptron/README.zho.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ def train(positive_examples, negative_examples, num_iterations = 100, eta = 1):

## 🚀 挑战

如果你想建立自己的感知器,请尝试 [this lab on Microsoft Learn](https://docs.microsoft.com/en-us/azure/machine-learning/component-reference/two-class-averaged-perceptron?WT.mc_id=academic-77998-cacaste) which uses the [Azure ML designer](https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer?WT.mc_id=academic-77998-cacaste).
如果你想建立自己的感知器,请尝试 [this lab on Microsoft Learn](https://docs.microsoft.com/en-us/azure/machine-learning/component-reference/two-class-averaged-perceptron?WT.mc_id=academic-77998-cacaste) 基于 [Azure ML designer](https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer?WT.mc_id=academic-77998-cacaste).

## [Post-lecture quiz](https://red-field-0a6ddfd03.1.azurestaticapps.net/quiz/203)
## [课后测验](https://red-field-0a6ddfd03.1.azurestaticapps.net/quiz/203)

## 复习与自学

Expand Down

0 comments on commit 7a68aca

Please sign in to comment.