Myth | Reality |
---|---|
“AI is a distant dream.” | While general, human-level artificial intelligence will not be available for many years, there are many applications for AI that are viable today and offer companies cost savings and revenue growth. |
“We don’t have the budget to implement AI.” | While a large, in-house AI team will require extensive investment, third parties offer access to AI services (via API) for as little as several hundred pounds. Further, as AI democratises, growing libraries of pre-trained models offer results at low cost. If you have a software engineering team, you can validate benefit from AI at minimal cost. |
“AI is dominated by the big technology companies. There’s no point in my company trying to compete.” | While companies including Amazon, Google, IBM and Microsoft have developed extensive AI services, they lack the strategic desire, data advantage or domain expertise to tackle the many sector – or function – specific applications for AI. Today, a rich ecosystem of startups, scale-ups and corporates are deploying AI for competitive advantage. |
“We can’t use AI because our business requires explainable processes.” | There are several ways to explain what is occurring inside an AI system (see Chapter 6). Some AI is directly explainable. With deep learning systems, where explainability is a challenge, it is possible to explain how input variables influence output. |
“I can throw AI at my data and it will offer efficiencies.” | AI is a tool that requires a structured problem and appropriate data to be effective. |
Source: MMC Ventures
“Most data scientists seek work that will ‘make a difference’. To attract talent, demonstrate how the successful candidate’s work will do so.”
Source: MMC Ventures
Source: https://medium.freecodecamp.org/an-intuitive-introduction-to-generative-adversarial-networks-gans-7a2264a81394
Source: MMC Ventures
“Understand the three common measures of ‘accuracy’ in AI – recall, precision and accuracy – and monitor all three to capture performance.”
“Companies that are ‘controllers’ or ‘processors’ of personal information are accountable for their handling of individuals’ personal information. Demonstrate compliance with GDPR data handling requirements and the principles of protection, fairness and transparency.”
Use this approach if you: | Avoid this approach if you: |
---|---|
Inferred Explanation | |
– Seek a high-level overview of your AI system – Believe correlation offers sufficient explainability |
– Require detail regarding how variables lead to decisions |
Feature Extraction | |
– Require detail from within the network – Have a network type (e.g. images) where abstractions can be mapped onto input data |
– Have limited time – Require precise impact of input variables, not general features – Are not using an assignment–based or generative AI network |
Key Variable Analysis | |
– Require detail about the importance of variables – Seek to prevent unwanted bias in your variables |
– Have limited time – Seek to publish your results – Wish to offer a layperson’s guide to your model |
Source: MMC Ventures