Glossary

All | # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
There are currently 2 names in this directory beginning with the letter W.
W

Weak learners
In the context of gradient boosting, weak learners are individual models that perform slightly better than random guessing but are not highly accurate on their own. Decision trees are commonly used as weak learners in gradient boosting, but other models can also be used.

Weight
Each connection between neurons is assigned a weight, which represents the strength or importance of that connection. These weights determine how much influence the input of one neuron has on the output of another.

Contents

Index