Back to the 2021 paper
Similar questions
Data MiningWhat is over-fitting and under-fitting of a model? When do they happen?20216mMACHINE LEARNINGExplain the model of over-fitting and under-fitting. Give the example of over-fitting and under-fitting in two-dimensional data.20227mMACHINE LEARNINGWhich of the following steps/assumptions in regression modeling impacts the trade-off between under-fitting and over-fitting the most? (i) The polynomial degree (ii) Whether we learn the weights by matrix inversion or gradient descent (iii) The use of a constant-term (iv) None of the above20222mData MiningDiscuss overfitting and underfitting in decision tree construction with suitable example.20227m
PreviousHow does instance-based classifier work? List two instance-based classifiers.NextFor the following vectors, x and y, calculate the indicated similarity or distance measures : \mathbf{x} = \{0, 1, 0, 1\}, \quad \mathbf{y} = \{1, 0, 1, 0\} Calculate: 1. Cosine similarity 2. Correlation 3. Euclidean distance 4. Jaccard similarity