The question is shown, I would like help on it! It's a bit difficult to do
A
B
D
E Time Number_of_Type 30 1 2 16 2 11 42 8.75 8 15 8 1 53 7.25 6 40 5.5 8 38 7.5 8 46 11.5 4 32 12 9 23 6.75 6
G
H
sex 2 3 4 5 6 7
age 1 2 2 2 2 1 1 1 1 2
Area 1 1 2 1 1 3 2 1 1 1
induration_diameter 88 47 73 55 81 69 56 91 43 19
Result_of_Treatment 1 7 1 9 -1 7 1 7 1 5 1 45 1 25 -1 50 -1 2 1
8 6
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Question 4.An immunotherapy data set (Immunotherapy.xlsx in the folder) contains information about wart treatment results using immunotherapy. The sheet"training data set contains the information of 80 training data points and the sheet "test data set" contains the information of 10 test data points.
Use the keras package in Python to build a neural network with two hidden layers
number of neurons in each layer.Use the training data set to train the network so that it can predict treatment results using the information of sex, age, time, number of warts,type,area,induration diameter. Give the commands to build and train the model and give prediction results for the test data (25 points)