13 Trends in IT Flashcards
What are the seven primary abilities by Louis Thurstone?
- verbal comprehension
- word fluency
- deductive reasoning
- spatial imagination
retentiveness - numeracy
- perceptual speed
What is Artificial intelligence and what is its goal?
1.
2.
3.
- based on the idea of “man as a machine” - strongly controversial
- goal of strong AI: to create an intelligence that can think and solve problems like humans and that is characterised by a form of consciousness (debatable whether even possible)
- goal of weak AI: imitate intelligent behaviour without claiming consciousness or the like (already in everyday use)
What is…
- Symbolic AI?
- Sub-symbolic AI?
- approaches problem from “above”, considers logical reasoning as the basis; symbols and rules are used for this purpose (fitting for clear tasks like playing chess)
Imitation of decision-making process of human expert (database + processing rules) - approaches problem from “below” and simulates groups of neurons - central model is connectionism (structure, model of neurons)
When is symbolic AI used?
- favored in situations where the probem can clearly be defined and expressed by symbols and rules
- e.g. special programming languages, like prolog, legal decision making, and finance
When in sub-symbolic AI used?
- favored in situations where the problem is more complex, requires large amounts of data, or involves learning from experience
- e.g. image recognition, natural language processing, robotics
What are advantages and disadvantages of Symbolic AI?
1.
2.
3.
4.
5.
6.
+ can justify decision
- problems with uncertain knpwledge
- problems with exceptions
- knowledge acquisition is difficult (=Wissensaneignung)
- speech recognition is hard
- translation
- creativity!
- image recognition
What are other approaches?
- machine learning: you DON`T set rules but let the AI learn by itself
- just provide data; AI tries to derive value
What is the Chrun-Analysis?
- who will churn
- historicla data from telecom
- 21-dimansional dtaa set
What is a neuron and what is the corresponding approach?
- nerve cell in biology - connected to each other by synapses
- many interconnected neurons = neural network
- neurons have two states: on and off (simplified) that depends on inputs from other neurons
- compatible with IT (on / off like digital logic, linking different neurons like input - process - output principle)
- neural networks can LEARN
What does learning neural network mean?
1.
2.
3.
4.
5.
- you giver a set of input data and classify it
- network calibrates the weights so that it can eventually classify unknown input data itself
- e.g. neural netwrok is trained on cat pictures: each pixel of the picture forms signal, the net itself can recognise cats in oictures
- correct “training” of a net is important
- you dont need an absrtact model (unlike symbolic AI)
Examples for neural networks in today medicine
- diagnosis of tissue images (analyizing X-ray images etc. - NN already better than humans and have independently identified further features that indicste diseases)
- medical research -> with help of deep learning a netwrok managed to identify the most promising molecules among thounsands in just two weeks
Problems with Machine Learning
1.
2.
3.
4.
- quality of training data
- result is not comprehensible (e.g. AI rejects credit application, user does not know how the decision was made)
- problems with GDPR - right to review algorithmic decisions
- results often not questiones because “faith” in the AI