You are on page 1of 1

Nirma University

Institute of Technology
B.Tech. (All Programmes), Integrated B.Tech. (CSE)-MBA
Introduction to AI & ML
List of Practical

Sr. Practical Title Hours CO


1. Python Basics, Numpy, Matplotlib 6 1
2. Write a program to calculate and report various descriptive statistics 2 4
measures.
3. Write a program to handle missing values in data. 2 4
4. Write a program for a 6-city symmetric TSP using a brute-force approach. 4 4
Write a program for a 6-city symmetric TSP using a nearest neighbor
heuristic.
5. Write a program that can read Boston house price data and divide these 2 1
data in training and test set as per the user choice
6. Write a program for classifying iris images using a KNN classifier. 4 1
Implement accuracy, precision, recall and f1-measure
7. Write a program for predicting selling price of houses in Boston dataset 4 1
using a KNN regressor. Implement MAE, MSE, RMSE and MAPE.
8. Write a program to cluster data in iris flower dataset using k-means 2 4
algorithm.
9. Write a program that implements AND gate using perceptron learning 2 4
algorithm
10. Can you implement XOR gate using a perceptron learning algorithm? 2 4
Write a code and justify your answer through reasoning and
demonstration.

You might also like