SlideShare a Scribd company logo
Issues in Knowledge
representation
Sherin Rappai
Kristu Jayanti College
Issues in Knowledge representation for students
Issues in Knowledge representation for students
Issues in Knowledge representation for students
Issues in Knowledge representation for students
Issues in Knowledge representation for students
Issues in Knowledge representation for students
Issues in Knowledge representation for students
Issues in Knowledge representation for students
Issues in Knowledge representation for students
Issues in Knowledge representation for students

More Related Content

PPTX
Shells commands, file structure, directory structure.pptx
PPTX
Shell Programming Language in Operating System .pptx
PPTX
Types of NoSql Database available.pptx
PPTX
Introduction to NoSQL & Features of NoSQL.pptx
PPTX
Clustering, Types of clustering, Types of data
PPTX
Association rule introduction, Market basket Analysis
PPTX
Introduction to Internet, Domain Name System
PPTX
Cascading style sheet, CSS Box model, Table in CSS
Shells commands, file structure, directory structure.pptx
Shell Programming Language in Operating System .pptx
Types of NoSql Database available.pptx
Introduction to NoSQL & Features of NoSQL.pptx
Clustering, Types of clustering, Types of data
Association rule introduction, Market basket Analysis
Introduction to Internet, Domain Name System
Cascading style sheet, CSS Box model, Table in CSS

More from SherinRappai (20)

PPTX
Numpy in python, Array operations using numpy and so on
PPTX
Functions in python, types of functions in python
PPTX
Extensible markup language ppt as part of Internet Technology
PPTX
Java script ppt from students in internet technology
PPTX
Building Competency and Career in the Open Source World
PPTX
How to Build a Career in Open Source.pptx
PPTX
A* algorithm of Artificial Intelligence for BCA students
PPTX
Unit 2.pptx
PPTX
COMPUTING AND PROGRAMMING FUNDAMENTAL.pptx
PPTX
Clustering.pptx
PPTX
neuralnetwork.pptx
PPTX
Rendering Algorithms.pptx
PPTX
Introduction to Multimedia.pptx
PPTX
Linked List.pptx
PPTX
Stack.pptx
PPTX
system model.pptx
PPTX
SE UNIT-1.pptx
PPTX
Working with data.pptx
PPTX
Introduction to PHP.pptx
PPTX
Aggregate functions in SQL.pptx
Numpy in python, Array operations using numpy and so on
Functions in python, types of functions in python
Extensible markup language ppt as part of Internet Technology
Java script ppt from students in internet technology
Building Competency and Career in the Open Source World
How to Build a Career in Open Source.pptx
A* algorithm of Artificial Intelligence for BCA students
Unit 2.pptx
COMPUTING AND PROGRAMMING FUNDAMENTAL.pptx
Clustering.pptx
neuralnetwork.pptx
Rendering Algorithms.pptx
Introduction to Multimedia.pptx
Linked List.pptx
Stack.pptx
system model.pptx
SE UNIT-1.pptx
Working with data.pptx
Introduction to PHP.pptx
Aggregate functions in SQL.pptx
Ad

Recently uploaded (20)

PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPT
Teaching material agriculture food technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Spectroscopy.pptx food analysis technology
PDF
cuic standard and advanced reporting.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Machine learning based COVID-19 study performance prediction
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
Understanding_Digital_Forensics_Presentation.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Chapter 3 Spatial Domain Image Processing.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
NewMind AI Weekly Chronicles - August'25 Week I
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Big Data Technologies - Introduction.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Teaching material agriculture food technology
Per capita expenditure prediction using model stacking based on satellite ima...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Spectroscopy.pptx food analysis technology
cuic standard and advanced reporting.pdf
Spectral efficient network and resource selection model in 5G networks
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Machine learning based COVID-19 study performance prediction
Network Security Unit 5.pdf for BCA BBA.
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Ad

Issues in Knowledge representation for students

Editor's Notes

  • #6: The entities are related to each other in many different ways. The figure shows attributes (isa, instance, and team), each with a directed arrow, originating at the object being described and terminating either at the object or its value. The specific details of the consistency check are not shown in the image, but it is likely that the check is being performed to ensure that the new value being added to the attribute is consistent with the existing values of other attributes. For example, if the attribute being modified is "age" and the new value being added is "25", the consistency check might ensure that the value of the attribute "date of birth" is consistent with the new value of the "age" attribute. In general, consistency checks are important for ensuring that data is accurate and reliable. They can help to prevent errors from being introduced into data sets and can also help to identify errors that have already been introduced
  • #7: . Represent two relationships in a single representation: This could be done using a logical representation, such as a statement about two entities. For example, the statement "John is a member of the Red Sox team" could be used to represent the relationships between John, the Red Sox team, and the concept of membership. This approach can be efficient, but it may not be flexible enough to represent all types of relationships. 2. Use attributes that focus on a single entity but use them in pairs: This could be done by using attributes that are inverse of each other. For example, the attribute "member" could be used to represent the relationship between John and the Red Sox team, and the attribute "team" could be used to represent the inverse relationship between the Red Sox team and John. This approach is more flexible than the first approach, but it can be more complex to implement. The image also mentions that the second approach is followed in semantic net and frame-based systems, which use a knowledge acquisition tool to guarantee the consistency of inverse slots. This means that when a value is added to one attribute, the corresponding value is automatically added to the inverse attribute. This can help to ensure that the data is consistent, but it can also lead to errors if the inverse relationship is not correctly defined.