SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
23
DOMAIN SPECIFIC SEARCH BY RANKING MODEL ADAPTATION USING
BINARY CLASSIFIER
N. A. Anuja Jaishree1
, M. Krishnamurthy2
1
PG Scholar Department of CSE, KCG College of Technology, Chennai, Tamilnadu, India.
2
Professor Department of CSE, KCG College of Technology, Chennai, Tamilnadu, India.
ABSTRACT
Domain - specific search focus on one area of knowledge. Applying broad based ranking
algorithm to vertical search domains is not desirable. Broad based ranking model is built upon the
data from multiple domains Vertical search engines use a focused crawler that attempts to index only
relevant web pages to a pre defined topic. With Ranking Adaptation Model we can adapt an existing
ranking model to a new domain. Binary classifiers classify the members of a given set of objects into
two groups on the basis of whether they have some property or not.
Keywords: Ranking Adaptation SVM, Information Retrieval, Support Vector Machines,
Learning to Rank, Domain Adaptation.
I. INTRODUCTION
Information retrieval is the process of getting information, relevant to the information needed,
from a collection of information sources from the given data available. Searches are based on full
text or other content based indexing. Web search engines are the most visible IR applications. An
information retrieval process is started from when a user enters a keyword or phrase or query in the
search engine. Queries are words or statements that describe the information needed by the user.
Information retrieval does not return in a single object result from a database. A set of objects or
results are returned to the user based on their level of relevancy .This relevancy in IR systems is
calculated by a numeric scores that defines how good a object in the collection matches for the query
given by the user according to the value. The objects which are in the top ranking is then displayed to
the user. This process will continue till the user gets the most desirable results.
In machine learning, Support Vector Machines are supervised learning models with
associated learning algorithms that analyze the given data and recognize any interesting pattern
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 5, Issue 3, March (2014), pp. 23-33
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2014): 8.5328 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
24
which is then used for classification and regression analysis of the data. The basic procedure of a
SVM is that it takes a set of data as input and for each of the input predicts the two possible class of
output it will belong to in a non probabilistic binary linear classifier method. From a given set of
training examples where the data is marked to belong to either of the two categories SVM builds a
training algorithm for constructing a new model which assigns new data into any of the category of
the training set.
Learning to rank or machine-learned ranking (MLR) is a type of supervised or semi
supervised machine learning problem which automatically constructs a ranking model from the
training data. Training data is the data which is in some level of order between the objects in the
given list. This order is calculated by a numeric or ordinal score or a binary judgment e.g. “relevant”
or “not relevant” for each item.
In pair wise approach learning to rank problem is solved by a classification problem learning
a binary classifier that determines which document is good in a given pair of documents. Example
method: Ranking SVM: Ranking using click through logs i.e. search results which got clicks from
users.
Ranking SVM is a typical method of learning to rank. There are two factors one must
consider when applying Ranking SVM a learning to rank method to document retrieval. Ranking
documents which appear in top of the results is very important for Information Retrieval. The
training must be done such that the results are accurate. The number of relevant documents varies
based on the query. The training model should be such a way that it should not be biased towards a
query.
Three Important Processes in ‘Ranker’
• Retrieval–Finding documents from inverted index
• Matching–Calculating relevance score between query and document pair
• Ranking–Ranking documents based on relevance scores, importance scores, etc.
There is limited amount of labeled data and there are so many domains. It is often the case
that plentiful labeled data exists in one domain (or coming from one distribution), but one desires a
model that performs well on another related, but not identical domain. Hand labeling data in the new
domain is a costly enterprise, and one often desires to be able to leverage the true, “external domain”
data when a model is built for the new, “internal domain" data. There is need not to eliminate the
annotation of in-domain data, but instead seek to minimize the amount of new annotation effort
required to achieve better performance results. This is known as domain adaptation.
A vertical search engine is different from a common web search engine that it focuses on a
particular domain of online content. They are even called specialty or topical search engines. The
vertical content area is based on topicality, media type of the item or the genre of content. Some
verticals are online shopping, electronic items, medicine, literature, science, tourism. Indeed.com and
Yelp are two examples of vertical search engine. General search engines indexes large collection of
data in the World Wide Web using a web crawler, however vertical search engines uses a focused
domain crawler that indexes only the Web pages which are matching to a pre defined domain.
There are vertical search sites for individual as well as multiple vertical searches within a
search engine. Vertical search provides benefits in broad based domains for ranking while the
domain specific features terms of greater accuracy due to limited domain scope specific domain
knowledge with taxonomy and ontology and support of specific unique user tasks.
Domain-specific verticals focus on a specific topic. Domain-specific search solutions focus
on one area of knowledge, creating customized search experience, that because of the domain's
limited corpus and clear relationships between the concepts, provide well relevant results for
searchers using the search engine.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
25
The objective is of this project is:
• To adapt ranking models learned for the existing broad-based search or some verticals, to a
new domain, so that the amount of labeled data in the target domain is reduced while the
performance requirement is still guaranteed;
• The ranking model to be effectively and efficiently adapted;
• Boost the model adaptation by domain specific features.
II. RELATED WORK
The broad based ranking model is built on the data obtained from multiple domains from the
whole web and thus cannot be generalized for a specific domain with users special search
requirements. The broad based ranking model only utilizes the vertical domains ranking features that
are similar to the such as content specification of image, video and music cannot be utilized direct.
Broad based ranking model provides a priori knowledge with Auxiliary Ranking Model. Size
of auxiliary domain training set is large and complex. The broad-based and vertical search engines
are generally based on text search mechanisms. The ranking model learned for broad based can be
implemented to use directly to rank the documents for the verticals.
As many vertical search engines emerge and the amount of verticals increases drastically, a
global ranking model, which is trained over a data set obtained from multiple domains, will not give
a precise performance for each specific domain with special ontology, document formats, and
domain-specific features [1]. Building one model for each vertical domain is both laborious for
labeling the data and time consuming for learning the model. In this project the ranking model
adaptation is proposed, to adapt the well learned models from the broad-based search or any other
auxiliary domains to a new target domain. In model adaptation, only a small number of samples need
to be labeled, and the computational cost for the training process is greatly reduced.
The statistical learning theory [8] learning algorithms are used for SVM which is a learning
framework for machine language. The SVM learning algorithm efficiently optimizes the MAP [9] is
used for calculating the precision of a document to a given adaptation query. The rank of the page is
calculated using the click through data for optimizing the search engine [5].Bias correction method
[11] is useful for classifier evaluation under sample selection bias. Page Rank citation algorithm [7]
determines the back links to a page and thus its popularity for a user. Applying learning to rank to
document retrieval is discussed in adapting ranking SVM [3].A novel application of P-R curves and
average precision computations reveal interesting phenomena of IR evaluation methods [4].
III. RANKING MODEL ADAPTATION USING DOMAIN SPECIFIC SEARCH
The first objective is solved by proposing a ranking adaptability measure, that quantitatively
calculates whether an existing ranking model can be adapted to the new target domain, and
determines the level of performance for the adaptation.
The second problem is addressed by the regularization framework and a ranking adaptation
SVM (RA-SVM) algorithm is proposed. The algorithm is a black box ranking adaptation model,
which takes just the predictions from the existing ranking model for the trained data, rather than the
internal representation of the model itself or the data from the auxiliary domains. The black-box
adaptation property, achieves flexibility and efficiency. To resolve the third problem, assume that
documents similar in their domain-specific feature space should have consistent in rankings. e.g.,
images should be similar to the visual feature space should be ranked into similar positions and vice
versa. This is implemented by constraining the margin and slack variables of RA-SVM adaptively,
so that similar documents are assigned with less ranking loss if they are ranked in a wrong order.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
26
The proposed RA-SVM can better utilize both the auxiliary models and target domain labeled
queries to learn a more robust ranking model for the target domain data. The utilization of domain-
specific features can steadily boost the model adaptation. RA-SVM-SR is comparatively more robust
than RASVM-MR. The adaptability measurement is consistent to the utility of the auxiliary model,
and thus can be taken as an effective measure for the auxiliary model selection. The proposed RA-
SVM is as efficient as directly learning a model in a target domain, however the including of
domain-specific features doesn’t bring much learning difficulties in algorithms RASVM- SR and
RA-SVM-MR.
IV. DESIGN
The ranking model adaptation starts with the input of the search query which compares with
the database for the ranking adaptation domain ontology. From here the match type is seen and the
requested web search done which gives the relevant search result as shown in Fig. 1.
Fig.1. Design Overview
The detailed proposed architecture for the ranking model describing ranking model
adaptation domain ontology has the broad based ranking model to ranking adaptation SVM which
gives the domain specific ranking model using the binary classifier in Fig. 2.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
27
Fig. 2. Ranking Model Adaptation
V. DATABASE DESIGN
The database designed for this project for the search engine and the members who can use the
search engine. Database contains the repository of all the web pages and the detailed description of
the traffic of the web pages. The database which is created is the repository from which the data
which is relevant is retrieved according to the query given by the user.
There are two databases which acts as the repository for ranking of the web pages and one for
the members
A. Visitors and Rank Table
In this table the keyword that is being recognized in the database is given as query. The name
of the website and the link to the relevant query is given. Then the database through RASVM
calculates the visitors to the page by the number of click through and the rank of a page is
determined proportionately to the click in Table 1.
Table 1 Visitors and Rank Table
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
28
B. Registered Members Table
Registered members table gives the user details for their login to use the search engine with
their date of registration as shown in Table 2.
Table 2 Registered Members Table
VI. RANKING ADAPTATION
Ranking Adaptation implements two ranking methods of SVM.
A. R-SVM
Ranking SVM one of the pair-wise ranking methods, that can adaptively sort the web-pages
by their relationships how relevant to a specific query or keyword given by the user. A mapping
function is required to define such relationship. The mapping function projects every data pair
enquired and clicked web-page onto a feature space. The user’s click-through data combine with the
features will denote page ranks for a specific query is considered as the training data for machine
learning algorithms.
Ranking Method
Suppose C is a data set containing C elements Ci. r is a ranking method applied to C. Then
the r in C can be represented as a C by C asymmetric binary matrix. If the rank of Ci is higher than
the rank of Cj, i.e. r.Ci < r.Cj, the corresponding position of this matrix is set to value of "1".
Otherwise the element in that position will be set as the value "0".
Information retrieval relevancy is measured by the following three measurements:
1. Precision
2. Recall
3. Average Precision
For a specific query to a database, let P relevant be the set of relevant information elements in
the database and Pretrieved be the set of the retrieved information objects. The above three
measurements is represented as follows:
ܲ‫݊݋݅ݏ݅ܿ݁ݎ‬ ൌ
|ܲ ‫ݐ݊ܽݒ݈݁݁ݎ‬ ‫ת‬ ܲ ‫|݀݁ݒ݁݅ݎݐ݁ݎ‬
|ܲ ‫|݀݁ݒ݁݅ݎݐ݁ݎ‬
ܴ݈݈݁ܿܽ ൌ
|ܲ ‫ݐ݊ܽݒ݈݁݁ݎ‬ ‫ת‬ ܲ ‫|݀݁ݒ݁݅ݎݐ݁ݎ‬
|ܲ ‫|ݐ݊ܽݒ݈݁݁ݎ‬
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
29
‫݁݃ܽݎ݁ݒܣ‬ ܲ‫݊݋݅ݏ݅ܿ݁ݎ‬ ൌ න ܲ‫ܿ݁ݎ‬ሺܴ݈݈݁ܿܽሻܴ݈݈݀݁ܿܽ
ଵ
଴
B. Ranking Adaptation –SVM
The auxiliary domain and the target domain are related, their respective ranking functions
should have similar shapes in the function space. Under such an assumption, auxiliary function
actually provides a prior knowledge for the distribution of new function in its parameter space. RA-
SVM is equivalent to directly learning Ranking SVM over the target domain, without the adaptation
of auxiliary function. RA-SVM minimizes the distance between the target ranking function and the
auxiliary function. RA-SVM is equivalent to learning only target domain.
Kendall’s Tau
Kendall's Tau is the Kendall tau rank correlation coefficient, which is used to compare two
ranking methods for the same data set. Suppose r1 and r2 are two ranking method applied to data
set C, the Kendall's Tau between r1 and r2 can be represented as follows:
߬ሺ‫,1ݎ‬ ‫2ݎ‬ሻ ൌ
ܲ െ ܳ
ܲ ൅ ܳ
ൌ 1 െ
2ܳ
ܲ ൅ ܳ
Where P is the number of the same elements in the upper triangular parts of matrices
of r1 and r2, Q is the number of the different elements in the upper triangular parts of matrices
of r1 and r2. The diagonals of the matrices are not included in the upper triangular part.
VII. OPTIMIZED METHODS
The optimized methods check the relevancy of a page to the given query.
A. Precision@K
• Set a rank threshold K.
• Compute % relevant in top K.
• Does not consider documents ranked lesser than K.
B. Mean Average Precision
• Consider rank position of each relevance doc K1, K2, … KR
• Compute the calculation formula Precision@K in every K1, K2, … KR documents.
• Average precision = Average of P@K
• MAP is Mean Average Precision across multiple queries/rankings in the given collection.
VIII. RANKING ADAPTATION WITH DOMAIN SPECIFIC FEATURE
This section specifies the consistent ranking feature for similar documents.
A. Margin Rescaling
Margin rescaling determines rescaling the margin violation adaptively according to their
similarities in the domain-specific feature space.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
30
In a pair of dissimilar documents, similar ones with larger similarity will result in a smaller
margin to satisfy the linear constraint, which produces less ranking loss in terms of a smaller slack
variable similarity if the document pairs are ranked in a wrong order by the function f.
B. Slack Rescaling
Slack rescaling varies the amplitude of slack variables in the documents adaptively.
Slack rescaling is intended to rescale the slack variables according to their similarities in the
domain specific feature space. When a pair of documents are dissimilar in the domain-specific
feature space, by dividing the dissimilarity, the slack variables that control the ranking loss of the
two documents are correspondingly amplified in order to satisfy the first linear equality of the pair of
documents , and vice versa.
IX. RESULT ANALYSIS
Experiments performed over the datasets crawled from the search engine data base
demonstrate the proposed ranking adaptation in the following graphs and charts.
To analyze the efficiency of the proposed RA-SVM-based methods, the learning time of
different methods is compared by varying the adaptation query number in the webpage search engine
settings. The Aux-Only does not take time learning a new ranking model, and the Tar-Only needs to
be trained beforehand and then linearly combine it with Aux-Only, the comparison of Tar-Only,
RA-SVM, RA-SVM-MR, and RA-SVM-SR with respect to Mean Average Precision (MAP) is
taken.
The results are shown in Fig. 3, Fig. 4 and Fig. 5, it is observed that for small number of
adaptation query number, the time of results returning of different algorithms are very similar. In
large adaptation sets, even though Tar-Only is little better than RA-SVM methods, the standard
deviation of different methods are not very significant.
This can be concluded that the proposed RASVM is quite efficient compared with direct
training a model in the target domain. The RA-SVM-MR and RA-SVM-SR results show that the
inclusion of domain-specific features doesn’t bring further learning complexity.
A. Mean Average Precision Graph
The following table in Table 3 shows the tabular data for interrelationship of MAP to
Ranking Models. The Mean Average Precision of document to the query is calculated. The result is
calculated based on 2, 4, 6 adaptation query number and how relevant the document was returned
using Precision and Recall.
Table 3. MAP to Ranking Models
QUERY Tar-Only Aux-Only RA-SVM RA-SVM-SR RA-SVM-MR
2 QUERY 0.43 0.425 0.45 0.45 0.45
4 QUERY 0.431 0.425 0.452 0.448 0.454
6 QUERY 0.433 0.425 0.455 0.455 0.456
The graph in Fig. 3 shows the inter relationships between the Mean Average Precision Score and
the various ranking methods.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
ISSN 0976 - 6375(Online), Volume 5, Issue
Fig.
The RA-SVM-MR gives more Mean
query result.
B. Ranking Methods Comparison
The following tabular data represents the ranking methods comparison
Table 4
QUERY Tar-Only
2 QUERY 1.5
4 QUERY 3
6 QUERY 4.5
The bar graph in Fig. 4 shows the comparisons of all the ranking methods:
Fig.
RA-SVM –MR is quite efficient compared to
Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
31
Fig. 3. MAP vs. RANKING.
MR gives more Mean Average Precision and hence a more relevant search
The following tabular data represents the ranking methods comparison in Table 4.
Table 4. Ranking Methods Comparison
Aux-Only RA-SVM RA-SVM-SR
1.1 1.6 1.5
2.9 3.5 3.5
4.2 5.5 5.4
shows the comparisons of all the ranking methods:
4. Ranking Method Comparison.
MR is quite efficient compared to other ranking methods.
Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
Average Precision and hence a more relevant search
RA-SVM-
MR
1.7
3.6
5.7
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
ISSN 0976 - 6375(Online), Volume 5, Issue
C. Click through Vs Rank
The tabular representation in Table 5
Table 5
QUERY
2 QUERY
4 QUERY
6 QUERY
The graph in Fig. 5 shows the proportionality of the click through to pages to rank of the page.
Fig.
The more the click through to a web page increases by the user the more does it is ranked for
relevancy of the page.
Thus the above analysis and results shows that RA
adaptation model for domain specific search
X. CONCLUSION
In this project with the regularization framework based a
is implemented, which performs adaptatio
predication of the auxiliary ranking models is needed for the adaptation
ranking model itself.
Based on RA-SVM, two variations called RA
rescaling are proposed to utilize the domain specific features to further
adaptation, by taking that similar documents should have consistent rankings, and
margin and loss of RA-SVM adaptively according to their similarities in the domain
space.
Thus in this project ranking model adaptation
classifier is implemented.
The future work is the ranking adaptation of sponsored ads for search engines. Sponsored ads
will be ranked according to the given domain vertical of a query and also return the top ranking ads
based on relevancy and study the algorithms based on it.
Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
32
in Table 5 shows click through of pages to ranking of a page.
Table 5. Click through vs. Rank
Click through Rank
10 5
8 4
7 3
shows the proportionality of the click through to pages to rank of the page.
Fig. 5. Click through vs. Rank.
The more the click through to a web page increases by the user the more does it is ranked for
e analysis and results shows that RA-SVM-MR is a consistent ranking
adaptation model for domain specific search.
In this project with the regularization framework based a Ranking Adaptation SVM algorithm
, which performs adaptation in a black-box method where just the relevant
predication of the auxiliary ranking models is needed for the adaptation rather than learning the
SVM, two variations called RA-SVM margin rescaling and RA
ing are proposed to utilize the domain specific features to further improve
that similar documents should have consistent rankings, and
SVM adaptively according to their similarities in the domain
Thus in this project ranking model adaptation for domain specific search
ng adaptation of sponsored ads for search engines. Sponsored ads
will be ranked according to the given domain vertical of a query and also return the top ranking ads
based on relevancy and study the algorithms based on it.
Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
shows click through of pages to ranking of a page.
Rank
shows the proportionality of the click through to pages to rank of the page.
The more the click through to a web page increases by the user the more does it is ranked for
MR is a consistent ranking
Ranking Adaptation SVM algorithm
ox method where just the relevant
rather than learning the
SVM margin rescaling and RA-SVM slack
improve the ranking
that similar documents should have consistent rankings, and restricting the
SVM adaptively according to their similarities in the domain-specific feature
for domain specific search using binary
ng adaptation of sponsored ads for search engines. Sponsored ads
will be ranked according to the given domain vertical of a query and also return the top ranking ads
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME
33
REFERENCES
[1] Bo Geng, Linjun Yang, Chao Xu and Xian-Sheng Hua, ”Ranking Model Adaptation for
Domain-Specific Search,” IEEE Transactions on Knowledge and Data Engineering, Vol. 24,
No.4, pp.745-758, 2012.
[2] Dai.W, Q. Yang, G.-R. Xue, and Y. Yu, “Boosting for Transfer Learning,” Proc. 24th Int’l
Conf. Machine Learning (ICML ’07), pp. 193-200, 2009.
[3] Daume.H III and D. Marcu, “Domain Adaptation for Statistical Classifiers,” J. Artificial
Intelligence Research, vol. 26, pp. 101-126, 2010.
[4] Ja¨rvelin.K and J. Keka¨la¨inen, “Ir Evaluation Methods for Retrieving Highly Relevant
Documents,” Proc. 23rd Ann. Int’l ACM SIGIR Conf. Research and Development in
Information Retrieval (SIGIR ’00), pp. 41-48, 2008. V.N.
[5] Joachims.T, “Optimizing Search Engines Using Clickthrough Data,” Proc. Eighth ACM
SIGKDD Int’l Conf. Knowledge Discovery and Data Mining (KDD ’02), pp. 133-142, 2009.
[6] Klinkenberg.R and T. Joachims, “Detecting Concept Drift with Support Vector Machines,”
Proc. 17th Int’l Conf. Machine Learning (ICML ’00), pp. 487-494, 2010.
[7] Page.L, S. Brin, R. Motwani, and T. Winograd, “The Pagerank Citation Ranking: Bringing
Order to the Web,” technical report, Stanford Univ., 2008.J.
[8] Vapnik, Statistical Learning Theory. Wiley-Interscience, 1998.
[9] Yue.Y, T. Finley, F. Radlinski, and T. Joachims, “A Support Vector Method for Optimizing
Average Precision,” Proc. 30th Ann. Int’l ACM SIGIR Conf. Research and Development in
Information Retrieval, pp. 271-278, 2010
[10] Yang, R. Yan, and A.G. Hauptmann, “Cross-Domain Video Concept Detection Using
Adaptive SVMs,” Proc. 15th Int’l Conf. Multimedia, pp. 188-197, 2007.
[11] Zadrozny.B, “Learning and Evaluating Classifiers Under Sample Selection Bias,” Proc. 21st
Int’l Conf. Machine Learning (ICML ’04), pp. 114, 2011.
[12] Jagadanand G, Kiran Y M, Saly George and Jeevamma Jacob, “Single Chip Implementation
of Support Vector Machine Based Bi-Classifier”, International Journal of Computer
Engineering & Technology (IJCET), Volume 3, Issue 2, 2013, pp. 74 - 84, ISSN Print:
0976 – 6367, ISSN Online: 0976 – 6375.
[13] Shobha B. Patil and S.K. Shirgave, “Enriching Search Results using Ontology”, International
Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013,
pp. 500 - 507, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[14] Prakasha S, Shashidhar Hr and Dr. G T Raju, “A Survey on Various Architectures, Models
and Methodologies for Information Retrieval”, International Journal of Computer
Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 182 - 194, ISSN Print:
0976 – 6367, ISSN Online: 0976 – 6375.

