You are on page 1of 4

DEPARTMENT OF COMPUTER

SCIENCE & ENGINEERING

Experiment 3.3
Student Ankit Chaurasiya UID21BCS11172
Name
Branch: CSE Section/Gro up 604 “A”
Semester: 5th DateofPerformance: 30/10/2023
Subject Name: AIML Subject Code:21CSH-316

1. Aim:
Implement Exploratory Data Analysis on any data set.

2. Objective:
To Learn about Meta-data

3. Algorithm:

 Separate By Class: Divide the dataset into different classes or categories, each
representing a different category or outcome of interest.
 Summarize Dataset: Calculate summary statistics for the entire dataset, such as mean
and standard deviation for numerical features, and mode for categorical features.
 Summarize Data By Class: Calculate summary statistics for each class separately,
creating class-specific summaries of the data.
 Gaussian Probability Density Function: Model the distribution of data within each
class as a Gaussian (normal) distribution, estimating the probability of observing specific
feature values for each class.
 Class Probabilities: Use the Gaussian Probability Density Function to calculate the
probability that a given data point belongs to each class. Then, apply Bayes' theorem to
determine which class is most likely for the data point based on its feature values.
DEPARTMENT OF

4. Code:
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

5. Output
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

6. Learning Outcomes:
1. Performing Exploratory Data Analysis on any data set.
2. Learn about How to Data Analysis on any data set

You might also like