Understanding linear transformations Suppose we have a…
Question Answered step-by-step Understanding linear transformations Suppose we have a… Understanding linear transformationsSuppose we have a 2-dimensional data set. Then we transform each data point =( ,1, ,2)Xj=(Xj,1,Xj,2) as follows: ~=( ,1− , ,2− )Xj~=(aXj,1−c,bXj,2−c), where , , a,b,c are constant numbers. This is a linear transformation, because our transformed data comes from simple operations that use ‘first powers’ of the original data.If our given data set is linearly separable, is the same true for the transformed one? In the following cells you can plot a transformed version of the Iris dataset, so that you see how it behaves (for your choice of , , a,b,c.) But you should also try and justify your answer in a theoretical way: if there exists a ‘good’ perceptron for the original data set, what would be the weights for the perceptron that works on the transformed set? Computer Science Engineering & Technology Python Programming CS 675 Share QuestionEmailCopy link Comments (0)