Contenu connexe

Tendances

Comparison of Text Classifiers on News Articles
Comparison of Text Classifiers on News ArticlesComparison of Text Classifiers on News Articles
Comparison of Text Classifiers on News ArticlesIRJET Journal
 
Time-Ordered Collaborative Filtering for News Recommendation
Time-Ordered Collaborative Filtering for News RecommendationTime-Ordered Collaborative Filtering for News Recommendation
Time-Ordered Collaborative Filtering for News RecommendationIRJET Journal
 
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...IJSRD
 
IRJET- Cluster Analysis for Effective Information Retrieval through Cohesive ...
IRJET- Cluster Analysis for Effective Information Retrieval through Cohesive ...IRJET- Cluster Analysis for Effective Information Retrieval through Cohesive ...
IRJET- Cluster Analysis for Effective Information Retrieval through Cohesive ...IRJET Journal
 
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET Journal
 
Multi Similarity Measure based Result Merging Strategies in Meta Search Engine
Multi Similarity Measure based Result Merging Strategies in Meta Search EngineMulti Similarity Measure based Result Merging Strategies in Meta Search Engine
Multi Similarity Measure based Result Merging Strategies in Meta Search EngineIDES Editor
 
A STUDY ON SIMILARITY MEASURE FUNCTIONS ON ENGINEERING MATERIALS SELECTION
A STUDY ON SIMILARITY MEASURE FUNCTIONS ON ENGINEERING MATERIALS SELECTION A STUDY ON SIMILARITY MEASURE FUNCTIONS ON ENGINEERING MATERIALS SELECTION
A STUDY ON SIMILARITY MEASURE FUNCTIONS ON ENGINEERING MATERIALS SELECTION cscpconf
 
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET Journal
 
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...IJDKP
 
Dissertation data analysis in management science tutors india.com for my man...
Dissertation data analysis in management science  tutors india.com for my man...Dissertation data analysis in management science  tutors india.com for my man...
Dissertation data analysis in management science tutors india.com for my man...Tutors India
 
8 efficient multi-document summary generation using neural network
8 efficient multi-document summary generation using neural network8 efficient multi-document summary generation using neural network
8 efficient multi-document summary generation using neural networkINFOGAIN PUBLICATION
 
Missing data exploration in air quality data set using R-package data visuali...
Missing data exploration in air quality data set using R-package data visuali...Missing data exploration in air quality data set using R-package data visuali...
Missing data exploration in air quality data set using R-package data visuali...journalBEEI
 
Query-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentQuery-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentIRJET Journal
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Re-enactment of Newspaper Articles
Re-enactment of Newspaper ArticlesRe-enactment of Newspaper Articles
Re-enactment of Newspaper ArticlesEditor IJCATR
 
Query Recommendation by using Collaborative Filtering Approach
Query Recommendation by using Collaborative Filtering ApproachQuery Recommendation by using Collaborative Filtering Approach
Query Recommendation by using Collaborative Filtering ApproachIRJET Journal
 

Tendances (20)

G1803054653
G1803054653G1803054653
G1803054653
 
