IAPP Artificial Intelligence Governance Professional (AIGP) — Question 27

All of the following are common optimization techniques in deep learning to determine weights that represent the strength of the connection between artificial neurons EXCEPT:

Answer options

Correct answer: C

Explanation

The correct answer is C because Autoregression is focused on time-series data analysis and prediction, not on weight optimization in neural networks. In contrast, Gradient descent, Momentum, and Backpropagation are all established techniques used to adjust and optimize weights in deep learning models.