Machine Learning - R_23 - JNTUK, Model Paper - 3
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY KAKINADA B.Tech III Year II Semester – R23 Course: MACHINE LEARNING Time: 3 Hours Max Marks: 70 SECTION – I (50 Marks) Answer ALL questions (Each question carries 10 marks: a) 5 + b) 5) UNIT – I : Introduction to Machine Learning 1. a) Explain the Evolution of Machine Learning. Highlight major milestones and applications. (5M) b) Explain the Machine Learning system architecture and clearly describe the role of each stage. (5M) 2. a) Explain Data Sets in Machine Learning. Discuss training, validation, and test datasets. (5M) b) Explain Search and Learning in Machine Learning with a suitable example. (5M) UNIT – II : Nearest Neighbor–Based Models 3. a) Explain Distance Measures used in ML. Compare Euclidean, Manhattan, and Minkowski distances. (5M) b) Apply Radius Nearest Neighbor algorithm to classify a test instance. (5M) 4. a) Explain Proximity between binary patterns with suitable meas...