November 2016
Beginner to intermediate
282 pages
6h 58m
English
plt.plot(test_points, stats.multivariate_normal.rvs(cov=cov, size=6).T)
with
plt.plot(test_points, stats.multivariate_normal.rvs(cov=cov, size=1000).T, alpha=0.05, color='b')
How does the GP prior look? Do you see that f(x) is distributed as a Gaussian ...
Read now
Unlock full access