Data center energy usage combated by AI efficiency
23 Mar 2020
In the News
Though often forgotten by the general public, data centers account for 1% of the world's energy consumption. Explore what brought about data centers and how AI can be used to help mitigate their presence.
Share
function getGAClientID() {
let match = document.cookie.match(/_ga=([^;]*)/);
return match ? match[1].split('.').slice(-2).join('.') : null;
}
document.addEventListener("DOMContentLoaded", function() {
let clientID = getGAClientID();
if (clientID) {
document.getElementById('client_id').value = clientID;
}
});