Fix typos

This commit is contained in:
SYusupov
2024-07-11 18:35:26 +02:00
committed by GitHub
parent dd55145cd2
commit 917efa1847

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