Skip to content

Commit

Permalink
correct upper index
Browse files Browse the repository at this point in the history
  • Loading branch information
wpedrak committed Dec 7, 2019
1 parent 55bcf00 commit 83aec8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework3/Homework3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"source": [
"# Problem 4 [2p]\n",
"\n",
"Show that if $\\kappa$ is the kernel matrix of a dataset, i.e. $\\kappa_{ij} = K(x\\i, x^{(j)}) = \\phi(x\\i)^T\\phi(x^{(j)})$ for some kernel function $K$ and an induced feature expansion function $\\phi$, then:\n",
"Show that if $\\kappa$ is the kernel matrix of a dataset, i.e. $\\kappa_{ij} = K(x^{(i)}, x^{(j)}) = \\phi(x^{(i)})^T\\phi(x^{(j)})$ for some kernel function $K$ and an induced feature expansion function $\\phi$, then:\n",
"\n",
"## 4.1 [0.5p]\n",
"$\\kappa$ is symmetric, i.e. $\\kappa = \\kappa^T$\n",
Expand Down

0 comments on commit 83aec8e

Please sign in to comment.