The scatter plot of Iris Dataset is shown in the figure below. Assume Softmax Regression is used to classify Iris to Setosa, Versicolor, or Viriginica using just petal length and petal width. If weights required for Softmax Regression initialized to 1 for class Setosa, 2 for class Versicolor, and 3 for Virginica,
1) What will be the probability of an iris with petal length = 4.6 and petal width = 1.7 to be classified as Virginica?
2) What will be the probability of Virginica, if we use all features petal length = 4.6 and petal width = 1.7, sepal length = 5.5 and sepal width = 3.0 with the same weight initialization?