
Microsoft is planning to invest about $80 billion (roughly Rs. 6,86,200 crore) in fiscal 2025 on developing data centers to train artificial intelligence (AI) models and deploy AI and cloud-based applications, the company said in a blog post on Friday. .Investment in AI has surged since OpenAI launched ChatGPT in 2022, as companies across sectors seek to integrate artificial intelligence into their products and services.AI requires enormous computing power, pushing demand for specialized data centers that enable tech companies to link thousands of chips together in clusters.Microsoft has been investing billions to enhance its AI infrastructure and broaden its data-center network.Analysts expect Microsoft’s fiscal 2025 capital expenditure including capital leases to be $84.24 billion (roughly Rs. 7,20,475 crore), according to Visible Alpha.The company’s capital expenditure in the first quarter of fiscal 2025 rose 5.3% to $20 billion (roughly Rs. 1,71,541 crore).As OpenAI’s primary backer, the tech giant is considered a leading contender among Big Tech companies in the AI race due to its exclusive partnership. with the AI chatbot maker.More than half of Microsoft’s $80 billion (roughly Rs. 6,86,200 crore) investment will be in the United States, Vice Chair and President Brad Smith said in the blog post.”Today, the United States leads the global AI race thanks to the investment of private capital and innovations by American companies of all sizes, from dynamic start-ups to well-established enterprises,” Smith said.© Thomson Reuters 2024(This story has not been edited by NDTV staff and is auto-generated from a syndicated feed.)
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!