Back to the 2025 paper
Similar questions
MACHINE LEARNINGExplain the Perceptron learning algorithm. How does it update weights? Discuss its convergence properties.20257mMACHINE LEARNINGExplain the backpropagation algorithm. How are weights updated in a neural network using gradient descent?20257mArtificial intelligenceDiscuss how backpropagation helps train a neural network. Use a small example with two layers and a loss function to explain weight adjustment.20247mMACHINE LEARNINGWrite short notes on the following: (b) Reinforcement learning20227m
PreviousLogistic regression uses which loss function? (i) Mean Squared Error (ii) Euclidean Distance (iii) Cross-Entropy (iv) Hinge LossNextThe kernel trick in SVM is used to (i) Map data to higher-dimensional space for linear separation (ii) Compute probabilities (iii) Reduce feature dimensions (iv) Normalize input features