Comparison of Text Classifiers on News Articles
Comparison of Text Classifiers on News ArticlesComparison of Text Classifiers on News Articles
Comparison of Text Classifiers on News Articles
 
Time-Ordered Collaborative Filtering for News Recommendation
Time-Ordered Collaborative Filtering for News RecommendationTime-Ordered Collaborative Filtering for News Recommendation
Time-Ordered Collaborative Filtering for News Recommendation
 
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
 
IRJET- Cluster Analysis for Effective Information Retrieval through Cohesive ...
IRJET- Cluster Analysis for Effective Information Retrieval through Cohesive ...IRJET- Cluster Analysis for Effective Information Retrieval through Cohesive ...
IRJET- Cluster Analysis for Effective Information Retrieval through Cohesive ...
 
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
 
Multi Similarity Measure based Result Merging Strategies in Meta Search Engine
Multi Similarity Measure based Result Merging Strategies in Meta Search EngineMulti Similarity Measure based Result Merging Strategies in Meta Search Engine
Multi Similarity Measure based Result Merging Strategies in Meta Search Engine
 
E0322035037
E0322035037E0322035037
E0322035037
 
A STUDY ON SIMILARITY MEASURE FUNCTIONS ON ENGINEERING MATERIALS SELECTION
A STUDY ON SIMILARITY MEASURE FUNCTIONS ON ENGINEERING MATERIALS SELECTION A STUDY ON SIMILARITY MEASURE FUNCTIONS ON ENGINEERING MATERIALS SELECTION
A STUDY ON SIMILARITY MEASURE FUNCTIONS ON ENGINEERING MATERIALS SELECTION
 
50120130406007
5012013040600750120130406007
50120130406007
 
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
IRJET- Classifying Twitter Data in Multiple Classes based on Sentiment Class ...
 
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
USING ONTOLOGIES TO IMPROVE DOCUMENT CLASSIFICATION WITH TRANSDUCTIVE SUPPORT...
 
Dissertation data analysis in management science tutors india.com for my man...
Dissertation data analysis in management science  tutors india.com for my man...Dissertation data analysis in management science  tutors india.com for my man...
Dissertation data analysis in management science tutors india.com for my man...
 
8 efficient multi-document summary generation using neural network
8 efficient multi-document summary generation using neural network8 efficient multi-document summary generation using neural network
8 efficient multi-document summary generation using neural network
 
Missing data exploration in air quality data set using R-package data visuali...
Missing data exploration in air quality data set using R-package data visuali...Missing data exploration in air quality data set using R-package data visuali...
Missing data exploration in air quality data set using R-package data visuali...
 
20120140506007
2012014050600720120140506007
20120140506007
 
Query-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentQuery-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated Document
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Re-enactment of Newspaper Articles
Re-enactment of Newspaper ArticlesRe-enactment of Newspaper Articles
Re-enactment of Newspaper Articles
 
Query Recommendation by using Collaborative Filtering Approach
Query Recommendation by using Collaborative Filtering ApproachQuery Recommendation by using Collaborative Filtering Approach
Query Recommendation by using Collaborative Filtering Approach
 

Similaire à 50120140503003 2

Vertical intent prediction approach based on Doc2vec and convolutional neural...
Vertical intent prediction approach based on Doc2vec and convolutional neural...Vertical intent prediction approach based on Doc2vec and convolutional neural...
Vertical intent prediction approach based on Doc2vec and convolutional neural...IJECEIAES
 
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...IRJET Journal
 
2017 IEEE Projects 2017 For Cse ( Trichy, Chennai )
2017 IEEE Projects 2017 For Cse ( Trichy, Chennai )2017 IEEE Projects 2017 For Cse ( Trichy, Chennai )
2017 IEEE Projects 2017 For Cse ( Trichy, Chennai )SBGC
 
TWO WAY CHAINED PACKETS MARKING TECHNIQUE FOR SECURE COMMUNICATION IN WIRELES...
TWO WAY CHAINED PACKETS MARKING TECHNIQUE FOR SECURE COMMUNICATION IN WIRELES...TWO WAY CHAINED PACKETS MARKING TECHNIQUE FOR SECURE COMMUNICATION IN WIRELES...
TWO WAY CHAINED PACKETS MARKING TECHNIQUE FOR SECURE COMMUNICATION IN WIRELES...pharmaindexing
 
Bulk ieee projects 2012 2013
Bulk ieee projects 2012 2013Bulk ieee projects 2012 2013
Bulk ieee projects 2012 2013SBGC
 
A Survey on Automatically Mining Facets for Queries from their Search Results
A Survey on Automatically Mining Facets for Queries from their Search ResultsA Survey on Automatically Mining Facets for Queries from their Search Results
A Survey on Automatically Mining Facets for Queries from their Search ResultsIRJET Journal
 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET Journal
 
IRJET- An Integrated Recommendation System using Graph Database and QGIS
IRJET-  	  An Integrated Recommendation System using Graph Database and QGISIRJET-  	  An Integrated Recommendation System using Graph Database and QGIS
IRJET- An Integrated Recommendation System using Graph Database and QGISIRJET Journal
 
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...IJTET Journal
 
Annotation for query result records based on domain specific ontology
Annotation for query result records based on domain specific ontologyAnnotation for query result records based on domain specific ontology
Annotation for query result records based on domain specific ontologyijnlc
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsAM Publications
 
Semantic Search of E-Learning Documents Using Ontology Based System
Semantic Search of E-Learning Documents Using Ontology Based SystemSemantic Search of E-Learning Documents Using Ontology Based System
Semantic Search of E-Learning Documents Using Ontology Based Systemijcnes
 

Similaire à 50120140503003 2 (20)

Vertical intent prediction approach based on Doc2vec and convolutional neural...
Vertical intent prediction approach based on Doc2vec and convolutional neural...Vertical intent prediction approach based on Doc2vec and convolutional neural...
Vertical intent prediction approach based on Doc2vec and convolutional neural...
 
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
 
2017 IEEE Projects 2017 For Cse ( Trichy, Chennai )
2017 IEEE Projects 2017 For Cse ( Trichy, Chennai )2017 IEEE Projects 2017 For Cse ( Trichy, Chennai )
2017 IEEE Projects 2017 For Cse ( Trichy, Chennai )
 
TWO WAY CHAINED PACKETS MARKING TECHNIQUE FOR SECURE COMMUNICATION IN WIRELES...
TWO WAY CHAINED PACKETS MARKING TECHNIQUE FOR SECURE COMMUNICATION IN WIRELES...TWO WAY CHAINED PACKETS MARKING TECHNIQUE FOR SECURE COMMUNICATION IN WIRELES...
TWO WAY CHAINED PACKETS MARKING TECHNIQUE FOR SECURE COMMUNICATION IN WIRELES...
 
Sub1583
Sub1583Sub1583
Sub1583
 
Bulk ieee projects 2012 2013
Bulk ieee projects 2012 2013Bulk ieee projects 2012 2013
Bulk ieee projects 2012 2013
 
50120140506005 2
50120140506005 250120140506005 2
50120140506005 2
 
A Survey on Automatically Mining Facets for Queries from their Search Results
A Survey on Automatically Mining Facets for Queries from their Search ResultsA Survey on Automatically Mining Facets for Queries from their Search Results
A Survey on Automatically Mining Facets for Queries from their Search Results
 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...
 
IRJET- An Integrated Recommendation System using Graph Database and QGIS
IRJET-  	  An Integrated Recommendation System using Graph Database and QGISIRJET-  	  An Integrated Recommendation System using Graph Database and QGIS
IRJET- An Integrated Recommendation System using Graph Database and QGIS
 
K1803057782
K1803057782K1803057782
K1803057782
 
T0 numtq0n tk=
T0 numtq0n tk=T0 numtq0n tk=
T0 numtq0n tk=
 
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
 
50120140502013
5012014050201350120140502013
50120140502013
 
50120140502013
5012014050201350120140502013
50120140502013
 
Annotation for query result records based on domain specific ontology
Annotation for query result records based on domain specific ontologyAnnotation for query result records based on domain specific ontology
Annotation for query result records based on domain specific ontology
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning Algorithms
 
B045041114
B045041114B045041114
B045041114
 
Semantic Search of E-Learning Documents Using Ontology Based System
Semantic Search of E-Learning Documents Using Ontology Based SystemSemantic Search of E-Learning Documents Using Ontology Based System
Semantic Search of E-Learning Documents Using Ontology Based System
 
International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI), International Journal of Engineering Inventions (IJEI),
International Journal of Engineering Inventions (IJEI),
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 

