Question

What causes algorithms to produce biased results?(1 point)
Responses

The programmers are inexperienced.
The programmers are inexperienced.

The dataset is skewed in one direction.
The dataset is skewed in one direction.

The programming language is wrong.
The programming language is wrong.

The dataset contains no data.

1 answer

The most appropriate response is:

The dataset is skewed in one direction.

Biased results from algorithms often stem from the data they are trained on. If the dataset is not representative or is biased in some way, the algorithm will likely reproduce that bias in its outputs.