Question

Given the min-max normalization formula is given as follows: New value = [(value - min)/(max-min)] * (new_max - new_min) + ne

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution: Min Max Normalization is one of the data preprocessing methods used in data mining for rescale data within small range of required:

Formula is shown below:

new value  = [(value - min)/(max - min)] * (new max-new min) + new min

Answer to Q1) Given Range of age values :20-80 ie min=20, max = 80, find min max normalization value for age 30 with new range[10,20] ie new min=10, new max =20

Substitute these values in the formula:

new value  = [(value - min)/(max - min)] * (new max-new min) + new min

=[(30-20)/(80-20)] * (20-10)+10

= [10/60]* 10+10

= (1/6) * 20 =3.33

Ans is 3.33

Answer to Q2)

Ages of 5 people is given as (20,30,25,50,25)

Average age is: 20 + 30 + 25 + 50 + 25 =150/5=30

So for average age value 30, the min max normalised value for range [0.1] is shown below:

value = 30

min=20, max=50, new min = 0, new max =1

by substitute in the min max formula:

new value  = [(value - min)/(max - min)] * (new max-new min) + new min

= [(30-20)/(50-20)] * (1-0)+0

= [(10/30)] * (1)

= 0.33

Add a comment
Know the answer?
Add Answer to:
Given the min-max normalization formula is given as follows: New value = [(value - min)/(max-min)] *...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT