Data Normalization
Data Normalization
90% Refund @Courses Trending Now Data Structures & Algorithms Foundational Courses Data Science
INTRODUCTION:
https://www.geeksforgeeks.org/data-normalization-in-data-mining/ 1/11
1/21/24, 8:31 AM Data Normalization in Data Mining - GeeksforGeeks
Need of Normalization –
https://www.geeksforgeeks.org/data-normalization-in-data-mining/ 2/11
1/21/24, 8:31 AM Data Normalization in Data Mining - GeeksforGeeks
1200+ have already taken up the challenge. It's your turn now! Get 90% refund
on course fees upon achieving 90% completion.Discover How
Decimal Scaling
Min-Max Normalization
z-Score Normalization(zero-mean Normalization)
Let the input data is: -10, 201, 301, -401, 501, 601, 701 To normalize
the above data, Step 1: Maximum absolute value in given data(m): 701
https://www.geeksforgeeks.org/data-normalization-in-data-mining/ 3/11
1/21/24, 8:31 AM Data Normalization in Data Mining - GeeksforGeeks
Step 2: Divide the given data by 1000 (i.e j=3) Result: The normalized
data is: -0.01, 0.201, 0.301, -0.401, 0.501, 0.601, 0.701
Min-Max Normalization –
Where A is the attribute data, Min(A), Max(A) are the minimum and
maximum absolute value of A respectively. v’ is the new value of each entry
in data. v is the old value of each entry in data. new_max(A), new_min(A) is
the max and min value of the range(i.e boundary value of range required)
respectively.
Z-score normalization –
https://www.geeksforgeeks.org/data-normalization-in-data-mining/ 4/11
1/21/24, 8:31 AM Data Normalization in Data Mining - GeeksforGeeks
v’, v is the new and old of each entry in data respectively. σA, A is the
standard deviation and mean of A respectively.
ADVANTAGES OR DISADVANTAGES:
Advantages:
Disadvantages:
Learn to code easily with our course Coding for Everyone. This course is
accessible and designed for everyone, even if you're new to coding. Start
today and join millions on a journey to improve your skills!
Whether you're preparing for your first job interview or aiming to upskill in
this ever-evolving tech landscape, GeeksforGeeks Courses are your key to
success. We provide top-quality content at affordable prices, all geared
towards accelerating your growth in a time-bound manner. Join the millions
we've already empowered, and we're here to do the same for you. Don't
miss out - check it out now!
Previous Next
https://www.geeksforgeeks.org/data-normalization-in-data-mining/ 6/11