| clear query|facets|time |
Search criteria: relevant computing.
Results from 11 to 20 from
486 (0.494s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...And from your letter I understood that you want someone to do your homework (for nothing). :) Right? One would say: ask not what others can do for you, ask what you can do for th...
|
|
|
Author: Leo Galambos,
2003-01-27, 19:15
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...I am not Lucene developer, but: 1) Lucene uses the Vector model, if you want to use different model you must understand what you are doing and you must change similarity ca...
|
|
|
Author: Leo Galambos,
2003-01-26, 16:56
|
|
|
Re: Computing Relevancy Differently - Lucene - [mail # user]
|
|
...Check the lucene-user archives, search for subject "custom scoring api questions" I think that may give you the answer.... Otis __________________________________________...
|
|
|
Author: Otis Gospodnetic,
2003-01-25, 07:09
|
|
|
Relevancy Testing Outline - OpenRelevance - [wiki]
|
|
... modestly relevant results almost all the time, or an engine that gives really good answers sometimes, better on average than the other engine, but sometimes gives back complete garbage?
Some...
|
|
... / Matrix / Grid / TREC / Relevancy Assertions
The correct answers for each search are known ahead of time
Humans judges often decide these correct answers, stored as Relevancy Assertions
Can...
|
[+ show more]
[- hide]
| ... be labor intensive to setup
continued on the Relevancy Assertion Testing page
AB Testing / User Preference
Tracks explicit or implicit preferences between engines A/B
Often dispenses... |
| ... I find all the documents I expected to get back? What percent?"
Precision: "Did the system bring back other documents that weren't relevant? What percent were on target?"
Newer Ideas... |
| .... Acceptable vs. Better than X
Constrained vs. Unconstrained Resources (time, cpu, storage)
Sample Size
Amount of Data
Fixed set or growing over time
Number of Testers (AB or Relevancy... |
|
|
http://cwiki.apache.org/ORP/relevancy-testing-outline.html
Author: Jim Fu,
2010-02-12, 00:00
|
|
|
Issue with relevancy - Solr - [mail # user]
|
|
...=true&spellcheck=true&indent=on&omitHeader=true&stats.field=sal_amt&stats.field=volume&stats=true&wt=xml&q=prod_n%3ADesktop+Computer+OR+manf_mdl_nbr%3ADesktop+Computer+OR+upc%3ADesktop+Computer...
|
|
...+OR+Brands%3ADesktop+Computer&start=0&rows=60&fl=*,score&debugQuery=on I am getting the below results ,But for the first doc the score is higher than second doc, Even though the prod_n only has...
|
[+ show more]
[- hide]
| ... "Computers" word. 1) 1.6884389 GN Netcom Headsets & Microphones 79634 http://image.shopzilla.com/resize?sq=60&uid=1640146921 482 1640146921 Computer Headset 17.95 EXTERNAL 2) 1.4326878 Desktop... |
| ... Computers 1565338 http://image.shopzilla.com/resize?sq=60&uid=1983384776 461 1983384776 Rain Computers ION 6-Core DAW Computer 1799.0 EXTERNAL I want to push down the first doc to second... |
| ....H The debug query analysis is given below. prod_n:Desktop Computer OR manf_mdl_nbr:Desktop Computer OR upc:Desktop Computer OR Brands:Desktop Computer prod_n:Desktop Computer OR manf... |
|
|
Author: sivaprasad,
2010-11-19, 12:36
|
|
|
Bug in similarity computation - Mahout - [mail # dev]
|
|
... in the library. However, today, after many times inspecting your code, I have found, IMHO, a relevant bug with further implications. It is related with the computation of the similarity. Although...
|
|
... are being calculated using ONLY the items in common between the two users, leading to strange similarity computations (or worse, to no similarity at all!). It is not difficult to find small...
|
|
|
Author: Alejandro Bellogin Kouki,
2011-04-06, 14:13
|
|
|
RE: Relevance score - Classification - Mahout - [mail # user]
|
|
... it will first compute relevance scores for all the documents and produce a ranking. When that retrieval algorithm is applied to an individual query document , it will bring back a set of documents...
|
|
...We are trying to implement relevant search(using machine learning) at a website where we have 3 million visitors a week.. and 150k blog posts a single day. We are currently in the planning...
|
[+ show more]
[- hide]
| ... back a result with the list of documents that are sorted in a way that the top most document is most relevant document to the query (document X) and the last document is the most irrelevant... |
| ... that are sorted in a way that the top most documents are the most relevant one to the blog post and the last document is the most irrelevant one. This is a little background. Thanks. From: Isabel... |
| ... Drost [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 24, 2011 1:47 AM To: [EMAIL PROTECTED] Subject: Re: Relevance score - Classification On 23.11.2011 Faizan(Aroha) wrote: Can you... |
|
|
Author: Faizan\,
2011-11-24, 06:42
|
|
|
Relevance score - Classification - Mahout - [mail # user]
|
|
...Hello, We are working on using Classification as a Search. I want to compute the relevance score of the output which is generated by the Naive Bayes Classifier or some other...
|
|
|
Author: Faizan\,
2011-11-23, 11:21
|
|
|
Re: Relevance score - Classification - Mahout - [mail # user]
|
|
... are the features that your classifier. Weights are generally either derived heuristically using something like IDF or simply ignored in favor of some other relevancy score like page-rank or other document...
|
|
... quality measures. A middle road can be taken in which these different scores are combined. In contrast, for most document classifiers, relevant terms are derived by examining a set of training...
|
[+ show more]
[- hide]
| ... need to build the first kind. But this is just the same as saying you should use a normal text retrieval system. The second issue is one of how the computations are arranged. With both kinds... |
| ... of systems, the computational problem is shaped just like approximate sparse matrix multiplication, but in the text retrieval system, considerable knowledge is used to avoid computations that cannot... |
|
|
Author: Ted Dunning,
2011-11-24, 07:31
|
|
|
Customize the way relevancy is calculated - Solr - [mail # user]
|
|
... match will contribute 35%, availability of image for that product will contribute 15% and so on... The 65% of the relevance can be computed while indexing the document and posted...
|
|
...Hi, I have the following requirement. We have an option to sort the search results by relevance. Right now we are getting the search results making an http call...
|
[+ show more]
[- hide]
| ... If the user chooses that option, the results should be sorted based on the relevance. But the relevance should be calculated in a particular way, for example for a total of 100%, key word... |
| ... as a field. But the keyword match is a run time score .Is there any way of getting the relevance score as a combination of this 65% and 35%? Any help would be appreciated. Regards Amitha... |
|
|
Author: Amitha Talasila,
2007-09-18, 13:07
|
|
|
|