AI for Agriculture, Food Security and Rural Development
AI is creating new opportunities in agriculture, climate adaptation, food security monitoring and rural development. It can support better planning, early warni...
Browse our full course portfolio, filter by category, search by course title, and register for online or face-to-face training in leading destinations across Africa and beyond.
AI is creating new opportunities in agriculture, climate adaptation, food security monitoring and rural development. It can support better planning, early warni...
Banking and financial services institutions are using AI to improve fraud detection, customer insights, credit analysis, compliance, risk monitoring and digital...
Environmental and climate teams require timely data, clear analysis and effective reporting. AI can support climate risk analysis, environmental monitoring, dis...
NGOs and development organizations can use AI to improve programme design, proposal writing, policy analysis, donor reporting, stakeholder engagement and impact...
Finance departments are increasingly expected to produce accurate reports, forecast trends, monitor budgets and detect risks quickly. AI can support financial p...
Project managers and donor-funded project teams are under pressure to deliver results, manage budgets, meet donor requirements and produce quality reports. AI c...
Artificial Intelligence (AI) is no longer only for technology departments. It is now a strategic tool for improving productivity, governance, service delivery, ...
Safety, Health and Environment professionals can use AI to improve hazard identification, incident analysis, compliance monitoring, risk assessment and workplac...
Administration, customer service and call centre environments can use AI to improve response quality, reduce turnaround time, analyze customer feedback and supp...
AI is both a powerful cybersecurity tool and a new source of cyber risk. Organizations must understand how AI can strengthen security while also creating threat...
sql: SELECT cc.id, cc.Category_Name, COUNT(c.id) AS TotalCourses FROM course_categories cc LEFT JOIN courses c ON c.Category = cc.id WHERE cc.Active = 1 GROUP BY cc.id, cc.Category_Name ORDER BY cc.Category_Name ASC , executionMS: 0.0045828819274902
sql: SELECT COUNT(c.id) FROM courses c LEFT JOIN course_categories cc ON cc.id = c.Category WHERE 1=1 AND (c.Status = 1 OR c.Status = '1' OR c.Status = 'Active') AND c.Category = 832, executionMS: 0.00093197822570801
sql: SELECT c.id, c.Course_Title, c.Course_Code, c.Short_Description, c.Course_Outcomes, c.Course_Outline, c.Target_Audience, c.Price, c.Discount, c.TotalPrice, c.Thumbnail, c.Views, c.Featured, c.Category, cc.Category_Name, COUNT(a.Application_ID) AS TotalApplications FROM courses c LEFT JOIN course_categories cc ON cc.id = c.Category LEFT JOIN apply a ON a.Course_Title = c.id WHERE 1=1 AND (c.Status = 1 OR c.Status = '1' OR c.Status = 'Active') AND c.Category = 832 GROUP BY c.id, c.Course_Title, c.Course_Code, c.Short_Description, c.Course_Outcomes, c.Course_Outline, c.Target_Audience, c.Price, c.Discount, c.TotalPrice, c.Thumbnail, c.Views, c.Featured, c.Category, cc.Category_Name ORDER BY c.Featured DESC, TotalApplications DESC, c.Course_Title ASC LIMIT 10 OFFSET 0, executionMS: 1.024078130722
sql: SELECT cc.id, cc.Category_Name, COUNT(c.id) AS TotalCourses FROM course_categories cc INNER JOIN courses c ON c.Category = cc.id WHERE cc.Active = 1 GROUP BY cc.id, cc.Category_Name ORDER BY TotalCourses DESC, cc.Category_Name ASC LIMIT 8 , executionMS: 0.0017490386962891
sql: SELECT COUNT(id) FROM courses, executionMS: 0.00061798095703125
sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00052595138549805
sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.033408164978027