Classifications [Frame-Based Expert Systems, Neural Network-Based Expert Systems, Neuro-Fuzzy Expert Systems]

0.0(0)
studied byStudied by 8 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/50

flashcard set

Earn XP

Description and Tags

Classifications [Frame-Based Expert Systems, Neural Network-Based Expert Systems, Neuro-Fuzzy Expert Systems]

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

51 Terms

1
New cards

This organize knowledge using frames, like objects in programming.

Frame-Based System

2
New cards

These ____ store attributes and values related to specific concepts, making them useful in natural language processing and other knowledge representation tasks.

frames

3
New cards

A _______ is a data structure with typical knowledge about a particular object or concept.

Frame

4
New cards

Frames, first proposed by?

Marvin Minsky, 1970s

5
New cards

Each frame has its own name and a set of ____ associated with it.

attributes

6
New cards

It provide a natural way for the structured and concise representation of knowledge.

Frames

7
New cards

This provides a means of organizing knowledge in slots to describe various attributes and characteristics of the object.

Frames

8
New cards

These are an application of object-oriented programming for expert system.

Frames

9
New cards

Frames are an application of ______ for expert system.

object-oriented programming

10
New cards

This is a programming method that uses objects as a basis for analysis, design and implementation.

Object-oriented programming

11
New cards

In object-oriented programming, an _______ is defined as a concept, abstraction or thing with crisp boundaries and meaning for the problem at hand.

object

12
New cards

TRUE OR FALSE

All objects have identity and are clearly distinguishable.

TRUE

13
New cards

A knowledge engineer refers to an object as a ______ (the term, which has become the AI jargon).

frame

14
New cards

The concept of this is defined by a collection of slots.

frame

15
New cards

The concept of a frame is defined by a collection of ______.

slots

16
New cards

Each _____ describes a particular attribute or operation of the frame.

slot

17
New cards

A slot may contain ?

  • a default value

  • a pointer to another frame

  • a set of rules

  • procedure by which the slot value is obtained.

18
New cards

ENUMERATE: Typical Information included in a Slot

  • Frame

  • Relationship of the frame to the other

  • Slot

  • Default slot value

  • Range of the slot

  • Procedural

19
New cards

A slot value can be ?

  • symbolic

  • numeric

  • Boolean.

20
New cards

TRUE OR FALSE

Slot values can be assigned when the frame is created or during a session with the expert system.

TRUE

21
New cards

The ______ is taken to be true when no evidence to the contrary has been found.

default value

22
New cards

The _______ determines whether a particular object complies with the stereotype requirements defined by the frame.

range of the slot value

23
New cards

A slot can have a _______ attached to it, which is executed if the slot value is changed or needed.

procedure

24
New cards

Frame-based expert systems also provide an extension to the slot-value structure through the application of ______.

facets

25
New cards

A ______ is a means of providing extended knowledge about an attribute of a frame.

facet

26
New cards

These are used to establish the attribute value, control end-user queries, and tell the inference engine how to process the attributes.

Facets

27
New cards

The word frame often has a vague The frame may refer to a particular object, for example the computer IBM Aptiva S35, or to a group of similar objects. To be more precise, we will use the _______ when referring to a particular object, and the ______ when referring to a group of similar objects.

instance-frame

class-frame

28
New cards

A ______ describes a group of objects with common

class-frame

29
New cards

TRUE OR FALSE

Each frame “knows” its class.

TRUE

30
New cards

Integrate ________ to learn patterns from data

and improve decision-making.

artificial neural networks

31
New cards

These systems are widely used in applications like image

recognition and speech processing, where traditional rule-based

approaches might struggle.

Neural Network-Based Expert Systems

32
New cards

The ________ are a biologically inspired set of models that facilitate computers learning from observed data.

neural network or the artificial neural networks (ANN)

33
New cards

The brain has an estimated ______, each neuron has an average of _______ connections that directly link it to other neurons.

100 billion neurons

10 thousand

34
New cards

The most complex structure, natural or artificial, on earth

brain

35
New cards

An _________ is an information-processing system that adopts the neural structure of the human brain for analyzing data, finding patterns, classification, and prediction through a learning process using a series of mathematical equations.

artificial neural network (ANN)

36
New cards

They are capable of decision-making by using what they learn while encountering problems.

artificial neural network (ANN)

37
New cards

It referred to neural networks as a family of algorithms which has recently seen a revival under the name _______

“deep learning.”

38
New cards

A more advanced hybrid approach is _______, which merge the learning capabilities of neural networks. with the uncertainty-handling strengths of fuzzy logic.

Neuro-Fuzzy Expert Systems

39
New cards

These systems are particularly useful in financial forecasting and automated control systems, where both structured learning and flexible reasoning are necessary.

Neuro-Fuzzy Expert Systems

40
New cards

Modern neuro-fuzzy systems are usually represented as __________

special multilayer feedforward neural networks.

41
New cards

A ________ is based on a fuzzy system which is trained by a learning algorithm derived from neural network theory.

neuro-fuzzy system

42
New cards

A neuro-fuzzy system can be viewed as a 3-layer feedforward neural network. Describe each layer.

  • The first layer represents input variables

  • The middle (hidden) layer represents fuzzy rules

  • The third layer represents output variables.

43
New cards
44
New cards

In neuro-fuzzy system, fuzzy sets are encoded as ?

(fuzzy) connection weights.


It is not necessary to represent a fuzzy system like this to apply a

learning algorithm to it. However, it represents the data flow of

input processing and learning within the model.

45
New cards

In neuro-fuzzy system, these are encoded as (fuzzy) connection weights.

fuzzy sets

46
New cards

TRUE OR FALSE

Sometimes a 5-layer architecture is used, where the fuzzy sets are represented in the units of the second and fifth layer.

FALSE

Sometimes a 5-layer architecture is used, where the fuzzy sets are represented in the units of the second and fourth layer.

47
New cards

TRUE OR FALSE

A neuro-fuzzy system can be always (i.e.\ before, during and after learning) interpreted as a system of fuzzy rules. It is also possible to create the system out of training data from scratch, as it is possible to initialize it by prior knowledge in form of fuzzy rules.

TRUE

48
New cards

TRUE OR FALSE

Not all neuro-fuzzy models specifiy learning procedures for fuzzy rule creation.

TRUE

49
New cards

TRUE OR FALSE

  • The learning procedure of a neuro-fuzzy system takes the semantical properties of the underlying fuzzy system into account. This results in constraints on the possible modifications applicable to the system parameters.
    However, not all neuro-fuzzy approaches have this property.

TRUE

50
New cards

TRUE OR FALSE

  • A neuro-fuzzy system approximates an $n$-dimensional (unknown) function that is partially defined by the training data. The fuzzy rules encoded within the system represent vague samples, and can be viewed as prototypes of the training data. A neuro-fuzzy system should not be seen as a kind of (fuzzy) expert system, and it has nothing to do with fuzzy logic in the narrow sense.

TRUE

51
New cards

The _________ are the basic motivation for the development of artificial neural networks.

biological neurons