Comment on Waymo recalls software after two self-driving cars hit the same truckparentComments−rasz2yIts NN black box alright, for a hand crafted model you would have something like: if prediction != reality {mismatch+= whatever the time tick is} if mismatch > second (or two) {abort driver assist}
Comments
Its NN black box alright, for a hand crafted model you would have something like: