Microsoft to Invest in Data Center Infrastructure, Global Accessibility and AI Skilling in 2025
Microsoft shared its artificial intelligence (AI) vision for the fiscal year 2025, highlighting the key areas for the company. Instead of focusing on its AI product roadmap, the company shared details about its investment plans in AI infrastructure, skilling, and developing accessibility of the technology globally. Among other efforts, the Redmond-based tech giant stated that it will be investing about $80 billion (roughly Rs. 6.86 lakh crore) in AI-enabled data centers to train and deploy AI models. Microsoft is also developing AI-focused curriculum for colleges in the US.Microsoft Shares Big AI Plans for 2025In a blog post published on Friday, the tech giant shared its vision for the fiscal year. The larger plan includes investing in AI technology and infrastructure, supporting skilling programs that will enable widespread AI adoption, and exporting the technology globally to make AI more accessible.On infrastructure, the company stated that it will invest around $80 billion to build AI-enabled data centers. These data centers will be used by the company to train new models, to deploy them globally, as well as powering Microsoft’s different cloud-based AI applications. The tech giant highlighted that more than half of this fund will be spent within the US. Explaining the need for AI skilling, the company claimed that within the next 25 years, “AI can help create the next billion AI-enabled jobs” across industries. such as services, manufacturing, transportation, agriculture, and government. Focusing on this need, the company has partnered with the US National AI Consortium for Community Colleges to provide an “industry-aligned” AI curriculum. It is also developing faculty training via AI Bootcamps to enable students to learn in-demand skills. Additionally, Microsoft said it has developed AI training programs for teachers. It also offers career guidance and helps young professionals enhance their AI skills via the Microsoft Copilot for Career Navigators initiative.Last year, the tech giant announced an investment of more than $35 billion (roughly Rs. 2.99 lakh crore) in 14 countries within three years to build secure AI and cloud data center infrastructure. Microsoft said that the number has now been expanded to 40 countries to include the Global South. It has collaborated with UAE-based AI company G42 to introduce AI infrastructure in Kenya.Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!