[ad_1]
2028 तक जनरेटिव एआई राजस्व 57.9% बढ़ने की उम्मीद है। आपको 2024 में कैसे निवेश करना चाहिए?
इन्वेस्टिंग न्यूज नेटवर्क (आईएनएन) ने शीर्ष भविष्यवाणियां जानने के लिए विश्लेषकों, बाजार पर नजर रखने वालों और अंदरूनी सूत्रों से बात की। उन शीर्ष रुझानों और कंपनियों के बारे में जानें जिन पर आपको नजर रखने की आवश्यकता है, कौन से उद्योग एआई से सबसे अधिक लाभान्वित हो रहे हैं और क्या बाजार का मूल्य अधिक है।
✓ रुझान |
✓ पूर्वानुमान |
✓ शीर्ष स्टॉक |
विषयसूची:
|
![]() |
अंदरूनी सूत्र क्या कह रहे हैं उस पर एक नज़र
“मुख्य बात यह है कि उच्च प्रदर्शन करने वाले पहले से ही निरंतर एआई सफलता, नए एआई विकास में बेहतर दक्षता और परिणामस्वरूप प्रतिभा के लिए अधिक आकर्षक वातावरण के लिए अच्छी स्थिति में हैं।”
– मैकिन्से ग्लोबल इंस्टीट्यूट
“इस हठधर्मिता के बावजूद कि एआई अनुसंधान को कुछ बड़े खिलाड़ियों के बीच तेजी से केंद्रीकृत किया जाएगा, गणना की कम लागत और पहुंच के कारण अत्याधुनिक अनुसंधान बहुत छोटी, पहले से अज्ञात प्रयोगशालाओं से सामने आ रहा है।”
– नाथन बेनाइच और इयान हॉगर्थ, स्टेट ऑफ़ एआई रिपोर्ट
हम जो हैं
इन्वेस्टिंग न्यूज़ नेटवर्क निवेशकों के लिए स्वतंत्र, निष्पक्ष समाचार और शिक्षा प्रदान करने वाले आधिकारिक प्रकाशनों का एक बढ़ता हुआ नेटवर्क है। हम सोना, भांग, बायोटेक और कई अन्य बाजारों सहित विभिन्न बाजारों की जानकारीपूर्ण, सावधानीपूर्वक तैयार की गई कवरेज प्रदान करते हैं। इसका मतलब यह है कि आप निवेश सलाह की पूरी दुनिया से सर्वश्रेष्ठ के अलावा और कुछ नहीं पढ़ते हैं, और कभी भी स्वयं शोध करने में अपना बहुमूल्य समय घंटों, दिनों या हफ्तों को बर्बाद नहीं करना पड़ता है।
साथ ही, हम आपके लिए जो सामग्री चुनते हैं उसका एक भी शब्द किसी कंपनी या निवेश सलाहकार द्वारा भुगतान नहीं किया जाता है: हम अपनी सामग्री का चयन केवल आपके, निवेशक के लिए सूचनात्मक और शैक्षिक मूल्य के आधार पर करते हैं।
इसलिए यदि आप राजनीतिक और वित्तीय अस्थिरता के बीच अपने पोर्टफोलियो में विविधता लाने का कोई रास्ता तलाश रहे हैं, तो यह शुरुआत करने का सही स्थान है। अभी।
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var edition_code; var value, parts;
if(window.__INNGlobalVars && window.__INNGlobalVars.userData && window.__INNGlobalVars.userData.edition_code){ edition_code = window.__INNGlobalVars.userData.edition_code; console.log("edition_code_vars: ", edition_code); }
if (!edition_code) { value = "; " + document.cookie; parts = value.split("; edition_code="); if (parts.length == 2) edition_code = parts.pop().split(";").shift(); console.log("edition_code_cookie: ", edition_code); }
var element = document.getElementById('dropbtn-geography'); if (element) { if (edition_code) { switch (edition_code){ case "world" : element.innerHTML = 'WORLD EDITION';
var check = document.getElementById('imgdiv-check-word'); if(check){ check.style.visibility = "visible"; } break; case "australia" : element.innerHTML = 'AUSTRALIA EDITION'; var check = document.getElementById('imgdiv-check-australia'); if(check){ check.style.visibility = "visible"; } break; default: element.innerHTML = 'NORTH AMERICA EDITION';
var check = document.getElementById('imgdiv-check-north'); if(check){ check.style.visibility = "visible"; }
var dropdown = document.getElementById('div-geography-dropdown'); if(dropdown){ dropdown.style.width = "200px"; } } } }
window.changeOption = function(option){ var edition_code = option; var element = document.getElementById('dropbtn-geography');
if (element) { if (edition_code) { switch (edition_code){ case "world" : element.innerHTML = 'WORLD EDITION';
var check = document.getElementById('imgdiv-check-word'); if(check){ check.style.visibility = "visible"; }
var check = document.getElementById('imgdiv-check-australia'); if(check){ check.style.visibility = "hidden"; }
var check = document.getElementById('imgdiv-check-north'); if(check){ check.style.visibility = "hidden"; }
var dropdown = document.getElementById('div-geography-dropdown'); if(dropdown){ dropdown.style.width = "169px"; }
var dropdown_content = document.getElementById('dropdown-content-divs'); if(dropdown_content){ dropdown_content.style.width = "169px"; }
//update cookie setOrUpdateCookie("edition_code", "world", 365);
if(window.__INNGlobalVars && window.__INNGlobalVars.userData && window.__INNGlobalVars.userData.edition_code){ updateGlobal("world"); }else{ reloadPages("world"); }
break; case "australia" : element.innerHTML = 'AUSTRALIA EDITION';
var check = document.getElementById('imgdiv-check-australia'); if(check){ check.style.visibility = "visible"; }
var check = document.getElementById('imgdiv-check-north'); if(check){ check.style.visibility = "hidden"; }
var check = document.getElementById('imgdiv-check-word'); if(check){ check.style.visibility = "hidden"; }
var dropdown = document.getElementById('div-geography-dropdown'); if(dropdown){ dropdown.style.width = "169px"; }
var dropdown_content = document.getElementById('dropdown-content-divs'); if(dropdown_content){ dropdown_content.style.width = "169px"; }
//update cookie setOrUpdateCookie("edition_code", "australia", 365);
if(window.__INNGlobalVars && window.__INNGlobalVars.userData && window.__INNGlobalVars.userData.edition_code){ updateGlobal("australia"); }else{ reloadPages("australia"); }
break; default: element.innerHTML = 'NORTH AMERICA EDITION';
var check = document.getElementById('imgdiv-check-north'); if(check){ check.style.visibility = "visible"; }
var check = document.getElementById('imgdiv-check-word'); if(check){ check.style.visibility = "hidden"; }
var check = document.getElementById('imgdiv-check-australia'); if(check){ check.style.visibility = "hidden"; }
var dropdown = document.getElementById('div-geography-dropdown'); if(dropdown){ dropdown.style.width = "200px"; }
var dropdown_content = document.getElementById('dropdown-content-divs'); if(dropdown_content){ dropdown_content.style.width = "200px"; }
//update cookie setOrUpdateCookie("edition_code", "north_america", 365);
if(window.__INNGlobalVars && window.__INNGlobalVars.userData && window.__INNGlobalVars.userData.edition_code){ updateGlobal("north_america"); }else{ reloadPages("north_america"); } } } } }
function setOrUpdateCookie(cookieName, cookieValue, expirationDays) { // Get the current value of the cookie var currentValue = getCookie(cookieName);
// Delete the previous cookie if it exists if (currentValue !== "") { document.cookie = cookieName + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"; }
// Set the new cookie with the updated value var d = new Date(); d.setTime(d.getTime() + (expirationDays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cookieName + "=" + cookieValue + ";" + expires + ";path=/"; }
// Function to get the value of a cookie function getCookie(cookieName) { var name = cookieName + "="; var decodedCookie = decodeURIComponent(document.cookie); var cookieArray = decodedCookie.split(';'); for (var i = 0; i < cookieArray.length; i++) { var cookie = cookieArray(i).trim(); if (cookie.indexOf(name) == 0) { return cookie.substring(name.length, cookie.length); } } return ""; } function updateGlobal(code) { window.__INNGlobalVars.userData.edition_code = code; var userEmail = window.__INNGlobalVars.userData.email; var userId = window.__INNGlobalVars.userData.user_id; var datos = { email: userEmail, code: code, rmid: userId }; (async () => { const rawResponse = await fetch(" { method: 'POST', body: JSON.stringify(datos) }); const content = await rawResponse.json(); reloadPages(code); })(); }
function reloadPages (region) { var url = window.location.pathname; var split = url.split(" var urlR = new URL(window.location.href);
if(split(1) === ""){ switch (region){ case "australia" : pathnew = "/au";
urlR.pathname = pathnew + urlR.pathname; window.location.href = urlR.href; break; case "world" : pathnew = "/world";
urlR.pathname = pathnew + urlR.pathname; window.location.href = urlR.href; break; } }else{ switch (split(1)){ case "world" : pathold = "/world/";
var arrPath = ("resource-investing", "tech-investing", "cannabis-investing", "life-science-investing"); if (split(2)!== undefined && arrPath.includes(split(2)) && region === "north_america") { pathnew = "
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; }else{ switch (region){ case "north_america" : pathnew = "";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; case "australia" : pathnew = "/au/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; } } break; case "au" : pathold = "/au/";
var arrPath = ("resource-investing", "tech-investing", "cannabis-investing", "life-science-investing"); if (split(2)!== undefined && arrPath.includes(split(2)) && region === "north_america") { pathnew = "
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; }else{ switch (region){ case "north_america" : pathnew = "";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; case "world" : pathnew = "/world/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; } } break; default: if (url.includes(" { pathold = " switch (region){ case "australia" : pathnew = "/au/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; case "world" : pathnew = "/world/";
urlR.pathname = urlR.pathname.replace(pathold, pathnew); window.location.href = urlR.href; break; } }else{ var arrPath = ("resource-investing", "tech-investing", "cannabis-investing", "life-science-investing", "featured"); if (arrPath.includes(split(1))) { switch (region){ case "australia" : pathnew = "/au";
urlR.pathname = pathnew + urlR.pathname; window.location.href = urlR.href; break; case "world" : pathnew = "/world";
urlR.pathname = pathnew + urlR.pathname; window.location.href = urlR.href; break; } } } } } }
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
/*var slides = document.querySelectorAll('.div-list-carousel .widget'); let currentIndex = 0; let isAnimating = false;
function updateCarousel() { if (isAnimating) return;
isAnimating = true; slides.forEach((slide, index) => { const offset = (index - currentIndex) * 100; slide.style.transition = 'transform 2s ease-in-out'; // Adjust the duration as needed slide.style.transform = `translateX(${offset}%)`; });
setTimeout(() => { slides.forEach((slide) => { slide.style.transition = ''; }); currentIndex = (currentIndex + 1) % 9; isAnimating = false; updateCarousel(); }, 2000); // Adjust this delay as needed }
updateCarousel();*/
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
console.log('INNC-1459')
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
if (!REBELMOUSE_BOOTSTRAP_DATA.isUserLoggedIn) {
const searchButton = document.querySelector(".js-search-submit"); if (searchButton) { searchButton.addEventListener("click", function(e) { var input = e.currentTarget.closest(".search-widget").querySelector("input"); var query = input && input.value; var isEmpty = !query;
if(isEmpty) { e.preventDefault(); input.style.display = "inline-block"; input.focus(); } }); }
}
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=();t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)(0); s.parentNode.insertBefore(t,s)}(window,document,'script','
fbq('init', '2388824518086528');
});
[ad_2]
Source link