In this chapter, we will learn about a new model for forecasting known as Gaussian processes, popularly abbreviated as GPs, this is extremely popular in forecasting applications where we want to model non-linear functions with a few data points and also to quantify uncertainty in predictions.
We will use Gaussian processes to predict the stock prices of three major stocks, namely, Google, Netflix, and the General Electric (GE)Â company.
The rest of this chapter is divided into the following sections:
- Understanding Bayes' rule
- Bayesian inference
- Introducing Gaussian processes
- Understanding the stock market dataset
- Applying Gaussian processes to predict stock market prices