Skip to content

Commit

Permalink
Update report_thesis/src/sections/background.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Pattrigue <[email protected]>
  • Loading branch information
Ivikhostrup and Pattrigue authored May 28, 2024
1 parent 042b443 commit e9257ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_thesis/src/sections/background.tex
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ \subsubsection{Gradient Boosting Regression (GBR)}\label{sec:gradientboost}
In this section we introduce \gls{gbr} primarily based on \citet{James2023AnIS}.
\gls{gbr} is an ensemble learning method that builds models sequentially, each one trying to correct the errors of the previous one, using gradient descent and boosting techniques.

However, in order to explain \gls{gbr}, it is helpful to build on the concepts of ensemble learning and decision trees.
To understand \gls{gbr}, it is helpful to build on the concepts of ensemble learning and decision trees.
Ensemble learning is a technique in machine learning where multiple models, known as \textit{weak learners}, are combined to produce more accurate predictions.
Mathematically, ensemble learning can be defined as combining the predictions of $M$ weak learners to form a final prediction $\hat{y}$, such that:
\begin{equation}
Expand Down

0 comments on commit e9257ec

Please sign in to comment.