You are on page 1of 3

Sarvajanik College Of Engineering & Technology, Surat

Gujarat Technological University - Ahmedabad

Master of Computer Application

2nd Year, Semester-3


Journal Submitted by
(Bhootra Garima- 205310694057)
Under the Guidance Of
Dr. Kaushika Pal
Dr. Alpa Shah

MACHINE LEARNING-639402
1
INDEX
SR. DESCRIPTION PAGE DATE SIGNATURE
N NO
O
1 Write a python code to implement decision tree for below given 3 6-12-2021
dataset. Identify the root node and all subpart or children of node
and draw the tree.
2 Write a python code to implement K-nearest neighbourhood 5 6-12-2021
program for the given dataset
3 Write a python code to implement Apriori algorithm, apply join 6 6-12-2021
and prune method and find frequent item set
4 Write a python code to apply Naive Bayesian and Logistic 7 6-12-2021
Regression algorithm to classify that whether a person can buy
computer or not based on given test data:
5 Python code for Preparing to Model and Feature Engineering. 9 6-12-2021
6 Apply k-means clustering approach with k = 2 to the following 11 6-12-2021
dataset.
7 Implement a python program that takes interest rate (x), finds the 13 6-12-2021
equation that best fits the data and is able to forecast out median
home price for given interest rate using the data given below. (Use
linear regression)
8 Apply following supervised machine learning algorithms for All 15 6-12-2021
classification problems as shown under:
9 Build a prediction model using regression technique for (1) Boston 18 6-12-2021
house-prices (from sklearn.dataset import load_boston) (2)
Diabetes (from sklearn.dataset import load diabetes) datasets.
Also, evaluate the model.
10 Implement support vector machine approach to predictive 20 6-12-2021
modelling for (1) Boston house-prices (2) Diabetes datasets. Also,
evaluate the model.
11 Implement unsupervised machine learning algorithm in python on 23 6-12-2021
Titanic dataset) to cluster data by removing the classlabel. Use
elbow method to find the optimal number of clusters. Also,
measure the quality of clustering via silhouette coefficient.
12 Implement unsupervised machine learning algorithm (Clustering – 25 6-12-2021
K Means) in python on Breast Tumour dataset to cluster data (use
Breast Tumour dataset) by removing the classlabel.
13 Implement unsupervised machine learning algorithm (Clustering – 28 6-12-2021
Hierarchical) in python on Titanic dataset to cluster data (use
Titanicdataset).
14 Implement Apriori algorithm in python to find rules which explain 31 6-12-2021
association between different products for given transactions at a

2
retail store.

You might also like