Skip to main content

AI Business: Framework and Maturity Model

 Methods and Technologies

In the following, the various methods and technologies are briefly outlined

and explained.

Symbolic AI

Since the conference at Dartmouth College in 1956, a variety of different

methods and technologies have been developed for the construction of intel-

ligent systems.

Even if neuronal networks and thus the approach of sub-symbolic AI

dominates today, the field of research was dominated by the symbolic

approach for a long time. This “classical” approach by John Haugeland

called “Good Old-Fashioned Artificial Intelligence” (GOFAI) used defined

rules to come to intelligent conclusions depending on the input. Up to the

AI winter of the 1990s, “artificial intelligences” were developed by program-

ming and filling control equipment and standards and databases to then be

able to access them in practice. To this day, a large number of search, plan-

ning or optimisation algorithms and methods from the times of symbolic

artificial intelligence are applied in modern systems, which today are simply

regarded as excellent algorithms of informatics.

Natural Language Processing (NLP)

Computer linguistics covers the understanding, processing and generating

of languages. “Natural language processing” describes the ability comput-

ers have to work with spoken or written text by extracting the meaning

from the text or even generating text that is readable, stylistically natu-

ral and grammatically correct. With the help of NLP systems, computers

are put in a position of not only reacting to formalised computer lan-

guages such as Java or C, but also to natural languages such as German or

English.

Rule-Based Expert Systems

ule-based expert systems belong to one of the first profitable implementa-

tions of AI that are applied to this day. The fields of use are multifaceted and range from planning in logistics and air traffic over the production of con-

sumer and capital goods down to medical diagnostics systems.

They are distinguished by the fact that the knowledge represented inside

of them originates from experts (individual fields of expertise) in its nature

and origin. Depending on the input variables, automatic conclusions are

then derived from this knowledge. To this end, the knowledge (in the spirit

of symbolic AI) must be codified, i.e. furnished with rules, and be linked to

a derivation system to solve the challenges.

Sub-symbolic AI

The approach of symbolic AI to systematically capture and codify knowl-

edge was considered very promising for a long time. In a world that is being

digitalised further and further, in which knowledge implicitly lies in the

amounts of data, AI should be able to do something that knowledge-based

expert systems inherently find difficult: Self-learning. Deep Blue, for exam-

ple, was in fact able to beat Garry Kasparow in 1996 without the use of

artificial neuronal networks, but only because the chess game had been for-

malised by humans and because the computer was able to compute up to

200 million moves per second from which the most promising one was then

chosen.



Comments

Popular posts from this blog

Possible Limitations of AI-Based Bots

 The examples above already show the present-day potential of AI-based bots. At present, these systems are still in an early stage and still have certain limitations and potentials for optimisation. Twitter Bot Tay by Microsoft Most bots at present are reactive service bots. Engagement bots that actively interact with the users as market and brand ambassadors go one step further. The most famous example here is the chatbot Tay by Microsoft. Microsoft removed Tay from the web apologetically within one day. The example shows that the uncontrolled training of bots by the community can lead to fatal consequences. AI systems still have to learn ethical standards. It thus becomes apparent that even bots require a kind of guideline. Like a journalist has to observe editorial guidelines, bots have to observe certain standards. The next generation of AI-based bots must control and create the possible room for communication. IBM Watson has been able to celebrate quite a few respectable resul...

What is Machine Learning

 The term machine learning (ML) as a part of artificial intelligence is ubiq- uitous nowadays. The term is used for a wide number of various appli- cations and methods that deal with the “generation of knowledge from experience”. The well-known US computer scientist Tom Mitchell defines machine learning as follows: A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E (Mitchell 1997). An illustrative example of this would be a chess computer program that improves its performance (P) in playing chess (the task T) by experience (E), by playing as many games as possible (even against itself ) and analysing them (Mitchell 1997). Machine learning is not a fundamentally new approach for machines to generate “knowledge” from experience. Machine learning technology was used to filter out junk e-mails a long time ago. Whilst spam filters that tack- ...

What is Data Protection and Data Integrity

 As a matter of principle, when it comes to data protection, a differentiation must be made between personal data and data involving companies. As soon as inferences can be made to a specific individual and single data levels are being worked at, a moment has to be taken to consider: What is being processed? Is there already a business relationship? Which permissions or legal consent elements are at hand? Customer data may not be collected without permission and may also not be resold. Anybody who acts carelessly here can quickly render themselves liable to prosecution. In principle, the following applies however: Almost anything is possible with the customer’s consent. This is the reason why Facebook can act with the data to such an extent, because consent has been given, even if only few users have probably fully read and understood the Terms of Use. Likewise, a relatively far-reaching data processing in the scope of an ongoing customer relationship under the motto “for our own p...