From cad87054d2d74ec10706f557558a4ce0322cc872 Mon Sep 17 00:00:00 2001 From: Daniil Polykovskiy Date: Fri, 15 Mar 2019 13:26:29 +0200 Subject: [PATCH] 5-th point -> X[5] --- week6/gp_assignment.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week6/gp_assignment.ipynb b/week6/gp_assignment.ipynb index 89eb956..dc24454 100755 --- a/week6/gp_assignment.ipynb +++ b/week6/gp_assignment.ipynb @@ -152,7 +152,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - " Task 1.1: 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", + " Task 1.1: 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", "
Hint: use `.K` property of kernel object." ] },