Skip to content

Commit

Permalink
minor changes to Lecture 3 and Lab 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Alvarez committed Oct 15, 2019
1 parent 6f2efe2 commit 0b16f89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lab 3 - Linear Regression.ipynb
Expand Up @@ -74,7 +74,7 @@
"\\begin{align*}\n",
"b & \\leftarrow x_1,\\\\\n",
"b^\\prime & \\leftarrow x_2,\\\\\n",
"b^{\\prime\\prime} & \\leftarrow x_3\\\\\n",
"b^{\\prime\\prime} & \\leftarrow x_3,\\\\\n",
"\\text{etc.}\n",
"\\end{align*}\n",
"and finally the gradient of the function\n",
Expand Down Expand Up @@ -212,7 +212,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"with respect to $m$, $c$ and $\\sigma^2$. We can start with an initial guess for $m$, "
"with respect to $m$ and $c$. We can start with an initial guess for $m$, "
]
},
{
Expand Down
7 changes: 7 additions & 0 deletions Slides/Lecture 3-COM4509-6509.ipynb
Expand Up @@ -17,6 +17,13 @@
"### Based on slides by Neil D. Lawrence"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit 0b16f89

Please sign in to comment.