SlideShare uma empresa Scribd logo
1 de 7
Methods inspired by nature and Semantic Web
             Rata Gheorghita Mugurel MOC2, Ivanciu Adriana MLC2

             gheorghita.rata@infoiasi.ro, adriana.ivanciu@infoiasi.ro


                                Semantic web is an extension of the current web,

                                     intended to provide an improved cooperation

                                                     between humans and machines1.


Genetic algorithms


Genetic algorithms and search engines

           In the book Enhancing the power of the Internet, in the chapter
     Intelligent Information Search, the authors2 say that there were many
     approaches that were studied regarding the way of how this domain
     can be improved. There are two major problems, according to the
     authors: classical information models and information retrieval
     model itself. The most techniques were focused to the first problem.
     For the second one, probabilistic methods were the most popular in
     the past. Even if artificial intelligence and fuzzy theory had a great
     contribution, the evolving of genetic algorithms and neural networks
     gathered the attention. Although manual knowledge acquisition

1   Berners-Lee, T. Hendler, J. Lassila, O. The semantic web. Scientific American, 28-37 (2001).
2
 Enhancing the power of the Internet
By Masoud Nikravesh, Ben Azvine, Ronald Yager, Lotfi A. Zadeh
2    Rata Gheorghita Mugurel MOC2, Ivanciu Adriana MLC2


    process was the base for the search systems, data mining was an
    important technique for obtain knowledge in an automatic process.
         The power of genetic algorithm was proved when were used in
    the process of extracting keywords and establish its weights. The
    same authors say that genetic algorithms and genetic fuzzy system
    have great results regarding Search engines. In the same domain
    (Search engines), neural network-based methods are lesser extent.
         According to Hsinchun (1998), which is quoted in this paper,
    genetic algorithms are used to search in a dynamic manner on a
    keyword dictionary and return a list of related Web pages. The
    search process is described as following:
           The population is formed from chromosomes that have a
            fixed length
           Chromosomes represents user preferences
           A fitness value is associated with each chromosomes
           Genes contain the user keyword and a number that
            represents the frequency of the keyword occurrence in a
            web document (witch is a candidate for the solution)
           After the user evaluates the documents returned, the fitness
            value is adjusted, considering the score computed by the
            system.
    Going further, metagenetic algorithms are used to optimize the start
    population. One of these combines two genetic algorithms. The first
    is used to generate the start population with values from keywords
    index and the second creates a population with logic operators
    corresponding to each member from the first algorithm. The first




                                        2
Methods inspired by nature and Semantic Web
                                              3

    algorithm can be easily replaced with a random selection for a faster
    search.


SWARMS

       SWARMS3 (semantic web added rich mining systems) is a
platform for knowledge management. It store the information in
ontologies, can extract the network structure from the ontology and
search (mining) the semantic data. This system is applied in many
domains mainly in online news industry and social networking. To
simple queries the SPARQL works great. But the more the queries
became big and complicated, SPARQL will not satisfy the
requirements anymore. In this case the developers appeal to methods
inspired by nature. Another reason is that the metadata in Semantic
Web is not always well structure, and a classic algorithm is hard to be
adapted.
    The search in Semantic Web context is based on semantic similarity
and it measure the similarity between objects from ontology. The
semantic similarity is computed from hierarchy similarities, property
similarities, label similarities and access similarities (Zongmin Ma,
Huaiqing Wang, 2009). These can be computed with some probabilistic
algorithms. The same authors propose a Semantic similarity based on
cached models. The search algorithm should respect two rules: return
an approximate optimal solution and the time spent on its searching



3
 The Semantic Web for Knowledge and Data Management: Technologies and Practices
By Zongmin Ma, Huaiqing Wang




                                              3
4    Rata Gheorghita Mugurel MOC2, Ivanciu Adriana MLC2


    must be finite. The best algorithms class that fit these specifications is
    the one inspired from nature and genetics.
        The authors used a genetic algorithm for training the model and
    create the initial cache. The base elements of the genetic algorithm are:
                  the population have 50 chromosomes;
                  the mutation probability is 0.2;
                  the algorithm will stop when the fitness is 0.9 or the
                   generations number reach 100.
        Below is a chart that represents the two search ways and its time
    performance per number of requests:


         Performance of Ontology Cache                                                    Cache
                                                                                       disabled
                                                                                          Cache
                                                                                       enabled

               2500
T
i
m              2000
e

               1500
C
o
n              1000
s
u
m              500
i
n
g              0




                               0     1000           2000      3000              4000
                                            Request Count



                             Performance of Time Consuming


                                              4
Methods inspired by nature and Semantic Web
                                               5

Details can be found in the document from the point 3 of the
Bibliography.




Human Similarity theories for the semantic web


     In the paper Human Similarity theories for the semantic web, the
author4 shares his opinion about how human mind representation can
be useful for making the web documents more ‘friendly’ for the
computers. He thinks that the way of how human mind represents the
data, in order to be easy to find similarities can be manipulated, studied
and used for ontology building and other web semantic activities,
generally speaking. Giving the fact that the users of the computers are
human after all, he thinks that semantic web has a lot in common with
humans and both humans and computers have to deal with a big
quantity of information. One of the domains that can help Semantic
Web is Psychology, in his opinion. In order to solve problems, humans
are using inductive and deductive reasoning, they have to follow causal
chains, to solve problems and to make decisions. In RDF, the data
structure language for Semantic Web, the concepts witch are
considered fundamental are resources, properties and statements. The
first category is represented by objects. The objects can be anything
like humans, books or activities. This resources have properties like
names, chapters and physical locations. The statement is the link
between the property and the resource. The author thinks that

4
    Jose Quesada, Max Planck Institute, Human development




                                               5
6    Rata Gheorghita Mugurel MOC2, Ivanciu Adriana MLC2


psychologists and Semantic Web have the same interest in a certain
way, represented by the fact that both tries to model the world using the
formalism. Although there are big differences between the two
domains, the author believes that there is a level of convergence
between them.




Conclusion

    In nature we can find an impressive number of algorithms that can be
used to solve different problems from different domains including
Semantic Web. Nature will always surprise and will offer patterns,
algorithms, processes that will inspire solving technologies problems
with a good result.




                                        6
Methods inspired by nature and Semantic Web
                                              7




Bibliography

1. Semantic web service composition based on ant colony optimization
   method
   Ghafarian, T.; Kahani, M.
   Networked Digital Technologies, 2009. NDT apos;09. First
   International Conference on
   Volume , Issue , 28-31 July 2009
2. Enhancing the Power of the Internet Series: Studies in Fuzziness and
   Soft Computing , Vol. 139 Nikravesh, M.; Azvine, B.; Yager, R.;
   Zadeh, L.A. (Eds.) 2004
3. The Semantic Web for Knowledge and Data Management:
   Technologies and Practices By Zongmin Ma, Huaiqing Wang, IGI
   Global, 2009
4. Human Similarity theories for the semantic web, Jose Quesada, Max
   Planck Institute, Human development presented in Nature inspired
    for the Semantic Web (NatuReS) October 27, 2008




                                              7

Mais conteúdo relacionado

Mais procurados

Semantic Technology empowering Real World outcomes in Biomedical Research and...
Semantic Technology empowering Real World outcomes in Biomedical Research and...Semantic Technology empowering Real World outcomes in Biomedical Research and...
Semantic Technology empowering Real World outcomes in Biomedical Research and...Amit Sheth
 
Semantic Web for 360-degree Health: State-of-the-Art & Vision for Better Inte...
Semantic Web for 360-degree Health: State-of-the-Art & Vision for Better Inte...Semantic Web for 360-degree Health: State-of-the-Art & Vision for Better Inte...
Semantic Web for 360-degree Health: State-of-the-Art & Vision for Better Inte...Amit Sheth
 
