Skip to content

Commit

Permalink
Merge pull request #549 from SYusupov/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
simoninithomas authored Aug 28, 2024
2 parents dd55145 + 917efa1 commit 6e36eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions units/en/unit4/quiz.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ The best way to learn and [to avoid the illusion of competence](https://www.cour
<Question
choices={[
{
text: "We want to minimize J(θ) and gradient ascent gives us the gives the direction of the steepest increase of J(θ)",
text: "We want to minimize J(θ) and gradient ascent gives us the direction of the steepest increase of J(θ)",
explain: "",
},
{
text: "We want to maximize J(θ) and gradient ascent gives us the gives the direction of the steepest increase of J(θ)",
text: "We want to maximize J(θ) and gradient ascent gives us the direction of the steepest increase of J(θ)",
explain: "",
correct: true
},
Expand Down

0 comments on commit 6e36eed

Please sign in to comment.