VTU Developer

Your comprehensive resource for Machine Learning Lab - BCSL606

Machine Learning Lab

Complete Lab Programs & Resources

BCSL606
Subject Code
01
Credits
50
CIE Marks
50
SEE Marks
100
Total Marks
02
Exam Hours

Program 1

Data Visualization & Analysis

Develop a program to create histograms for all numerical features and analyze the distribution of each feature. Generate box plots for all numerical features and identify any outliers. Use California Housing dataset.

California Housing Dataset

Program 2

Correlation Analysis & Visualization

Develop a program to compute the correlation matrix to understand the relationships between pairs of features. Visualize the correlation matrix using a heatmap to know which variables have strong positive/negative correlations. Create a pair plot to visualize pairwise relationships between features.

California Housing Dataset

Program 3

Principal Component Analysis (PCA)

Develop a program to implement Principal Component Analysis (PCA) for reducing the dimensionality of the Iris dataset from 4 features to 2.

Iris Dataset

Program 4

Find-S Algorithm

For a given set of training data examples stored in a .CSV file, implement and demonstrate the Find-S algorithm to output a description of the set of all hypotheses consistent with the training examples.

CSV Training Data

Program 5

k-Nearest Neighbour Algorithm

Develop a program to implement k-Nearest Neighbour algorithm to classify the randomly generated 100 values of x in the range of [0,1]. Label the first 50 points and classify the remaining points using KNN for k=1,2,3,4,5,20,30.

Random Generated Dataset

Program 6

Locally Weighted Regression

Implement the non-parametric Locally Weighted Regression algorithm in order to fit data points. Select appropriate data set for your experiment and draw graphs.

Custom Dataset

Program 7

Linear & Polynomial Regression

Develop a program to demonstrate the working of Linear Regression and Polynomial Regression. Use Boston Housing Dataset for Linear Regression and Auto MPG Dataset for Polynomial Regression.

Boston Housing & Auto MPG

Program 8

Decision Tree Algorithm

Develop a program to demonstrate the working of the decision tree algorithm. Use Breast Cancer Data set for building the decision tree and apply this knowledge to classify a new sample.

Breast Cancer Dataset

Program 9

Naive Bayesian Classifier

Develop a program to implement the Naive Bayesian classifier considering Olivetti Face Data set for training. Compute the accuracy of the classifier, considering a few test data sets.

Olivetti Face Dataset

Program 10

k-Means Clustering

Develop a program to implement k-means clustering using Wisconsin Breast Cancer data set and visualize the clustering result.

Wisconsin Breast Cancer Dataset
Comments

Replay !

0 Comments

Share Your Thoughts

Please enter your name
Please enter a valid email
Password must be at least 6 characters
Please enter your comment
Email Verification Required
We've sent a 6-digit verification code to . Please enter the code below to verify your email address.
Email Verified Successfully!
Your email has been verified. Would you like to proceed with posting your comment?

Type "YES" to confirm and post your comment, or click Cancel to skip posting.

Preparing your download...