Dernier (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 

50120140503003 2

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 23 DOMAIN SPECIFIC SEARCH BY RANKING MODEL ADAPTATION USING BINARY CLASSIFIER N. A. Anuja Jaishree1 , M. Krishnamurthy2 1 PG Scholar Department of CSE, KCG College of Technology, Chennai, Tamilnadu, India. 2 Professor Department of CSE, KCG College of Technology, Chennai, Tamilnadu, India. ABSTRACT Domain - specific search focus on one area of knowledge. Applying broad based ranking algorithm to vertical search domains is not desirable. Broad based ranking model is built upon the data from multiple domains Vertical search engines use a focused crawler that attempts to index only relevant web pages to a pre defined topic. With Ranking Adaptation Model we can adapt an existing ranking model to a new domain. Binary classifiers classify the members of a given set of objects into two groups on the basis of whether they have some property or not. Keywords: Ranking Adaptation SVM, Information Retrieval, Support Vector Machines, Learning to Rank, Domain Adaptation. I. INTRODUCTION Information retrieval is the process of getting information, relevant to the information needed, from a collection of information sources from the given data available. Searches are based on full text or other content based indexing. Web search engines are the most visible IR applications. An information retrieval process is started from when a user enters a keyword or phrase or query in the search engine. Queries are words or statements that describe the information needed by the user. Information retrieval does not return in a single object result from a database. A set of objects or results are returned to the user based on their level of relevancy .This relevancy in IR systems is calculated by a numeric scores that defines how good a object in the collection matches for the query given by the user according to the value. The objects which are in the top ranking is then displayed to the user. This process will continue till the user gets the most desirable results. In machine learning, Support Vector Machines are supervised learning models with associated learning algorithms that analyze the given data and recognize any interesting pattern INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2014): 8.5328 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 24 which is then used for classification and regression analysis of the data. The basic procedure of a SVM is that it takes a set of data as input and for each of the input predicts the two possible class of output it will belong to in a non probabilistic binary linear classifier method. From a given set of training examples where the data is marked to belong to either of the two categories SVM builds a training algorithm for constructing a new model which assigns new data into any of the category of the training set. Learning to rank or machine-learned ranking (MLR) is a type of supervised or semi supervised machine learning problem which automatically constructs a ranking model from the training data. Training data is the data which is in some level of order between the objects in the given list. This order is calculated by a numeric or ordinal score or a binary judgment e.g. “relevant” or “not relevant” for each item. In pair wise approach learning to rank problem is solved by a classification problem learning a binary classifier that determines which document is good in a given pair of documents. Example method: Ranking SVM: Ranking using click through logs i.e. search results which got clicks from users. Ranking SVM is a typical method of learning to rank. There are two factors one must consider when applying Ranking SVM a learning to rank method to document retrieval. Ranking documents which appear in top of the results is very important for Information Retrieval. The training must be done such that the results are accurate. The number of relevant documents varies based on the query. The training model should be such a way that it should not be biased towards a query. Three Important Processes in ‘Ranker’ • Retrieval–Finding documents from inverted index • Matching–Calculating relevance score between query and document pair • Ranking–Ranking documents based on relevance scores, importance scores, etc. There is limited amount of labeled data and there are so many domains. It is often the case that plentiful labeled data exists in one domain (or coming from one distribution), but one desires a model that performs well on another related, but not identical domain. Hand labeling data in the new domain is a costly enterprise, and one often desires to be able to leverage the true, “external domain” data when a model is built for the new, “internal domain" data. There is need not to eliminate the annotation of in-domain data, but instead seek to minimize the amount of new annotation effort required to achieve better performance results. This is known as domain adaptation. A vertical search engine is different from a common web search engine that it focuses on a particular domain of online content. They are even called specialty or topical search engines. The vertical content area is based on topicality, media type of the item or the genre of content. Some verticals are online shopping, electronic items, medicine, literature, science, tourism. Indeed.com and Yelp are two examples of vertical search engine. General search engines indexes large collection of data in the World Wide Web using a web crawler, however vertical search engines uses a focused domain crawler that indexes only the Web pages which are matching to a pre defined domain. There are vertical search sites for individual as well as multiple vertical searches within a search engine. Vertical search provides benefits in broad based domains for ranking while the domain specific features terms of greater accuracy due to limited domain scope specific domain knowledge with taxonomy and ontology and support of specific unique user tasks. Domain-specific verticals focus on a specific topic. Domain-specific search solutions focus on one area of knowledge, creating customized search experience, that because of the domain's limited corpus and clear relationships between the concepts, provide well relevant results for searchers using the search engine.
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 25 The objective is of this project is: • To adapt ranking models learned for the existing broad-based search or some verticals, to a new domain, so that the amount of labeled data in the target domain is reduced while the performance requirement is still guaranteed; • The ranking model to be effectively and efficiently adapted; • Boost the model adaptation by domain specific features. II. RELATED WORK The broad based ranking model is built on the data obtained from multiple domains from the whole web and thus cannot be generalized for a specific domain with users special search requirements. The broad based ranking model only utilizes the vertical domains ranking features that are similar to the such as content specification of image, video and music cannot be utilized direct. Broad based ranking model provides a priori knowledge with Auxiliary Ranking Model. Size of auxiliary domain training set is large and complex. The broad-based and vertical search engines are generally based on text search mechanisms. The ranking model learned for broad based can be implemented to use directly to rank the documents for the verticals. As many vertical search engines emerge and the amount of verticals increases drastically, a global ranking model, which is trained over a data set obtained from multiple domains, will not give a precise performance for each specific domain with special ontology, document formats, and domain-specific features [1]. Building one model for each vertical domain is both laborious for labeling the data and time consuming for learning the model. In this project the ranking model adaptation is proposed, to adapt the well learned models from the broad-based search or any other auxiliary domains to a new target domain. In model adaptation, only a small number of samples need to be labeled, and the computational cost for the training process is greatly reduced. The statistical learning theory [8] learning algorithms are used for SVM which is a learning framework for machine language. The SVM learning algorithm efficiently optimizes the MAP [9] is used for calculating the precision of a document to a given adaptation query. The rank of the page is calculated using the click through data for optimizing the search engine [5].Bias correction method [11] is useful for classifier evaluation under sample selection bias. Page Rank citation algorithm [7] determines the back links to a page and thus its popularity for a user. Applying learning to rank to document retrieval is discussed in adapting ranking SVM [3].A novel application of P-R curves and average precision computations reveal interesting phenomena of IR evaluation methods [4]. III. RANKING MODEL ADAPTATION USING DOMAIN SPECIFIC SEARCH The first objective is solved by proposing a ranking adaptability measure, that quantitatively calculates whether an existing ranking model can be adapted to the new target domain, and determines the level of performance for the adaptation. The second problem is addressed by the regularization framework and a ranking adaptation SVM (RA-SVM) algorithm is proposed. The algorithm is a black box ranking adaptation model, which takes just the predictions from the existing ranking model for the trained data, rather than the internal representation of the model itself or the data from the auxiliary domains. The black-box adaptation property, achieves flexibility and efficiency. To resolve the third problem, assume that documents similar in their domain-specific feature space should have consistent in rankings. e.g., images should be similar to the visual feature space should be ranked into similar positions and vice versa. This is implemented by constraining the margin and slack variables of RA-SVM adaptively, so that similar documents are assigned with less ranking loss if they are ranked in a wrong order.
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 26 The proposed RA-SVM can better utilize both the auxiliary models and target domain labeled queries to learn a more robust ranking model for the target domain data. The utilization of domain- specific features can steadily boost the model adaptation. RA-SVM-SR is comparatively more robust than RASVM-MR. The adaptability measurement is consistent to the utility of the auxiliary model, and thus can be taken as an effective measure for the auxiliary model selection. The proposed RA- SVM is as efficient as directly learning a model in a target domain, however the including of domain-specific features doesn’t bring much learning difficulties in algorithms RASVM- SR and RA-SVM-MR. IV. DESIGN The ranking model adaptation starts with the input of the search query which compares with the database for the ranking adaptation domain ontology. From here the match type is seen and the requested web search done which gives the relevant search result as shown in Fig. 1. Fig.1. Design Overview The detailed proposed architecture for the ranking model describing ranking model adaptation domain ontology has the broad based ranking model to ranking adaptation SVM which gives the domain specific ranking model using the binary classifier in Fig. 2.
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 27 Fig. 2. Ranking Model Adaptation V. DATABASE DESIGN The database designed for this project for the search engine and the members who can use the search engine. Database contains the repository of all the web pages and the detailed description of the traffic of the web pages. The database which is created is the repository from which the data which is relevant is retrieved according to the query given by the user. There are two databases which acts as the repository for ranking of the web pages and one for the members A. Visitors and Rank Table In this table the keyword that is being recognized in the database is given as query. The name of the website and the link to the relevant query is given. Then the database through RASVM calculates the visitors to the page by the number of click through and the rank of a page is determined proportionately to the click in Table 1. Table 1 Visitors and Rank Table
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 28 B. Registered Members Table Registered members table gives the user details for their login to use the search engine with their date of registration as shown in Table 2. Table 2 Registered Members Table VI. RANKING ADAPTATION Ranking Adaptation implements two ranking methods of SVM. A. R-SVM Ranking SVM one of the pair-wise ranking methods, that can adaptively sort the web-pages by their relationships how relevant to a specific query or keyword given by the user. A mapping function is required to define such relationship. The mapping function projects every data pair enquired and clicked web-page onto a feature space. The user’s click-through data combine with the features will denote page ranks for a specific query is considered as the training data for machine learning algorithms. Ranking Method Suppose C is a data set containing C elements Ci. r is a ranking method applied to C. Then the r in C can be represented as a C by C asymmetric binary matrix. If the rank of Ci is higher than the rank of Cj, i.e. r.Ci < r.Cj, the corresponding position of this matrix is set to value of "1". Otherwise the element in that position will be set as the value "0". Information retrieval relevancy is measured by the following three measurements: 1. Precision 2. Recall 3. Average Precision For a specific query to a database, let P relevant be the set of relevant information elements in the database and Pretrieved be the set of the retrieved information objects. The above three measurements is represented as follows: ܲ‫݊݋݅ݏ݅ܿ݁ݎ‬ ൌ |ܲ ‫ݐ݊ܽݒ݈݁݁ݎ‬ ‫ת‬ ܲ ‫|݀݁ݒ݁݅ݎݐ݁ݎ‬ |ܲ ‫|݀݁ݒ݁݅ݎݐ݁ݎ‬ ܴ݈݈݁ܿܽ ൌ |ܲ ‫ݐ݊ܽݒ݈݁݁ݎ‬ ‫ת‬ ܲ ‫|݀݁ݒ݁݅ݎݐ݁ݎ‬ |ܲ ‫|ݐ݊ܽݒ݈݁݁ݎ‬
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 29 ‫݁݃ܽݎ݁ݒܣ‬ ܲ‫݊݋݅ݏ݅ܿ݁ݎ‬ ൌ න ܲ‫ܿ݁ݎ‬ሺܴ݈݈݁ܿܽሻܴ݈݈݀݁ܿܽ ଵ ଴ B. Ranking Adaptation –SVM The auxiliary domain and the target domain are related, their respective ranking functions should have similar shapes in the function space. Under such an assumption, auxiliary function actually provides a prior knowledge for the distribution of new function in its parameter space. RA- SVM is equivalent to directly learning Ranking SVM over the target domain, without the adaptation of auxiliary function. RA-SVM minimizes the distance between the target ranking function and the auxiliary function. RA-SVM is equivalent to learning only target domain. Kendall’s Tau Kendall's Tau is the Kendall tau rank correlation coefficient, which is used to compare two ranking methods for the same data set. Suppose r1 and r2 are two ranking method applied to data set C, the Kendall's Tau between r1 and r2 can be represented as follows: ߬ሺ‫,1ݎ‬ ‫2ݎ‬ሻ ൌ ܲ െ ܳ ܲ ൅ ܳ ൌ 1 െ 2ܳ ܲ ൅ ܳ Where P is the number of the same elements in the upper triangular parts of matrices of r1 and r2, Q is the number of the different elements in the upper triangular parts of matrices of r1 and r2. The diagonals of the matrices are not included in the upper triangular part. VII. OPTIMIZED METHODS The optimized methods check the relevancy of a page to the given query. A. Precision@K • Set a rank threshold K. • Compute % relevant in top K. • Does not consider documents ranked lesser than K. B. Mean Average Precision • Consider rank position of each relevance doc K1, K2, … KR • Compute the calculation formula Precision@K in every K1, K2, … KR documents. • Average precision = Average of P@K • MAP is Mean Average Precision across multiple queries/rankings in the given collection. VIII. RANKING ADAPTATION WITH DOMAIN SPECIFIC FEATURE This section specifies the consistent ranking feature for similar documents. A. Margin Rescaling Margin rescaling determines rescaling the margin violation adaptively according to their similarities in the domain-specific feature space.
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 30 In a pair of dissimilar documents, similar ones with larger similarity will result in a smaller margin to satisfy the linear constraint, which produces less ranking loss in terms of a smaller slack variable similarity if the document pairs are ranked in a wrong order by the function f. B. Slack Rescaling Slack rescaling varies the amplitude of slack variables in the documents adaptively. Slack rescaling is intended to rescale the slack variables according to their similarities in the domain specific feature space. When a pair of documents are dissimilar in the domain-specific feature space, by dividing the dissimilarity, the slack variables that control the ranking loss of the two documents are correspondingly amplified in order to satisfy the first linear equality of the pair of documents , and vice versa. IX. RESULT ANALYSIS Experiments performed over the datasets crawled from the search engine data base demonstrate the proposed ranking adaptation in the following graphs and charts. To analyze the efficiency of the proposed RA-SVM-based methods, the learning time of different methods is compared by varying the adaptation query number in the webpage search engine settings. The Aux-Only does not take time learning a new ranking model, and the Tar-Only needs to be trained beforehand and then linearly combine it with Aux-Only, the comparison of Tar-Only, RA-SVM, RA-SVM-MR, and RA-SVM-SR with respect to Mean Average Precision (MAP) is taken. The results are shown in Fig. 3, Fig. 4 and Fig. 5, it is observed that for small number of adaptation query number, the time of results returning of different algorithms are very similar. In large adaptation sets, even though Tar-Only is little better than RA-SVM methods, the standard deviation of different methods are not very significant. This can be concluded that the proposed RASVM is quite efficient compared with direct training a model in the target domain. The RA-SVM-MR and RA-SVM-SR results show that the inclusion of domain-specific features doesn’t bring further learning complexity. A. Mean Average Precision Graph The following table in Table 3 shows the tabular data for interrelationship of MAP to Ranking Models. The Mean Average Precision of document to the query is calculated. The result is calculated based on 2, 4, 6 adaptation query number and how relevant the document was returned using Precision and Recall. Table 3. MAP to Ranking Models QUERY Tar-Only Aux-Only RA-SVM RA-SVM-SR RA-SVM-MR 2 QUERY 0.43 0.425 0.45 0.45 0.45 4 QUERY 0.431 0.425 0.452 0.448 0.454 6 QUERY 0.433 0.425 0.455 0.455 0.456 The graph in Fig. 3 shows the inter relationships between the Mean Average Precision Score and the various ranking methods.
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 ISSN 0976 - 6375(Online), Volume 5, Issue Fig. The RA-SVM-MR gives more Mean query result. B. Ranking Methods Comparison The following tabular data represents the ranking methods comparison Table 4 QUERY Tar-Only 2 QUERY 1.5 4 QUERY 3 6 QUERY 4.5 The bar graph in Fig. 4 shows the comparisons of all the ranking methods: Fig. RA-SVM –MR is quite efficient compared to Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 31 Fig. 3. MAP vs. RANKING. MR gives more Mean Average Precision and hence a more relevant search The following tabular data represents the ranking methods comparison in Table 4. Table 4. Ranking Methods Comparison Aux-Only RA-SVM RA-SVM-SR 1.1 1.6 1.5 2.9 3.5 3.5 4.2 5.5 5.4 shows the comparisons of all the ranking methods: 4. Ranking Method Comparison. MR is quite efficient compared to other ranking methods. Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), Average Precision and hence a more relevant search RA-SVM- MR 1.7 3.6 5.7
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 ISSN 0976 - 6375(Online), Volume 5, Issue C. Click through Vs Rank The tabular representation in Table 5 Table 5 QUERY 2 QUERY 4 QUERY 6 QUERY The graph in Fig. 5 shows the proportionality of the click through to pages to rank of the page. Fig. The more the click through to a web page increases by the user the more does it is ranked for relevancy of the page. Thus the above analysis and results shows that RA adaptation model for domain specific search X. CONCLUSION In this project with the regularization framework based a is implemented, which performs adaptatio predication of the auxiliary ranking models is needed for the adaptation ranking model itself. Based on RA-SVM, two variations called RA rescaling are proposed to utilize the domain specific features to further adaptation, by taking that similar documents should have consistent rankings, and margin and loss of RA-SVM adaptively according to their similarities in the domain space. Thus in this project ranking model adaptation classifier is implemented. The future work is the ranking adaptation of sponsored ads for search engines. Sponsored ads will be ranked according to the given domain vertical of a query and also return the top ranking ads based on relevancy and study the algorithms based on it. Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 32 in Table 5 shows click through of pages to ranking of a page. Table 5. Click through vs. Rank Click through Rank 10 5 8 4 7 3 shows the proportionality of the click through to pages to rank of the page. Fig. 5. Click through vs. Rank. The more the click through to a web page increases by the user the more does it is ranked for e analysis and results shows that RA-SVM-MR is a consistent ranking adaptation model for domain specific search. In this project with the regularization framework based a Ranking Adaptation SVM algorithm , which performs adaptation in a black-box method where just the relevant predication of the auxiliary ranking models is needed for the adaptation rather than learning the SVM, two variations called RA-SVM margin rescaling and RA ing are proposed to utilize the domain specific features to further improve that similar documents should have consistent rankings, and SVM adaptively according to their similarities in the domain Thus in this project ranking model adaptation for domain specific search ng adaptation of sponsored ads for search engines. Sponsored ads will be ranked according to the given domain vertical of a query and also return the top ranking ads based on relevancy and study the algorithms based on it. Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), shows click through of pages to ranking of a page. Rank shows the proportionality of the click through to pages to rank of the page. The more the click through to a web page increases by the user the more does it is ranked for MR is a consistent ranking Ranking Adaptation SVM algorithm ox method where just the relevant rather than learning the SVM margin rescaling and RA-SVM slack improve the ranking that similar documents should have consistent rankings, and restricting the SVM adaptively according to their similarities in the domain-specific feature for domain specific search using binary ng adaptation of sponsored ads for search engines. Sponsored ads will be ranked according to the given domain vertical of a query and also return the top ranking ads
  • 11. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 3, March (2014), pp. 23-33 © IAEME 33 REFERENCES [1] Bo Geng, Linjun Yang, Chao Xu and Xian-Sheng Hua, ”Ranking Model Adaptation for Domain-Specific Search,” IEEE Transactions on Knowledge and Data Engineering, Vol. 24, No.4, pp.745-758, 2012. [2] Dai.W, Q. Yang, G.-R. Xue, and Y. Yu, “Boosting for Transfer Learning,” Proc. 24th Int’l Conf. Machine Learning (ICML ’07), pp. 193-200, 2009. [3] Daume.H III and D. Marcu, “Domain Adaptation for Statistical Classifiers,” J. Artificial Intelligence Research, vol. 26, pp. 101-126, 2010. [4] Ja¨rvelin.K and J. Keka¨la¨inen, “Ir Evaluation Methods for Retrieving Highly Relevant Documents,” Proc. 23rd Ann. Int’l ACM SIGIR Conf. Research and Development in Information Retrieval (SIGIR ’00), pp. 41-48, 2008. V.N. [5] Joachims.T, “Optimizing Search Engines Using Clickthrough Data,” Proc. Eighth ACM SIGKDD Int’l Conf. Knowledge Discovery and Data Mining (KDD ’02), pp. 133-142, 2009. [6] Klinkenberg.R and T. Joachims, “Detecting Concept Drift with Support Vector Machines,” Proc. 17th Int’l Conf. Machine Learning (ICML ’00), pp. 487-494, 2010. [7] Page.L, S. Brin, R. Motwani, and T. Winograd, “The Pagerank Citation Ranking: Bringing Order to the Web,” technical report, Stanford Univ., 2008.J. [8] Vapnik, Statistical Learning Theory. Wiley-Interscience, 1998. [9] Yue.Y, T. Finley, F. Radlinski, and T. Joachims, “A Support Vector Method for Optimizing Average Precision,” Proc. 30th Ann. Int’l ACM SIGIR Conf. Research and Development in Information Retrieval, pp. 271-278, 2010 [10] Yang, R. Yan, and A.G. Hauptmann, “Cross-Domain Video Concept Detection Using Adaptive SVMs,” Proc. 15th Int’l Conf. Multimedia, pp. 188-197, 2007. [11] Zadrozny.B, “Learning and Evaluating Classifiers Under Sample Selection Bias,” Proc. 21st Int’l Conf. Machine Learning (ICML ’04), pp. 114, 2011. [12] Jagadanand G, Kiran Y M, Saly George and Jeevamma Jacob, “Single Chip Implementation of Support Vector Machine Based Bi-Classifier”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2013, pp. 74 - 84, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [13] Shobha B. Patil and S.K. Shirgave, “Enriching Search Results using Ontology”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 500 - 507, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [14] Prakasha S, Shashidhar Hr and Dr. G T Raju, “A Survey on Various Architectures, Models and Methodologies for Information Retrieval”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 182 - 194, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.