Skip to content

Commit

Permalink
5-th point -> X[5]
Browse files Browse the repository at this point in the history
  • Loading branch information
danpol committed Mar 15, 2019
1 parent 867baaf commit cad8705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week6/gp_assignment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<b> Task 1.1: </b> Create RBF kernel with variance 1.5 and length-scale parameter 2 for 1D samples and compute value of the kernel between 5-th and 9-th points. Submit a single number. \n",
"<b> Task 1.1: </b> Create RBF kernel with variance 1.5 and length-scale parameter 2 for 1D samples and compute value of the kernel between points `X[5]` and `X[9]`. Submit a single number. \n",
"<br><b>Hint:</b> use `.K` property of kernel object."
]
},
Expand Down

0 comments on commit cad8705

Please sign in to comment.