NRNB Annual Report 2012
NRNB Annual Report 2012NRNB Annual Report 2012
NRNB Annual Report 2012Alexander Pico
 
Discovering latent informaion by
Discovering latent informaion byDiscovering latent informaion by
Discovering latent informaion byijaia
 
4.on demand quality of web services using ranking by multi criteria 31-35
4.on demand quality of web services using ranking by multi criteria 31-354.on demand quality of web services using ranking by multi criteria 31-35
4.on demand quality of web services using ranking by multi criteria 31-35Alexander Decker
 
11.0004www.iiste.org call for paper.on demand quality of web services using r...
11.0004www.iiste.org call for paper.on demand quality of web services using r...11.0004www.iiste.org call for paper.on demand quality of web services using r...
11.0004www.iiste.org call for paper.on demand quality of web services using r...Alexander Decker
 
Technology R&D Theme 3: Multi-scale Network Representations
Technology R&D Theme 3: Multi-scale Network RepresentationsTechnology R&D Theme 3: Multi-scale Network Representations
Technology R&D Theme 3: Multi-scale Network RepresentationsAlexander Pico
 

Mais procurados (7)

Semantic Technology empowering Real World outcomes in Biomedical Research and...
Semantic Technology empowering Real World outcomes in Biomedical Research and...Semantic Technology empowering Real World outcomes in Biomedical Research and...
Semantic Technology empowering Real World outcomes in Biomedical Research and...
 
Semantic Web for 360-degree Health: State-of-the-Art & Vision for Better Inte...
Semantic Web for 360-degree Health: State-of-the-Art & Vision for Better Inte...Semantic Web for 360-degree Health: State-of-the-Art & Vision for Better Inte...
Semantic Web for 360-degree Health: State-of-the-Art & Vision for Better Inte...
 
NRNB Annual Report 2012
NRNB Annual Report 2012NRNB Annual Report 2012
NRNB Annual Report 2012
 
Discovering latent informaion by
Discovering latent informaion byDiscovering latent informaion by
Discovering latent informaion by
 
4.on demand quality of web services using ranking by multi criteria 31-35
4.on demand quality of web services using ranking by multi criteria 31-354.on demand quality of web services using ranking by multi criteria 31-35
4.on demand quality of web services using ranking by multi criteria 31-35
 
11.0004www.iiste.org call for paper.on demand quality of web services using r...
11.0004www.iiste.org call for paper.on demand quality of web services using r...11.0004www.iiste.org call for paper.on demand quality of web services using r...
11.0004www.iiste.org call for paper.on demand quality of web services using r...
 
Technology R&D Theme 3: Multi-scale Network Representations
Technology R&D Theme 3: Multi-scale Network RepresentationsTechnology R&D Theme 3: Multi-scale Network Representations
Technology R&D Theme 3: Multi-scale Network Representations
 

Destaque

RDF APIs for .NET Framework
RDF APIs for .NET FrameworkRDF APIs for .NET Framework
RDF APIs for .NET FrameworkAdriana Ivanciu
 
Essential things that should always be in your car
Essential things that should always be in your carEssential things that should always be in your car
Essential things that should always be in your carEason Chan
 
Activism x Technology
Activism x TechnologyActivism x Technology
Activism x TechnologyWebVisions
 
How to Battle Bad Reviews
How to Battle Bad ReviewsHow to Battle Bad Reviews
How to Battle Bad ReviewsGlassdoor
 

Destaque (6)

Weebly
WeeblyWeebly
Weebly
 
RDF APIs for .NET Framework
RDF APIs for .NET FrameworkRDF APIs for .NET Framework
RDF APIs for .NET Framework
 
Back-to-School Survey 2016
Back-to-School Survey 2016Back-to-School Survey 2016
Back-to-School Survey 2016
 
Essential things that should always be in your car
Essential things that should always be in your carEssential things that should always be in your car
Essential things that should always be in your car
 
