Q8 Let’s have artificial intelligence learn using the follow…

Q8 Let’s have artificial intelligence learn using the following perceptron, which we discussed in class. The activation function is a step function. If your input, target value, weight, threshold, and learning rate are as follows, enter the updated weight of each input after learning three times. Enter the values ​​of the first, second, and third perceptron in that order. First Perceptron Second Perceptron   Third Perceptron   W1 W2 Perceptron1 [value1] [value2] Perceptron2 [value3] [value4] Perceptron3 [value5] [value6]

Q5 You are trying to predict the price of a house (medv) usi…

Q5 You are trying to predict the price of a house (medv) using the following data. QuestionHouse2-1.csv (Note that this is a different dataset than the one used in other problems) Reduce the dimension using PCA by using only the variables included in the data. Keep in mind that only independent variables should be considered when running PCA.1) In the first PC (i.e. PC1), enter the number of variables with a factor loading value 0.3 greater. [value1]2) Enter the loading factor value of the variable with the largest absolute value In the first PC (i.e. PC1). (Round to 3 decimal places.) [value2]