Skip to content

Commit 0e39619

Browse files
committed
Fix typo in online learning tutorial
1 parent 0782439 commit 0e39619

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

tutorials/online_learning/online_gradient_descent.tutorial.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,9 @@
454454
"cell_type": "markdown",
455455
"source": [
456456
"If everything went well, both guarantees should match up to numerical precision!\n",
457-
"#### References:\n",
457+
"##### References.\n",
458+
"\n",
459+
"Ther references are as follows.\n",
458460
"\n",
459461
"[1] E. Hazan (2016).\n",
460462
"Introduction to online convex optimization.\n",

tutorials/online_learning/online_gradient_descent.tutorial.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ If everything went well, both guarantees should match up to numerical precision!
144144

145145
#=
146146
147-
#### References:
147+
##### References.
148+
149+
Ther references are as follows.
148150
149151
[1] E. Hazan (2016).
150152
Introduction to online convex optimization.

tutorials/online_learning/online_gradient_descent.tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ Let us now compare both results!
130130
````
131131

132132
If everything went well, both guarantees should match up to numerical precision!
133-
#### References:
133+
##### References.
134+
135+
Ther references are as follows.
134136

135137
[1] E. Hazan (2016).
136138
Introduction to online convex optimization.
6 Bytes
Binary file not shown.

tutorials/online_learning/online_gradient_descent.tutorial.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@
165165

166166

167167
If everything went well, both guarantees should match up to numerical precision!
168-
\subsubsection{References:}
168+
\paragraph{References.}
169+
170+
Ther references are as follows.
169171

170172
[1] E. Hazan (2016).
171173
Introduction to online convex optimization.

0 commit comments

Comments
 (0)