Company: Qualcomm IISc
Difficulty: medium
What will be the return value on calling the function func(4,3)? int func(int x, int y) { int count = 0; x = x + 1; if (x >= 0) { return x + y; } else { return count; } } 50 52 8 None of the above While minimizing augmented error function E = E_data + A * Σ Wi², where A represents the variance of the prior distribution, what is the possible outcome with different values of A? If A is large, current instances of training data are used If A is small, prior is more accounted than data None of the given options As A tends to 0, the model becomes a long-term memory model