Displaying 20 results from an estimated 800 matches similar to: "[GSoC2012] Learning to Rank: few thoughts/issues"
2013 Sep 24
2
Is the project learning to rank need to be improved?
HI, Parth:
Thanks for your reply.
There's xapian-letor folder in current master trunk, is this code merged in
2011? the letor code of 2012 is not merged to the trunk?
Regards
2013/9/23 Parth Gupta <pargup8 at gmail.com>
> Dear Jiangwen Jiang,
>
> The current state of the project can be reached from the repo:
> http://trac.xapian.org/wiki/GSoC2012/LTR
>
> I would
2012 Mar 24
3
Learning to rank
Dear Sir,
I am Pankaj Singhal from Jaipur, India. I am very much
interested and strongly looking forward in getting involved in this project
Learning-to-Rank.
My previous experience in this field is good. Last semester I did a similar
job of ranking the URLs of the given huge dataset based on their attribute
values. The dataset consisted hundreds of thousands of URLs and each url
2013 Sep 23
2
Is the project learning to rank need to be improved?
Hi, guys:
I found this project idea
http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank
If it is need to be improved, I will try to handle it
thanks
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130923/d0ced0d6/attachment-0002.html>
2014 Jan 23
1
Xapian and GSoC 2014
Hi Tejas,
Thank you for your interest in Letor project in Xapian. We would definitely
like to consider Letor for this year's GSoC project.
What I would suggest you is, start playing with the code and get acquainted
with it. The latest code can be obtained from http://trac.xapian.org/wiki/
GSoC2012/LTR
Regards,
Parth.
On Wed, Jan 22, 2014 at 10:14 PM, Tejas Nikumbh <tejasnikumbh at
2012 Mar 23
0
[LLVMdev] GSOC2012 idea: Python bindings for LLVM
Am Freitag, 23. März 2012, 19:44:19 schrieb Baozeng:
> Hello all,
> I notice in previous gsocs of LLVM , there is no projects about language
> bindings for LLVM. Does that mean it has lower priority than other
> projects? Current python bindings for LLVM in the trunk are far from
> complemte. So I would like to improve python bindings for LLVM this summer
> if possible. My work
2012 Mar 23
1
[LLVMdev] GSOC2012 idea: Python bindings for LLVM
> Please look at the thread "Python bindings in tree" starting on 2012-03-16.
> There are at least four Python binding projects currently running. (None of
> them in GSoC)
>
> I think it's a great idea to improve llvm-py, but I'd also suggest to first
> look at the other bindig projects.
>
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-March/thread.html
2012 Mar 23
3
[LLVMdev] GSOC2012 idea: Python bindings for LLVM
Hello all,
I notice in previous gsocs of LLVM , there is no projects about language
bindings for LLVM. Does that mean it has lower priority than other
projects? Current python bindings for LLVM in the trunk are far from
complemte. So I would like to improve python bindings for LLVM this summer
if possible. My work will be based on llvm-py project (
http://code.google.com/p/llvm-py/). I obtained
2014 Mar 10
2
A few more question about LETOR
1.Could you explain why are these libraries included in all the
xapian-letor headers?
#include<xapian/intrusive_ptr.h>
#include<xapian/types.h>
#include<xapian/visibility.h>
Or just provide me with the documentation of these header. I looked into
these header files but couldn't anything substantial.
2.
2011 Jun 07
0
Introduction and Discussion for Learning to Rank Framework
Hello All,
This time we are working on a weighting scheme "Learning to Rank" which
involves machine learning and its a supervised ranking scheme unlike
unsupervised schemes like BM25 under GSoC project.
This mail intends to discuss the framework of the Learning to Rank in Xapian
as a whole. I have thought of the following framework, pour in your insights
or issues for the same. This is
2014 Feb 26
2
GSOC 2014
Just to add on top of what Olly has already mentioned.
> > Now, I'm reading the resources provided on ideas' page. Do you have
> > any other suggestions of knowing more about the letor?
> > And I'd like to test the function of letor. But I can't find code
> > example. Can u give me some suggestions?
>
> Hopefully Parth can help here.
>
In order
2016 Apr 02
2
xapian-letor refactoring and adding tests
Hello,
I applied to letor stabilisation project for gsoc. I'd like to use coming
weeks to improve the workability of xapian-letor. For that, I'm planning to
refactor code in current master and begin writing some tests for it.
Before adding tests, I think it would be better if xapian-letor could be
made consistent with how xapian-core is written. For that, I'd first like
to
2016 Mar 08
2
Error while building from git - xapian-letor
Hi all,
While building from git with xapian-letor not ignored in bootstrap, I am
getting the following make error:
In function `main':
/home/ayush/Desktop/xapian/xapian-letor/bin/xapian-letor-update.cc:98:
undefined reference to `Xapian::Internal::str(unsigned int)'
/home/ayush/Desktop/xapian/xapian-letor/bin/xapian-letor-update.cc:99:
undefined reference to
2014 Dec 05
3
Contributing to Xapian
On Thu, Dec 04, 2014 at 08:28:32PM -0500, Manu Gupta wrote:
> I was trying to build Han's code and was stuck here. It seems to me that
> his code is trying to generate pdf for them.
>
> Is it possible to modify the make files to stop building the documentation.
You can run the top-level configure with --disable-documentation.
Cheers,
Olly
2012 Jul 27
1
A Little Help
Hi Rishabh,
I think its better not to expose RankiList to Letor.h and make it better
user friendly. So my suggestion is to convert RankList to the following
statement in this method.
std::map<Xapian::docid, double> letor_score(const Xapian::MSet & mset);
So just convert the RankList in std::map<Xapian::docid, double> format in
the methods where you need to return.
Parth.
On
2017 Mar 23
2
GSoC 2017: Letor Click Data Mining
> You could do that by identifying the search session instead of the user,
> which makes it closer to what we need than to something that might trip you
> into privacy concerns.
Okay, that would be much better. :)
> Third records some information about what sort of query it is — add,
> morelike or a plain query. Last provides the estimated match size and then
> the HTTP
2014 Feb 25
2
GSOC 2014
Hi,
I am Jiarong Wei (irc: VcamX). I?m a 3rd year computer science student at Zhejiang University, China. I?m very willing to contribute to Xapian as part of GSoC 2014. Now I?m at Simon Fraser University, Canada, as an exchange student. I?ll go back to China on the end of April. I think it doesn?t matter I?ll change the time zone :)
From the list of project?s ideas, Learning to Rank interests me
2014 Mar 18
2
Considering Parallel computing for Letor
Hi everyone,
My name is Shreedhar Pawar. I have already introduced myself on
Xapian-discuss...
I feel that the Xapian Search/Letor Algorithm, can speed up using
Parallel computing. Techniques like Map-reduce, 'compact n split', radix
sort, scan, parallel hashing n much more can be used to speed up the
learning algorithms as well as the search... support vector machines in
the Letor
2014 Mar 11
2
[GSOC 2014] Indexing INEX dataset
Hi Parth,
I?ve implemented SVMRanker class and also sorted out most of current Letor APIs.
Now I?m trying to use INEX dataset to verify my implement. But I stuck in the indexing part. You said in the documentation that we have to add prefix when indexing. Also I notice that you set some metadata in omindex.cc of your version. But the omindex.cc has changed since 2011. I think that?s why my result
2014 Oct 12
5
Help with xapian
Hi,
I am unable to build the letor module. I am generating the configure file
using autoconf. The configure file generated is throwing the error
./configure: line 2057: syntax error near unexpected token `1.10.1'
./configure: line 2057: `AM_INIT_AUTOMAKE(1.10.1 -Wportability tar-ustar)`
I am not too sure what to do with this. Need help with this.
Thank You
Regards
Karthik
On Mon, Sep 29,
2016 Mar 20
2
GSoC 2016 Letor Stabilisation
Hello,
I'm Ayush from New Delhi, India. I am interested in Letor Stabilisation
project for GSoC. I have a good background in machine learning. Sorry for
getting in so late, university exams were holding me back. I'll try to
cover as much as I can in the coming week.
I am following the plan of attack suggested on the project page. Following
are the things that I have completed:
1.