asalzburger / sms2021-tra-tra

Repository for SummerStudent 2021 project to learn a (conformal) TRAnsform for TRAcks
2 stars 0 forks source link

NN possibilities #29

Open asalzburger opened 3 years ago

asalzburger commented 3 years ago

Input features: max number of hits times (x,y,z), N hidden layers, output node: [0,1] probability, [0,1] contamination

Take first NN with only [0,1] probability output, classify every hit in the bin to be on/off. Best architecture would be an RNN.

Let's assume your HT brings hight quality track candidates (start with optimal): Construct a NN that predict the particle properties of the particle that created the hits.

Input would be: Maximum size x (x,y,z) -> Some hidden layers -> 6 variables: (x0,y0,z0),(px0,py0,pz0).