Apollo

APOLLO – territoriAl corPOrate weLfare through digitaLization and cOoperation

The content of this page is currently only accessible to administrators. Please log in with your administrator account to view the content.

Training Part 2: Artificial Intelligence

Topic 1 - Introduction

Topic 1 - Introduction


General Definition

Artificial intelligence is the ability of a computer or computer-controlled robot to perform tasks that are commonly associated with the intellectual processes characteristic of humans, such as the ability to reason. Although there are as of yet no AIs that match full human flexibility over wider domains or in tasks requiring much everyday knowledge, some AIs perform specific tasks as well as humans.

source: https://www.britannica.com/

The capability of a machine to imitate intelligent human behavior, or the theory and development of computer systems able to perform tasks that typically require human intelligence.

source: https://www.englishclub.com/

Artificial intelligence (AI), is a term coined in 1955 by John McCarthy, Stanford’s first faculty member in AI, who defined it as “the science and engineering of making intelligent machines.” Much research has human program software agents with the knowledge to behave in a particular way, like playing chess, but today, we emphasize agents that can learn, just as human beings navigating our changing world.

source: https://hai.stanford.edu/

Strong AI and Weak AI

Weak AI, also called narrow AI, is capable of performing a specific task that it’s designed to do. Strong AI, on the other hand, is capable of learning, thinking and adapting like humans do. That said, strong AI systems don’t actually exist yet.

source: https://www.britannica.com/

Strong AI and Weak AI

Strong AI and Weak AI

Useful Video:

Useful Link:

Subfields of AI

More Information

Useful Links:

Exercises - Introduction


Exercise: What is AI

Which statement best describes artificial intelligence?

Exercise: Strong and Weak AI

Google Maps
Recommendations from Amazon
Super Mario World Game
The superintelligence that will turn humans into slaves
Calculator
Data from Star Trek
Spam filter

Exercise: Subfields of AI

Which of the following terms refers to a subfield of AI?
In which category can widely used chatbots, such as ChatGPT, be classified?

Topic 2 - Neuronal Networks


General Definition

Biological neural networks (BNNs) are large, interconnected systems of neurons found in living organisms, including the human brain. They process information through electrochemical signals and form the base for thinking, memory, emotion, and movement.

source: https://www.upgrad.com/blog/biological-neural-network/

A neural network is a machine learning model that stacks simple "neurons" in layers and learns pattern-recognizing weights and biases from data to map inputs to outputs.

source: https://www.ibm.com/think/topics/neural-networks

Neural networks are machine learning models that mimic the complex functions of the human brain. These models consist of interconnected nodes or neurons that process data, learn patterns and enable tasks such as pattern recognition and decision-making.

source: https://www.geeksforgeeks.org/deep-learning/neural-networks-a-beginners-guide/

Structure of an Artificial Neuronal Network

Functionality of an Artificial Neural Network

y=A(xiwi+b)y = A\left(\sum x_i w_i + b\right)

Functionality of an Artificial Neural Network

Training data is used for this purpose. This data includes tasks similar to those that will be encountered later on in practice. For example, if you have an neural network designed to recognize faces in photos, you would train it using real photos. With training data, it is important that the results can be evaluated. This means you must be able to provide the neural network with feedback indicating whether it has performed a task correctly or incorrectly.

Is the output of an Artifical Neuronal Network Random?

Determinism, in philosophy and science, the thesis that all events in the universe, including human decisions and actions, are causally inevitable. Determinism entails that, in a situation in which a person makes a certain decision or performs a certain action, it is impossible that he or she could have made any other decision or performed any other action. In other words, it is never true that people could have decided or acted otherwise than they actually did.

source: https://www.britannica.com/topic/determinism

Deterministic refers to a process or function that operates in a predictable manner. In both programming and mathematics, deterministic systems yield the same output from a given set of initial conditions without any randomness involved.

source: https://codingtechroom.com/question/what-does-deterministic-mean

More Information

Useful Links:

Useful Videos:

Large Language Models (LLM), Machine Learning (ML) and Deep Learning (DL)

Machine learning is the subset of artificial intelligence (AI) focused on algorithms that can “learn” the patterns of training data and, subsequently, make accurate inferences about new data. This pattern recognition ability enables machine learning models to make decisions or predictions without explicit, hard-coded instructions.

source: https://www.ibm.com/think/topics/machine-learning

Deep learning is a subset of machine learning driven by multilayered neural networks whose design is inspired by the structure of the human brain. Deep learning models power most state-of-the-art artificial intelligence (AI) today, from computer vision and generative AI to self-driving cars and robotics.

source: https://www.ibm.com/think/topics/machine-learning

Large language models (LLMs) are a category of deep learning models trained on immense amounts of data, making them capable of understanding and generating natural language and other types of content to perform a wide range of tasks. LLMs are built on a type of neural network architecture called a transformer which excels at handling sequences of words and capturing patterns in text.

source: https://www.ibm.com/think/topics/machine-learning

Large Language Models (LLM), Machine Learning (ML) and Deep Learning (DL)

More Information

Useful Links:

Useful Videos:

Strength of Neuronal Networks

Weakness of Neuroanlal Networks ans especially Large Language Models

More Information

Useful Links:

Useful Videos:

Exercises - Neuronal Networks


Exercise: What is a neuronal network

Which of the following statements are true?
Which of these diagrams does not correctly describes the structure of a neural network?

Exercise: Machine Learning, Deep Learning and Large Language Models

Machine learning is a subset of Deep Learning.
The construction of Large Langue Models (LLM) always involves the use of a neural network.
"Deep in deep learning" is a term used to describe the multiple "deep" layers of a neuronal network.

Exercise: How a Neural Network Works?

What is the most likely reason if an AI can only identify people with black hair in aerial photos but not blondes?
If a neural network has been trained to perform calculations up to 100, can it then generalize to calculations up to 100 and beyond and perform them correctly?

Summary and Conclusion:

Summary and Conclusion:

Complete

Results


Which statement best describes artificial intelligence?

You are right, artificial intelligence can be described as a system that recognize patterns, makes decisions, or learns from data.

Unfortunately, you answer was not correct. The right answer is: artificial intelligence as a system that recognize patterns, makes decisions, or learns from data.


For each of the entities listed below, indicate whether it is strong AI, weak AI, or not AI at all?

You are right, Google maps, recommendations from Amazon and a spam filter can be classified as weak AI. The superintelligence that will turn humans into slaves and Data from Star Trek are strong AI. A calculator or The Super Mario World game cannot be classified as AI.

Unfortunately, you answer was not correct. The right answer is: Google maps, recommendations from Amazon and a spam filter can be classified as weak AI. The superintelligence that will turn humans into slaves and Data from Star Trek are strong AI. A calculator or The Super Mario World game cannot be classified as AI.


Which of the following terms refers to a subfield of AI?

You are right. Neuronal Networks, Computational Intelligence and Swarm Intelligence are Subfields of AI.

Unfortunately, you answer was not correct. The right answer is: Neuronal Networks, Computational Intelligence and Swarm Intelligence.


In which category can widely used chatbots, such as ChatGPT, be classified?

You are right, chatbots can be classified as Neuronal Networks.

Unfortunately, you answer was not correct. The right answer is: chatbots can be classified as Neuronal Networks.


Which of the following statements about a neuronal network are true?

You are right: an artificial neuronal network must have at least one input layer; the brain of a mice is a biological neuronal network; the weights in a neural network can also be negative

Unfortunately, you answer was not correct. The right answer is: an artificial neuronal network must have at least one input layer; the brain of a mice is a biological neuronal network; the weights in a neural network can also be negative


Which of these diagrams does not correctly describes the structure of a neural network?

You answer was correct. Diagram D does not correctly describes the structure of a neural network?

Unfortunately, you answer was not correct. The right answer is: Diagram D does not correctly describes the structure of a neural network?


Which of the following statements about Machine Learning, Deep Learning, and Large Language Models are true or false?

You answer was correct. Machine learning is not a subset of Deep Learning; The construction of Large Langue Models (LLM) always involves the use of a neural network; "Deep in deep learning" is a term used to describe the multiple "deep" layers of a neuronal network.

Unfortunately, you answer was not correct. The right answer is: Machine learning is not a subset of Deep Learning; The construction of Large Langue Models (LLM) always involves the use of a neural network; "Deep in deep learning" is a term used to describe the multiple "deep" layers of a neuronal network.


If I ask a chatbot the exact same question twice from two different accounts, the two answers will most likely

You answer was correct. The two answers will most likely be different.

Unfortunately, you answer was not correct. The right answer is: The two answers will most likely be different.


If a neural network has been trained to perform calculations up to 100, can it then generalize to calculations up to 100 and beyond and perform them correctly?

You answer was correct. This statement is false.

Unfortunately, you answer was not correct. The right answer is: This statement is false.


Your score is

from 17 Points
0.00
0.00
0.00

Complete

Feedback

Mail with your replies

Yes, I prefer to receive my answers via email.
Scroll to Top
Apollo
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.