This document outlines the internal assessment test for the B.E. degree in Computer Science and Engineering at Nellai College of Engineering, focusing on Artificial Intelligence and Machine Learning. It includes various questions divided into three parts, covering topics such as AI applications, performance measurement, learning techniques, and specific algorithms like random forests and stochastic gradient descent. The test is designed to assess knowledge and understanding of key concepts in the field, with a total of 100 marks available.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views1 page
Model Exam (AIML)
This document outlines the internal assessment test for the B.E. degree in Computer Science and Engineering at Nellai College of Engineering, focusing on Artificial Intelligence and Machine Learning. It includes various questions divided into three parts, covering topics such as AI applications, performance measurement, learning techniques, and specific algorithms like random forests and stochastic gradient descent. The test is designed to assess knowledge and understanding of key concepts in the field, with a total of 100 marks available.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
NELLAI COLLEGE OF ENGINEERING –MARUTHAKULAM 627151
INTERNAL ASSESSMENT TEST-2.1
B.E. DEGREE EXAMINATIONS 2025 Fourth Semester Computer Science and Engineering CS3491 –ARITIFICIAL INTELLIGENCE AND MACHINE LEARNING (Regulation: 2021) Time : 3 Hrs Maximum: 100 Marks PART – A Answer All [10 x 2 Marks = 20 Marks] 1. What are the various applications of AI? 2. How will you measure the performance of AI application? 3. Given that P(A)=0.3 , p(A|B)=0.4 and P(B)= 0.5, compute p(B|A) 4. Differentiate logical and probabilistic assertions 5. Outline the difference between supervised learning and unsupervised learning 6. What is a random forest? 7. Write the three types of ensemble learning 8. How expectation maximization is used in Gaussian mixture models 9. What is stochastic gradient descent and why is it used in the training of neural networks 10. Why is ReLU better than Softmax? Give the equation for both
PART–B [5 x 13Marks = 65 Marks]
11(a) Differentiate Blind Search and Heuristic Search (or) (b) Discuss in detail about hill climbing algorithm by using 8-queens problem
12(a) Explain in detail about Bayesian Inference and its types Exact Inference with suitable example (or) (b) Explain causal Bayesian Network
13(a) Describe the general procedure of random forest algorithm
(or) (b) What is a decision tree? Explain the steps to construct a decision tree. List and explain about the different procedures used.
14(a) Explain various learning techniques involved in unsupervised learning
(or) (b) Explain in detail about combining multiple classifiers by voting
15(a) Explain in detail about stochastic gradient descent
(or) (b)Explain in detail about Multilayer Perceptron
PART–C) [1 x 15Marks = 15 Marks]
16(a) Solve the following crypt arithmetic problem using constraints satisfaction search procedure CROSS +ROADS ------------ DANGER ------------ (or) (b) Solve the given problem. Describe the operators involved in it. Consider a water jug problem: you are given two jugs, a 4-gallon one and a 3-gallon one. Neither have any measure Markers on it. There is a pump that can be used to fill the jug with water. How can you get exactly 2 gallons of water into the 4 gallon jug? Explicit Assumptions: A jug can be filled from the pimp, water can be poured out of a jug onto the ground, water can be poured from one jug to another and that there are no other measuring devices available.