Algo
fetch('/wp-json/wp/v2/categories') .then(response => { if (!response.ok) { throw new Error('Network response was not ok'); } return response.json(); }) .then(data => { console.log('data', data); });
Exposing algorithmic
discrimination
discrimination
As algorithms increasingly assist and influence human decision-making, we’re finding more examples of high-stakes bias. Computer programs can only be as “fair” as the programmers who select the training data.