explainable AI Archives | Tech | Business | Economy https://techeconomy.ng/tag/explainable-ai/ Tech | Business | Economy Mon, 14 Jul 2025 15:28:21 +0000 en-GB hourly 1 https://wordpress.org/?v=7.0 https://techeconomy.ng/wp-content/uploads/2025/06/cropped-256Px-32x32.png explainable AI Archives | Tech | Business | Economy https://techeconomy.ng/tag/explainable-ai/ 32 32 MOTOR Ai Raises $20M to Launch Certified Autonomous Vehicles on Public Roads https://techeconomy.ng/motor-ai-raises-20m-to-launch-autonomous-vehicles/ https://techeconomy.ng/motor-ai-raises-20m-to-launch-autonomous-vehicles/#respond Mon, 14 Jul 2025 15:26:45 +0000 https://techeconomy.ng/?p=163006 The seed round was led by Segenia Capital and eCAPITAL, with participation of German HNWI’s

The post MOTOR Ai Raises $20M to Launch Certified Autonomous Vehicles on Public Roads appeared first on Tech | Business | Economy.

]]>
While much of the world races to deploy autonomous vehicles focused on speed and performance, Europe has taken a different path; prioritising safety, explainability and full legal compliance. 

MOTOR Ai is meeting that challenge head-on, having raised a $20 million seed funding round to bring its certified, neuroscience-driven technology into full deployment, starting with German public roads.

The seed round was led by Segenia Capital and eCAPITAL, with participation of German HNWI’s. The new capital will flow into the final steps towards type approval for public roads and the subsequent deployment of autonomous vehicles.

As the only German company, MOTOR Ai has built an intelligence for Level 4 autonomous driving that reasons through data, rather than just reacting. At the heart of the system is a cognitive architecture rooted in active inference, a model from neuroscience that allows vehicles to make structured, transparent decisions. 

That’s how MOTOR Ai makes autonomous technology transparent and aligned with human and regulatory expectations.

Our solution meets key requirements for transparency and traceability of autonomous driving decisions, as required by authorities,” said MOTOR Ai’s CEO and co-founder Roy Uhlmann. “That clearly distinguishes us from US providers and at the same time optimally complies with European regulatory requirements.”

As other providers pursue autonomy through brute-force data collection and black-box prediction models, MOTOR Ai has taken a different approach: one that is deeply explainable and certifiable on the world’s highest safety levels. 

Its full-stack system already meets the most stringent European and international safety and compliance requirements, including UNECE approval standards, ISO 26262 (ASIL-D), Regulation (EU) 2022/1426, Autonomous Vehicles Approval and Operation Ordinance (AFGBV), GDPR, the EU AI Act, and upcoming Cyber Resilience Act provisions.

MOTOR Ai: Autonomy as a Service

This year, vehicles equipped with MOTOR Ai’s Level 4 system for autonomous driving will start operations in several German districts. The vehicles are supervised on board by a safety driver to be taken out during 2026. 

These deployments include both, the full onboard autonomy stack and the technical supervision required by law.

For the team behind MOTOR Ai, these milestones are the product of years of deep technical development including regulatory groundwork. Since 2017, the company has built its entire autonomy stack in-house from Berlin, working in close dialogue with certification authorities and federal certifiers.

In a regulated environment like Europe, trust and compliance are non-negotiable,” said Michael Janßen, general partner, Segenia Capital “MOTOR Ai has built a solution that is not only technologically differentiated but fundamentally aligned with how Europe thinks about infrastructure and public safety. This is how autonomy will scale in future.”

This ‘Made in Germany’ in-house development reduces inter-dependencies while strengthening Europe’s ability to operate in critical innovative technology”, says Lucas Merle, principal at eCAPITAL.

MOTOR Ai’s vision: a certified, explainable driver system that can serve as infrastructure for safe, transparent autonomy – one that Europe can both build on, and believe in. Type-Approval after European and German regulation is foreseen in 2026

We don’t think the future of autonomy in Europe should be a mystery,” added Uhlmann, explaining the fundamentally different approach Germany and the EU takes in comparison to other markets. “It should be measurable, inspectable, and designed to earn public trust. That’s what we’ve been building, and now we’re ready to scale it.”

The post MOTOR Ai Raises $20M to Launch Certified Autonomous Vehicles on Public Roads appeared first on Tech | Business | Economy.

]]>
https://techeconomy.ng/motor-ai-raises-20m-to-launch-autonomous-vehicles/feed/ 0
Gamaliel Okotie: Explainable AI and Interpretable Machine Learning https://techeconomy.ng/gamaliel-okotie-explainable-ai-and-interpretable-machine-learning/ https://techeconomy.ng/gamaliel-okotie-explainable-ai-and-interpretable-machine-learning/#respond Sat, 21 Oct 2023 08:08:59 +0000 https://techeconomy.ng/?p=144752 The rapid advancements in artificial intelligence and machine learning have transformed industries, but with this progress comes the urgent desire for transparency and accountability. AI models regularly operate as black boxes, making decisions without lucid visibility into the reasoning behind them. This opacity raises cogent concerns, especially in sectors like healthcare, finance, and legal services, […]

