Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given data set 'SampledSeeds.csv' sampled from the dataset 'seeds Data Set' and the attribute information can be found at here (https://archive.ics.uci.edu/ml/datasets/seeds). (a) Use KNN to

Given data set 'SampledSeeds.csv' sampled from the dataset 'seeds Data Set' and the attribute information can be found at here (https://archive.ics.uci.edu/ml/datasets/seeds).

(a) Use KNN to clssify the tuple with the values "16.17", "15.38", "0.8588", "5.762", "3.387", "4.286" and "5.703" for the attributes of ' area A', 'perimeter P', 'compactness C', 'length of kernel', 'width of kernel', 'asymmetry coefficient' and 'length of kernel groove' respectively. What would the class attribute value for this tuple be? When K=3, 5, 7 and Euclidean distance is in use.

(b) Use min max normalization method to normalized each attribute value into [0, 1] then redo part a). Is there difference in classification? Why?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Finite Mathematics and Its Applications

Authors: Larry J. Goldstein, David I. Schneider, Martha J. Siegel, Steven Hair

12th edition

978-0134768588, 9780134437767, 134768582, 134437764, 978-0134768632

More Books

Students also viewed these Mathematics questions

Question

What is the formula to calculate the mth Fibonacci number?

Answered: 1 week ago