Artificial Intelligence for Project Managers (LinkedIn Learning)
Duurtijd van de opleiding: 1,19u.
AI is revolutionizing the way project managers work, offering unprecedented opportunities to enhance efficiency, accuracy, and innovation. In this course, instructor Oliver Yarbrough simplifies the complexities of artificial intelligence and shares practical ways you can use AI in your projects.
Topics include:
Explain how AI is transforming the project management profession.
Describe the importance of integrating human strengths with AI capabilities.
Build an AI project model and discuss specific use cases for artificial intelligence.
Explain how AI can be used to monitor projects in real-time and forecast more accurately.
Walk through how to derive value from data with AI and apply it to projects.
Select AI tools that best meet the needs of specific project scenarios.
Deze cursus is enkel beschikbaar in het Engels. Als dit voor u geen probleem vormt, dien dan gerust uw aanvraag in.
Deze cursus is enkel beschikbaar in het Frans. Als dit voor u geen probleem vormt, dien dan gerust uw aanvraag in.
Aanvraag indienen
window.hideEnrolWarning = window.hideEnrolWarning || function() {
mdlUtils.hideAll("div.continuebutton");
mdlUtils.hideById("notice");
};
window.enhanceEhrButtons = window.enhanceEhrButtons || function(root = document) {
document.querySelectorAll('.coursebox, .course-info-container').forEach(container => {
const link = container.querySelector('a[href*="course/view.php?id="]');
if (!link) return;
//get de id van de cursus
const match = link.href.match(/id=(\d+)/);
if (!match) return;
const courseId = match[1];
const btn = container.querySelector('.ehr-btn');
if (!btn) return;
// voorkom dubbel uitvoeren
if (btn.dataset.enhanced) return;
btn.dataset.enhanced = "true";
let ehrid = btn.dataset.ehrid;
// ✅ als FilterCodes werkte → gewoon gebruiken
if (ehrid && ehrid.trim() !== '' && !ehrid.includes('{')) {
btn.href = btn.dataset.base + ehrid;
return;
}
// ❌ fallback: reconstructie (optioneel)
btn.href = "https://eacademy.smals.be/course/enrol.php?id=" + courseId;
});
}
mdlUtils.runWhenReady(hideEnrolWarning);
mdlUtils.runWhenReady(enhanceEhrButtons);
mdlUtils.observeDom(enhanceEhrButtons);