+ "First implement and train a shallow neural network (NN) described in ref __[<span style=\"color:Red\">1</span>]__ for one of the exotic particle hypotheses. You should implement a NN one that makes the training time manageable on a CPU, like one of the shallow networks with hyperparameters shown in Table 2 of ref __[<span style=\"color:Red\">1</span>]__ or even a smaller network. Next train a fully-connected deep neural network (DNN) using a GPU by increasing the number of hidden layers and neuron within the layers. The exact DNN setup is up to you, as long as it has meaningfully more trainable parameters than the shallow NN from the first part. Show the classification output for signal and background for both networks, as well as the ROC curve and AUC metric."
0 commit comments