Goal: Provide an introduction to deep learning concepts and how they can be applied to enhanced forest inventories (EFIs)
By the end of this section, you should be able to:
Trade-offs:
\[ \Large y = w_1x_1 + w_2x_2 + b \]
Note
There are many types of activation functions, and you are encouraged to research which one would be best for your specific use case.
The prediction-feedback loop is what makes learning possible as a deep neural network adapts to the patterns within the data and generalizes from them.
Learning is driven by the loss function which guides the adjustments of the weights/biases over a number of epochs.