cluster_iris_mean - Write a program to cluster a set of points using K-means. Consider, K=4, clusters.
Consider Euclidean distance as the distance measure. Randomly initialize a cluster
mean as one of the data points. Iterate for 10 iterations. After iterations are over, print
the final cluster means for each of the clusters.
Data set iris data set
cake - The table below gives the amount of Crabby Cakes made by Bakers for each year he’s
worked.N
stock_interest - Write a program for multiple regression for predicting stock_index_price (dependent
Variable) using two independent variables (interest_rate and unemployment_rate).
Refer Stock_data file
car_emission - Write a multiple regression program for predicting CO2 emission level when Volume
1300 of Car is and Engine weight is 3300Kg. Refer Car data file.
logistic_ds1 - Write a logistic regression program for predicting customer will subscribe for term
deposit Refer Bank data set 1
logistic_ds2 - Write a logistic regression program for predicting customer will subscribe for term
deposit Refer Bank data set 2
7_latitude_data1 - Write a program for K means clustering model based on countries Longitude and
Latitude data set 1
8_latitude_data2 - Write a program for K means clustering model based on countries Longitude and
Latitude data set 2
9_iris_ramdomforest - Write a program to classify iris data set using Random forest method
10_adv1_bays - Write a program to classify the social network Advertise data1 using Bay’s
classification method
11_adv2_bays - Write a program to classify the social network Advertise data2 using Bay’s classification method
12_svm_data1 - Demonstrate the SVM model using the social network Advertise data1
13_svm_data2 - Demonstrate the SVM model using the social network Advertise data2
MAD Snippets
prac2 Demonstrate complete Life Cycle of Activity. Use minimum two different activities. Create user defined Log filter. Trace all the states of activity.