The post Gamaliel Okotie: Explainable AI and Interpretable Machine Learning appeared first on Tech | Business | Economy.

]]>
The rapid advancements in artificial intelligence and machine learning have transformed industries, but with this progress comes the urgent desire for transparency and accountability.

AI models regularly operate as black boxes, making decisions without lucid visibility into the reasoning behind them.

This opacity raises cogent concerns, especially in sectors like healthcare, finance, and legal services, where having the proper knowledge behind an AI’s decision is as pivotal as the decision itself.

Gamaliel Okotie, a senior data scientist with deep expertise in Explainable AI  and Interpretable Machine Learning provides  a profound exploration of the methods designed to break open these black boxes, assisting  stakeholders trust and rely on AI’s decisions with confidence.

The key to making AI more interpretable lies in balancing model complexity with transparency. As machine learning models expand in sophistication, often integrating several variables or vast neural networks makes decisions become difficult to explain.

Gamaliel identifies these difficulties and emphasises that interpretability is not just a technical requirement but a fundamental need to ensure ethical and responsible AI. He discusses further into various techniques that have emerged to bridge this gap.

One such method is model simplification, which focuses on scaling algorithms that are inherently interpretable.

Simple models such as decision trees, linear regressions, and rule-based systems are made less difficult  to understand because their decisions can be identified step by step.

However, the trade-off often lies in their predictive performance. Complex models such as deep neural networks and ensemble methods tend to bring better accuracy, but at the cost of transparency. Gamaliel highlights how efforts in explainable AI are not only about reverting to simpler models but about augmenting complex models with extra layers of interpretability.

This leads to the discussion of post-hoc interpretability techniques, which Gamaliel explains are used after a model has been trained to provide explanations without altering the underlying algorithm.

Methods such Local Interpretable Model-Agnostic Explanations and SHapley Additive exPlanations have gained recognition  in this specialty.

LIME works by approximating complex models locally, offering insights into how specific predictions are made based on little variations in input data.

SHAP, on the other hand, is built on game theory, assigning values to each feature based on its contribution to a required prediction. Gamaliel undercovers the strengths and limitations of these tools, underscoring their role in providing actionable explanations while still maintaining the predictive power of complex models.

Another pivotal area Gamaliel addresses is feature attribution. In several machine learning models, features, whether they are customer demographics in a marketing campaign or patient metrics in a clinical setting are the solid foundation of decisions.

Methods such as permutation importance and partial dependence plots are valuable tools in understanding how individual features influence model outcomes.

Gamaliel Okotie illustrates that by focusing on feature importance, data scientists and business stakeholders can obtain clear insights into which variables drive decisions and adjust them if required.

This clarity fosters trust among users, whether they are data scientists, regulators, or end consumers.

Beyond technical methods, Gamaliel discusses further about the societal implications of explainability in AI.

Having confidence in machine learning models extends beyond understanding the decisions themselves, it goes beyond ensuring fairness, addressing bias, and ensuring accountability.

In  industries that are regulated such as healthcare and finance where an AI decision can influence an individual’s access to services or quality of care, it is pivotal that the decision-making process be fully transparent and fair.

Bias detection tools and fairness metrics are crucial  to achieving this goal. By identifying and addressing potential biases within datasets or models, data scientists can ensure that AI systems operate in a manner that is both equitable and fair.

Gamaliel’s techniques to Explainable AI also integrates a user-centred perspective. He acknowledges that different stakeholders require different levels of explanation.

While a data scientist may need a highly technical breakdown of how a neural network arrived at its decision, a business executive may require a more straightforward explanation that depicts key contributing factors without overwhelming them with technical jargon.

Developing explainable systems, therefore, needs a thoughtful consideration of the audience, a point which is often overlooked but is crucial in ensuring AI’s success in real-world applications.

The regulatory environment encompassing AI is also transcending, with expanding calls for explainability in automated decision-making systems. Gamaliel discusses compliance with regulations such as GDPR.

In Europe,   individuals’ right to explanation regarding decisions made by automated systems has further pushed explainability to the front seat of AI development. In fields where these laws apply, organisations must ensure their AI systems are not only high-performing but also interpretable, have the ability of being audited, and fair about their decision-making processes.

Gamaliel Okotie’s insight into Explainable AI and Interpretable Machine Learning discuss further on the role these concepts play in making sure AI systems are trustworthy and transparent.

By leveraging methodologies such as post-hoc interpretability tools, feature attribution methods, and bias detection frameworks, data scientists can shine light on the inner workings of even the most complex AI models.

Gamaliel Okotie stresses further, the ultimate goal of explainability is not only to make AI more fair  but to foster a deeper knowledge that ensures AI can be safely incorporated into critical decision-making processes in today’s world.

Through a mixture of technical acumen and a commitment to ethical AI development, Gamaliel showcases how explainability is the bedrock of building AI systems that are not just powerful, but responsible.

The post Gamaliel Okotie: Explainable AI and Interpretable Machine Learning appeared first on Tech | Business | Economy.

]]>
https://techeconomy.ng/gamaliel-okotie-explainable-ai-and-interpretable-machine-learning/feed/ 0