0% found this document useful (0 votes)
20 views15 pages

PRACTICAL FILE FML - Jatin

This document is a practical file for the course 'Fundamental of Machine Learning' for the academic session 2024-25. It outlines a series of experiments to be conducted, including linear regression, SVM classification, bagging with random forests, and various clustering and evaluation techniques. The file includes sections for experiment aims, code, and outputs for each experiment.

Uploaded by

chanakya
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)
20 views15 pages

PRACTICAL FILE FML - Jatin

This document is a practical file for the course 'Fundamental of Machine Learning' for the academic session 2024-25. It outlines a series of experiments to be conducted, including linear regression, SVM classification, bagging with random forests, and various clustering and evaluation techniques. The file includes sections for experiment aims, code, and outputs for each experiment.

Uploaded by

chanakya
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/ 15

PRACTICAL FILE

SESSION: 2024-25

Fundamental Of Machine Learning


(AIML 258)
II Year, IV Sem

Submitted to:​ Submitted by:


Name: Mrs Anjali Sardana Name: Jatin Sahoo
Designation: Asst. Professor​ Enrollment No.: 01118011623
Sec: AIML
INDEX
Sno. EXPERIMENTS DATE OF DATE OF TEACHER’
CONDUCT SUBMISSION S SIGN
1. Study and Implement Linear Regression.

2. Study and Implement classification using


SVM.
3. a. Study and Implement Bagging using
Random Forests.

b. Study and Implement Naive Bayes.


4. a. Study and Implement K-means Clustering
to Find Natural Patterns in Data.

b. Study and Implement Gaussian Mixture


Model Using the Expectation Maximization.
5. Study and Implement Classification based on
association rules.
6. Study and Implement Evaluating ML
algorithm with balanced and unbalanced
datasets
7. Comparison of Machine learning algorithms
based on different-different parameters
8. Study and Implement Logistic Regression.

Perform detailed EDA over titanic dataset and


fit logistics regression model on selected
(suitable feature) to classify
survived/non-survived, show implication of
confusion matrix & AUC-ROC curve in
performance evaluation of the same.
9. Study and Implement K Nearest Neighbour
(KNN). Using the K-nearest neighbors
algorithm to predict how

many points NBA players scored in the


2013-2014 season.
10. Apply and demonstrate the use of
dimensionality reduction techniques, including
Factor Analysis and Principal

Component Analysis (PCA), followed by


clustering methods, on a dataset of stock
market data.
EXPERIMENT – 1
AIM: Study and Implement Linear Regression.
CODE:
OUTPUT:
EXPERIMENT – 2

AIM: Study and Implement classification using SVM.

CODE:
OUTPUT:
EXPERIMENT – 3 (A)

AIM: Study and Implement Bagging using Random Forests

CODE:
OUTPUT:
EXPERIMENT – 3 (B)
AIM: Study and Implement Naive Bayes.

CODE:
OUTPUT:

You might also like