We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimization of noise (sigma_n, sigma_p) and of the number of basis functions (order). Similar to optimize for Gaussian Processes.
sigma_n
sigma_p
order
optimize
Good Summary: http://krasserm.github.io/2019/02/23/bayesian-linear-regression/
The text was updated successfully, but these errors were encountered:
One could, instead of optimizing, even integrate out hyperparameters (scale and noise). See https://towardsdatascience.com/how-to-build-a-bayesian-ridge-regression-model-with-full-hyperparameter-integration-f4ac2bdaf329?gi=d6517e1d62bf and/or ask Sascha Ranftl. The posterior will not be Gaussian then though.
Sorry, something went wrong.
No branches or pull requests
Optimization of noise (
sigma_n
,sigma_p
) and of the number of basis functions (order
).Similar to
optimize
for Gaussian Processes.Good Summary: http://krasserm.github.io/2019/02/23/bayesian-linear-regression/
The text was updated successfully, but these errors were encountered: