An artificially intelligent car knows if to brake or not based on its distance from the car in front of it. Logistic regression algorithm is used.

An artificially intelligent car knows if to brake or not based on its distance from the car in front of it. Logistic regression algorithm is used. Correct Answer True

The output is given as yes or no, based on the distance from the car in front of it. It is thus a classification problem. Hence, the logistic regression algorithm can be used to determine whether to stop or not.
Bissoy MCQ

Related Questions

What kind of algorithm is logistic regression?