Skip to main content

Why AI Is Not Really Intelligent—And Why That Does Not Matter Either

 Despite the great AI successes of recent years, we are still in an era of very

formal, machine AI. Figure shows that the underlying methods and

technologies have not fundamentally changed since the 1950s/1960s to

today. However, due to the increased amounts of data and computer capac-

ities, the methods could be applied more efficiently and successfully. The

so-called deep learning approaches brought about an immense leap in qual-

ity. These massive gradual improvements to “machine learning on drugs”

allow us to perceive a quasi-principle leap in AI that does not actually exist

in this way. The systems are still learning according to certain rules and set-

tings, patterns and distinctive features.

The next important step in the evolution of AI is the ability of the sys-

tems to learn autonomously and proactively to a wide extent. The first

promising learn-to-learn approaches were applied in the AlphaGo example

described. In addition, there are numerous promising research approaches

in this area that will lead to algorithms adapting themselves or that will also

develop new algorithms. This will, however, continue to happen in a rather

formal-mechanistic understanding. This has little to do with a human’s abil-

ity to learn. The next step of evolution, which then also contains human-like



abilities such as creativity, emotions and intuition, is a distant prospect and

eludes a reliable temporal prognosis.

From a business point of view, this discussion may appear to be academic

anyway. The decisive factor is the present-day perceived performance of the

AI systems. And even today, they outperform human performance in many

areas. Figure  shows the development of AI performance in image recog-

nition. Even if the AI systems are still not perfect with their misclassifica-

tion of 3% today, they have been outperforming the classification skills of

humans since 2015. Thus, these systems can recognise the likes of reliable

cancer diagnoses, fraud detection or other relevant patterns. This also applies

to speech recognition.

Comments

Popular posts from this blog

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- ...

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...

Random Forest Classifier

  The algorithm gradient boosted regression trees, also called random forests, belong to the ensemble learning methods This classifier uses an ensemble of weak regression trees that have a low hit quota when considered in isola- tion. The quality of the prediction can be improved significantly when vari- ous trees are trained with different parameters or samples. The results of the individual trees are aggregated to a total result which then enables a more balanced and high-quality prediction. The so-called bagging triggered a boom of the traditional regression trees. As aggregation, either a majority vote or a probability function is chosen (Fig. 5.5). The lead prediction generates high-conversion leads because • The entire spectrum of information available about a company is inte- grated into the decision-making; • The data is highly topical and without bias; • The random forest is capable of abstracting complex correlations in the data; and • The method learns iteratively from t...