Merge pull request #549 from SYusupov/patch-1

Fix typos
This commit is contained in:
Thomas Simonini
2024-08-28 07:26:15 +02:00
committed by GitHub

View File

@@ -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
},