Activism x Technology
Activism x TechnologyActivism x Technology
Activism x Technology
 
How to Battle Bad Reviews
How to Battle Bad ReviewsHow to Battle Bad Reviews
How to Battle Bad Reviews
 

Semelhante a Semantic Web

Enhancing Semantic Mining
Enhancing Semantic MiningEnhancing Semantic Mining
Enhancing Semantic MiningSanthosh Kumar
 
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...ijdkp
 
Nature Inspired Models And The Semantic Web
Nature Inspired Models And The Semantic WebNature Inspired Models And The Semantic Web
Nature Inspired Models And The Semantic WebStefan Ceriu
 
The Revolution Of Cloud Computing
The Revolution Of Cloud ComputingThe Revolution Of Cloud Computing
The Revolution Of Cloud ComputingCarmen Sanborn
 
Nature-inspired methods for the Semantic Web
Nature-inspired methods for the Semantic WebNature-inspired methods for the Semantic Web
Nature-inspired methods for the Semantic WebClaudiu Mihăilă
 
A genetic based research framework 3
A genetic based research framework 3A genetic based research framework 3
A genetic based research framework 3prj_publication
 
Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...BaoTramDuong2
 
Semantic Web Development for Traditional Chinese Medicine
Semantic Web Development for Traditional Chinese MedicineSemantic Web Development for Traditional Chinese Medicine
Semantic Web Development for Traditional Chinese MedicineTong Yu
 
Ontology based clustering algorithms
Ontology based clustering algorithmsOntology based clustering algorithms
Ontology based clustering algorithmsIkutwa
 
Survey on Efficient Techniques of Text Mining
Survey on Efficient Techniques of Text MiningSurvey on Efficient Techniques of Text Mining
Survey on Efficient Techniques of Text Miningvivatechijri
 
Nature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic WebNature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic Webguestecf0af
 
Civilization Progression
Civilization ProgressionCivilization Progression
Civilization ProgressionRobert Short
 
Machines are people too
Machines are people tooMachines are people too
Machines are people tooPaul Groth
 
Ck32985989
Ck32985989Ck32985989
Ck32985989IJMER
 
A Survey On Ontology Agent Based Distributed Data Mining
A Survey On Ontology Agent Based Distributed Data MiningA Survey On Ontology Agent Based Distributed Data Mining
A Survey On Ontology Agent Based Distributed Data MiningEditor IJMTER
 

Semelhante a Semantic Web (20)

Enhancing Semantic Mining
Enhancing Semantic MiningEnhancing Semantic Mining
Enhancing Semantic Mining
 
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
 
Ap26261267
Ap26261267Ap26261267
Ap26261267
 
Nature Inspired Models And The Semantic Web
Nature Inspired Models And The Semantic WebNature Inspired Models And The Semantic Web
Nature Inspired Models And The Semantic Web
 
The Revolution Of Cloud Computing
The Revolution Of Cloud ComputingThe Revolution Of Cloud Computing
The Revolution Of Cloud Computing
 
Nature-inspired methods for the Semantic Web
Nature-inspired methods for the Semantic WebNature-inspired methods for the Semantic Web
Nature-inspired methods for the Semantic Web
 
A genetic based research framework 3
A genetic based research framework 3A genetic based research framework 3
A genetic based research framework 3
 
Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...Discover How Scientific Data is Used for the Public Good with Natural Languag...
Discover How Scientific Data is Used for the Public Good with Natural Languag...
 
Semantic Web Development for Traditional Chinese Medicine
Semantic Web Development for Traditional Chinese MedicineSemantic Web Development for Traditional Chinese Medicine
Semantic Web Development for Traditional Chinese Medicine
 
Ontology based clustering algorithms
Ontology based clustering algorithmsOntology based clustering algorithms
Ontology based clustering algorithms
 
Survey on Efficient Techniques of Text Mining
Survey on Efficient Techniques of Text MiningSurvey on Efficient Techniques of Text Mining
Survey on Efficient Techniques of Text Mining
 
