Tourism Industry Semantic Web Using Genetic Algorithms

Tourism Industry Semantic Web
Using Genetic Algorithms And
SWTGAS Agent
By
Omid Sharifi
January 30, 2008
1
[email protected]
Outline








2
Semantic Web
E-tourism
E-tourism for Semantic Web
Soft mining
Genetic algorithms
SWTGAS agent
Applications of SWTGAS in E-Tourism
Conclusion
Semantic web



3
Evolution of current web
Interoperability of ontologies
Understandable hetrognous information
 Human
 Computer
4
E-tourism


5
Syntactic
Advertising (commercial goal)
E-tourism
6
Genetic algorithms
7
Genetic algorithms
8
Genetic algorithms
9
Genetic algorithms
10
Genetic algorithms
11
SWTGAS






12
Semantic
Web
Tourism
Genetic
Algorithms
Searching
SWTGAS
13
SWTGAS
int parent1[8];
int parent2[8];
int offspring[8];
int
Temp[8];
int
Temp2[8];
int
Temp2[8];
int
N=8;
Temp:=randomize (parent1(3));
offspring:=Temp;// put Temp to offspring to equal indexes
For (int i=0;i<=n-1)
{
if (any indexes not selected)
parent1= order rest genes by order parent2(prototype);
}
Temp2=divide rest ordered genes two section and put the large section to Tempe2
Temp3=put less section
offspring=temp2; //large section to large section
offspring=temp3; //less section to less section
return 0;
}
14
SWTGAS and E-Tourism
15
SWTGAS and E-Tourism
16
SWTGAS and E-Tourism
17
SWTGAS and E-Tourism
18
SWTGAS and E-Tourism
19
SWTGAS and E-Tourism
20
SWTGAS and E-Tourism
Embedded
SWTGAS
21
Conclusion



22
Semantic Web has a huge potential for
E-tourism
More complex E-tourism services, beyond
information services, benefit from semantic
Web technology and other intelligent agent
SWTGAS helps to E-tourism
END
23