SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

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
 

Tendances (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
 

En vedette

Violencia Contra La Mujer
Violencia Contra La Mujer Violencia Contra La Mujer
Violencia Contra La Mujer Carlos Andrade
 
"Предпринимательский образ мышления" Part 3.
"Предпринимательский образ мышления" Part 3."Предпринимательский образ мышления" Part 3.
"Предпринимательский образ мышления" Part 3.Angel Relations Group
 
"Предпринимательский образ мышления" Part 7.
"Предпринимательский образ мышления" Part 7."Предпринимательский образ мышления" Part 7.
"Предпринимательский образ мышления" Part 7.Angel Relations Group
 
“TransMISSION – REGION” Auto Rally
“TransMISSION – REGION” Auto Rally“TransMISSION – REGION” Auto Rally
“TransMISSION – REGION” Auto RallyAngel Relations Group
 
Personal Branding for PwC Junior Club
Personal Branding for PwC Junior ClubPersonal Branding for PwC Junior Club
Personal Branding for PwC Junior ClubAngel Relations Group
 
"Предпринимательский образ мышления" Part 10. "the journey is the reward"
"Предпринимательский образ мышления" Part 10. "the journey is the reward""Предпринимательский образ мышления" Part 10. "the journey is the reward"
"Предпринимательский образ мышления" Part 10. "the journey is the reward"Angel Relations Group
 
4 направления для выбора идеи стартапа
4 направления для выбора идеи стартапа4 направления для выбора идеи стартапа
4 направления для выбора идеи стартапаAngel Relations Group
 

En vedette (9)

SKOLKOVO Social Media Sites
SKOLKOVO Social Media SitesSKOLKOVO Social Media Sites
SKOLKOVO Social Media Sites
 
Violencia Contra La Mujer
Violencia Contra La Mujer Violencia Contra La Mujer
Violencia Contra La Mujer
 
"Предпринимательский образ мышления" Part 3.
"Предпринимательский образ мышления" Part 3."Предпринимательский образ мышления" Part 3.
"Предпринимательский образ мышления" Part 3.
 
"Предпринимательский образ мышления" Part 7.
"Предпринимательский образ мышления" Part 7."Предпринимательский образ мышления" Part 7.
"Предпринимательский образ мышления" Part 7.
 
“TransMISSION – REGION” Auto Rally
“TransMISSION – REGION” Auto Rally“TransMISSION – REGION” Auto Rally
“TransMISSION – REGION” Auto Rally
 
Personal Branding for PwC Junior Club
Personal Branding for PwC Junior ClubPersonal Branding for PwC Junior Club
Personal Branding for PwC Junior Club
 
"Предпринимательский образ мышления" Part 10. "the journey is the reward"
"Предпринимательский образ мышления" Part 10. "the journey is the reward""Предпринимательский образ мышления" Part 10. "the journey is the reward"
"Предпринимательский образ мышления" Part 10. "the journey is the reward"
 
4 направления для выбора идеи стартапа
4 направления для выбора идеи стартапа4 направления для выбора идеи стартапа
4 направления для выбора идеи стартапа
 
Apple Products’ History in Film
Apple Products’ History in FilmApple Products’ History in Film
Apple Products’ History in Film
 

Similaire à 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
 

Similaire à 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
 

Dernier

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Dernier (20)

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

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