Nature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic WebNature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic Web
 
Civilization Progression
Civilization ProgressionCivilization Progression
Civilization Progression
 
AN IMPROVED TECHNIQUE FOR DOCUMENT CLUSTERING
AN IMPROVED TECHNIQUE FOR DOCUMENT CLUSTERINGAN IMPROVED TECHNIQUE FOR DOCUMENT CLUSTERING
AN IMPROVED TECHNIQUE FOR DOCUMENT CLUSTERING
 
Machines are people too
Machines are people tooMachines are people too
Machines are people too
 
rnn_review.10.pdf
rnn_review.10.pdfrnn_review.10.pdf
rnn_review.10.pdf
 
Ck32985989
Ck32985989Ck32985989
Ck32985989
 
A Survey On Ontology Agent Based Distributed Data Mining
A Survey On Ontology Agent Based Distributed Data MiningA Survey On Ontology Agent Based Distributed Data Mining
A Survey On Ontology Agent Based Distributed Data Mining
 
Presentationonline
PresentationonlinePresentationonline
Presentationonline
 
Semantic Web Nature
Semantic Web NatureSemantic Web Nature
Semantic Web Nature
 

Último

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 

Último (20)

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 

Semantic Web

  • 1. Methods inspired by nature and Semantic Web Rata Gheorghita Mugurel MOC2, Ivanciu Adriana MLC2 gheorghita.rata@infoiasi.ro, adriana.ivanciu@infoiasi.ro Semantic web is an extension of the current web, intended to provide an improved cooperation between humans and machines1. Genetic algorithms Genetic algorithms and search engines In the book Enhancing the power of the Internet, in the chapter Intelligent Information Search, the authors2 say that there were many approaches that were studied regarding the way of how this domain can be improved. There are two major problems, according to the authors: classical information models and information retrieval model itself. The most techniques were focused to the first problem. For the second one, probabilistic methods were the most popular in the past. Even if artificial intelligence and fuzzy theory had a great contribution, the evolving of genetic algorithms and neural networks gathered the attention. Although manual knowledge acquisition 1 Berners-Lee, T. Hendler, J. Lassila, O. The semantic web. Scientific American, 28-37 (2001). 2 Enhancing the power of the Internet By Masoud Nikravesh, Ben Azvine, Ronald Yager, Lotfi A. Zadeh
  • 2. 2 Rata Gheorghita Mugurel MOC2, Ivanciu Adriana MLC2 process was the base for the search systems, data mining was an important technique for obtain knowledge in an automatic process. The power of genetic algorithm was proved when were used in the process of extracting keywords and establish its weights. The same authors say that genetic algorithms and genetic fuzzy system have great results regarding Search engines. In the same domain (Search engines), neural network-based methods are lesser extent. According to Hsinchun (1998), which is quoted in this paper, genetic algorithms are used to search in a dynamic manner on a keyword dictionary and return a list of related Web pages. The search process is described as following:  The population is formed from chromosomes that have a fixed length  Chromosomes represents user preferences  A fitness value is associated with each chromosomes  Genes contain the user keyword and a number that represents the frequency of the keyword occurrence in a web document (witch is a candidate for the solution)  After the user evaluates the documents returned, the fitness value is adjusted, considering the score computed by the system. Going further, metagenetic algorithms are used to optimize the start population. One of these combines two genetic algorithms. The first is used to generate the start population with values from keywords index and the second creates a population with logic operators corresponding to each member from the first algorithm. The first 2
  • 3. Methods inspired by nature and Semantic Web 3 algorithm can be easily replaced with a random selection for a faster search. SWARMS SWARMS3 (semantic web added rich mining systems) is a platform for knowledge management. It store the information in ontologies, can extract the network structure from the ontology and search (mining) the semantic data. This system is applied in many domains mainly in online news industry and social networking. To simple queries the SPARQL works great. But the more the queries became big and complicated, SPARQL will not satisfy the requirements anymore. In this case the developers appeal to methods inspired by nature. Another reason is that the metadata in Semantic Web is not always well structure, and a classic algorithm is hard to be adapted. The search in Semantic Web context is based on semantic similarity and it measure the similarity between objects from ontology. The semantic similarity is computed from hierarchy similarities, property similarities, label similarities and access similarities (Zongmin Ma, Huaiqing Wang, 2009). These can be computed with some probabilistic algorithms. The same authors propose a Semantic similarity based on cached models. The search algorithm should respect two rules: return an approximate optimal solution and the time spent on its searching 3 The Semantic Web for Knowledge and Data Management: Technologies and Practices By Zongmin Ma, Huaiqing Wang 3
  • 4. 4 Rata Gheorghita Mugurel MOC2, Ivanciu Adriana MLC2 must be finite. The best algorithms class that fit these specifications is the one inspired from nature and genetics. The authors used a genetic algorithm for training the model and create the initial cache. The base elements of the genetic algorithm are:  the population have 50 chromosomes;  the mutation probability is 0.2;  the algorithm will stop when the fitness is 0.9 or the generations number reach 100. Below is a chart that represents the two search ways and its time performance per number of requests: Performance of Ontology Cache Cache disabled Cache enabled 2500 T i m 2000 e 1500 C o n 1000 s u m 500 i n g 0 0 1000 2000 3000 4000 Request Count Performance of Time Consuming 4
  • 5. Methods inspired by nature and Semantic Web 5 Details can be found in the document from the point 3 of the Bibliography. Human Similarity theories for the semantic web In the paper Human Similarity theories for the semantic web, the author4 shares his opinion about how human mind representation can be useful for making the web documents more ‘friendly’ for the computers. He thinks that the way of how human mind represents the data, in order to be easy to find similarities can be manipulated, studied and used for ontology building and other web semantic activities, generally speaking. Giving the fact that the users of the computers are human after all, he thinks that semantic web has a lot in common with humans and both humans and computers have to deal with a big quantity of information. One of the domains that can help Semantic Web is Psychology, in his opinion. In order to solve problems, humans are using inductive and deductive reasoning, they have to follow causal chains, to solve problems and to make decisions. In RDF, the data structure language for Semantic Web, the concepts witch are considered fundamental are resources, properties and statements. The first category is represented by objects. The objects can be anything like humans, books or activities. This resources have properties like names, chapters and physical locations. The statement is the link between the property and the resource. The author thinks that 4 Jose Quesada, Max Planck Institute, Human development 5
  • 6. 6 Rata Gheorghita Mugurel MOC2, Ivanciu Adriana MLC2 psychologists and Semantic Web have the same interest in a certain way, represented by the fact that both tries to model the world using the formalism. Although there are big differences between the two domains, the author believes that there is a level of convergence between them. Conclusion In nature we can find an impressive number of algorithms that can be used to solve different problems from different domains including Semantic Web. Nature will always surprise and will offer patterns, algorithms, processes that will inspire solving technologies problems with a good result. 6
  • 7. Methods inspired by nature and Semantic Web 7 Bibliography 1. Semantic web service composition based on ant colony optimization method Ghafarian, T.; Kahani, M. Networked Digital Technologies, 2009. NDT apos;09. First International Conference on Volume , Issue , 28-31 July 2009 2. Enhancing the Power of the Internet Series: Studies in Fuzziness and Soft Computing , Vol. 139 Nikravesh, M.; Azvine, B.; Yager, R.; Zadeh, L.A. (Eds.) 2004 3. The Semantic Web for Knowledge and Data Management: Technologies and Practices By Zongmin Ma, Huaiqing Wang, IGI Global, 2009 4. Human Similarity theories for the semantic web, Jose Quesada, Max Planck Institute, Human development presented in Nature inspired for the Semantic Web (NatuReS) October 27, 2008 7