Robotics & Artificial Intelligence

Identify the steps in machine learning for teaching a machine to make decisions.

  1. Collecting data → programing
  2. Collecting data → training → testing predictions
  3. Programing for every move
  4. Programing without any data

Decision making in Machines

1 Like

Answer

Collecting data → training → testing predictions

Reason — In machine learning, a machine is taught to make decisions by first collecting data, then training the model using that data, and finally testing its predictions to evaluate performance.

Answered By

3 Likes


Related Questions