0% found this document useful (0 votes)
15 views1 page

ML Unit-1

The document contains a midterm exam for a machine learning course. It includes 3 questions with multiple parts each. Question 1 asks students to apply naive Bayes classification to classify a species based on features and explains PCA and how it performs dimensionality reduction. Question 2 explains randomized PCA and kernel PCA, defines the goal of clustering and its uses, and asks for Python code. Question 3 covers anomaly detection with Gaussian mixtures, drawing perceptrons, and implementing MLPs with Keras.

Uploaded by

Ps Naveen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

ML Unit-1

The document contains a midterm exam for a machine learning course. It includes 3 questions with multiple parts each. Question 1 asks students to apply naive Bayes classification to classify a species based on features and explains PCA and how it performs dimensionality reduction. Question 2 explains randomized PCA and kernel PCA, defines the goal of clustering and its uses, and asks for Python code. Question 3 covers anomaly detection with Gaussian mixtures, drawing perceptrons, and implementing MLPs with Keras.

Uploaded by

Ps Naveen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ST.

ANN’S COLLEGE OF ENGINEERING & TECHNOLOGY::CHIRALA


Department of CSE-Artificial Intelligence and Machine Learning
III B.Tech I Semester II Mid Examinations
SUBJECTIVE TEST – II
Date: 30.11.2022 Max. Marks: 15
Subject: Machine Learning Time: 1 ½ Hours
Answer all Questions 3×5=15M
1 a) Solve the below problem by applying naïve bayes algorithm. [CO3,PO1,PO2,PSO3,APPLY] 3M
Problem statement : Consider a training data set consisting of the fauna of the world. Each unit has
three features named “Swim”, “Fly” and “Craw l”. Let the possible values of these features be as follow
Swim Fast, Slow, No
Fly Long, Short, Rarely, No
Crawl Yes, No For simplicity, each unit is classified as “Animal”, “Bird” or
“Fish”. Let the training data set given belowUse naive Bayes classifier to classify a particular species if its
features are (Slow, Rarely, No)

b) What is PCA & how dimensionality reduction takes place using PCA.
[CO4,PO2,PSO3,ANALYZING] 2M
2) a) Expalin Randomized PCA,kernal PCA
[CO4,PO1,PO2,PSO3,UNDERSTANDING, ANALYZING] 2M
b) What is the goal of clustering and how Clustering is helpful for Image Segmentation, for
Preprocessing, with simple python code. [CO4,PO1,PO2,PSO3,UNDERSTANDING] 3M
3) a) How Anomaly Detection using Gaussian Mixtures?explain. [CO4,PO1,PO2,PSO1,ANALYZING]2M
b) Draw the perceptron digram& explain Implementing MLPs with Keras
[CO5,PO1,PO5,PSO3,PSO2,UNDERSTANDING] 3M

ST.ANN’S COLLEGE OF ENGINEERING & TECHNOLOGY::CHIRALA


Department of CSE-Artificial Intelligence and Machine Learning
III B.Tech I Semester II Mid Examinations
SUBJECTIVE TEST – II
Date: 30.11.2022 Max. Marks: 15
Subject: Machine Learning Time: 1 ½ Hours
Answer all Questions 3×5=15M
1 a) Solve the below problem by applying naïve bayes algorithm. [CO3,PO1,PO2,PSO3,APPLY] 3M
Problem statement : Consider a training data set consisting of the fauna of the world. Each unit has
three features named “Swim”, “Fly” and “Craw l”. Let the possible values of these features be as follow
Swim Fast, Slow, No
Fly Long, Short, Rarely, No
Crawl Yes, No For simplicity, each unit is classified as “Animal”, “Bird” or
“Fish”. Let the training data set given belowUse naive Bayes classifier to classify a particular species if its
features are (Slow, Rarely, No)

b) What is PCA & how dimensionality reduction takes place using PCA.
[CO4,PO2,PSO3,ANALYZING] 2M
2) a) Expalin Randomized PCA,kernal PCA
[CO4,PO1,PO2,PSO3,UNDERSTANDING, ANALYZING] 2M
b) What is the goal of clustering and how Clustering is helpful for Image Segmentation, for
Preprocessing, with simple python code. [CO4,PO1,PO2,PSO3,UNDERSTANDING] 3M
3) a) How Anomaly Detection using Gaussian Mixtures?explain. [CO4,PO1,PO2,PSO1,ANALYZING]2M
b) Draw the perceptron digram& explain Implementing MLPs with Keras
[CO5,PO1,PO5,PSO3,PSO2,UNDERSTANDING] 3M

You might also like