Displaying 20 results from an estimated 20 matches for "parthg".
Did you mean:
parth
2012 Jun 05
1
Letor Project
...the refactoring. And now
it looks like I have included all the files necessary for the complete
code. I am sure if it will be quite easy for you now to start with the new
code. I would like you to complete it by implementing (copy/paste/little
modification) some of the methods.
https://github.com/parthg/xapian
To make it easier, lets have an IRC meeting the day after tomorrow on 7th
sometime around 10:00 UTC. Meanwhile fork my branch for the latest code and
this time I will help you with building issues too. The plan would be to
work on that one/two day simultaneously in which I will stay online...
2012 Jul 18
2
Letor: Post Mid-Term plan
Hello Rishabh,
As per our previous discussion, we will talk each week now about the
project. Please update the timeline/todo/journal accordingly so that we can
check the status on this saturday for this week.
Please remember that this half of the programme is smaller and hence we
would need to be very punctual about the goals.
Regards,
Parth.
-------------- next part --------------
An HTML
2012 Jul 12
2
Mid-term progress
Hi Rishabh,
As per our last progress meeting, I am off for some days and as now its the
time to mid-term evaluation, it would be better to generate a progress
report.
For that, you should first commit the code as it is and then write 2 to 3
page summary explaining the deliverables so far and then the future plan.
Tomorrow is the last day, so better by tomorrow morning, send this across
and by
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
2012 Mar 29
3
[xapian] GSoC - Learning to Rank, Introduction and some Ideas
Hello,
I am Mudit Raj Gupta, fourth year student of M.S. (Hons.) Chemistry and
B.E. (Hons.) Electronics and Instrumentation at BITS-Pilani (
http://www.bits-pilani.ac.in/). I am interested in *Machine Learning and
Computaional Intelligence*. I have an interest in implementing various
existing algorithms and developing modified/new algorithms related to
machine learning and computational
2014 Dec 01
2
Contributing to Xapian
I'd suggest that a good thing to look at would be functional tests of the metrics and algorithms in Hanxiao Sun's work from this summer. You'll generally need to go either to the original paper, or find an alternative implementation, to build up a series of tests that demonstrate that the implementation is doing what it is supposed to.
Xapian-core contains a test framework which it
2012 Apr 02
0
GSoC, Xapian Project Weighting Schemes
Hello all,
I am very sorry I did not include xapian-devel mailing list in my previous mail.
Thanks for responding my mail.
Mohd Azeem
NIT UK
________________________________
From: Olly Betts <olly at survex.com>
To: Mohd Azeem <azeem201001 at yahoo.in>
Cc: Parth Gupta <parthg.88 at gmail.com>
Sent: Saturday, 31 March 2012 11:40 AM
Subject: Re: GSoC, Xapian Project Weighting Schemes
Please DON'T mail individual mentors privately - use the xapian-devel
mailing list instead.
On Sat, Mar 31, 2012 at 01:35:16PM +0800, Mohd Azeem wrote:
> Presently Xapian
> p...
2012 Apr 24
3
Letor re-factored code
Hello Rishabh,
The attached diff file should help you to refactor the existing letor code
and plug in your code easily. I have defined the header files with the
necessary flow. I have also specified the ranker class, which should be
implemented by a new LTR models, ListNet and ListMLE in your case. The
evaluation file should be used for validating the performance of the
algorithm in the training
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
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
2014 Dec 04
3
Contributing to Xapian
...anything about it?), should I read
the paper try to make sense out of it and get back too?
Best Regards
Manu Gupta
On Wed, Dec 3, 2014 at 5:08 AM, Parth Gupta <pargup8 at gmail.com> wrote:
> I have merged Jiarong's branch and xapian/master in my master brach:
> https://github.com/parthg/xapian
>
> It builds (you would have to .nobootstrap xapain-bindings).
>
> It would be also good to test the feature calculation modules in the new
> API framework (the above branch) if you are more interested in the general
> framework of the LTR. But if you are more keen on the...
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.
2011 Apr 29
0
Introduction to GSoC project 'Learning to Rank'
Hello,
I am Parth Gupta, a selected GSoC 2011 student of Xapian. I have made a wiki
page of the proposed project where I basically aim to introduce the project
idea.
http://trac.xapian.org/wiki/GSoC2011/LTR
Hope to have a nice time ahead with xapian.
Cheers,
Parth,
http://sites.google.com/site/parthg88
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20110429/954e421d/attachment.html>
2011 May 04
1
Problem in Indexing
Hello All,
I am trying to index a collection of files. Details of the collection is
given below.
Types of Files: text files with .txt extension
Size of the collection: 11400 documents [1.6 GB]
This takes a lot of time to index and indexing for last 20 hrs or so. I am
using omindex.
I notice that around 2900 docs are indexed very smoothly and suddenly after
that indexing becomes very sluggish.
2012 Mar 30
0
Xapian Project : Learn to rank
Hi Vijay,
> I am Vijay Mahantesh SM from India. I am an open
> source enthusiast and a big fan of computational mathematics and research.
> I came across the idea list of mentioned in the link<http://trac.xapian.org/wiki/GSoCProjectIdeas> and
> was fascinated to find projects of my passion. As per my understanding of
> the project, this project requires a good
2012 Jun 12
0
Fwd: [Corpora-List] ACM SIGIR 2012 Workshop on Open Source Information Retrieval
This might be an interesting option for some of you!
Regards,
Parth.
---------- Forwarded message ----------
From: Andrew Trotman <andrew at cs.otago.ac.nz>
Date: Tue, Jun 12, 2012 at 5:12 AM
Subject: [Corpora-List] ACM SIGIR 2012 Workshop on Open Source Information
Retrieval
To: corpora at uib.no
ACM SIGIR 2012 WORKSHOP ON OPEN SOURCE INFORMATION RETRIEVAL****
16 August 2012, Portland,
2012 Apr 04
0
Doubt regarding Feature selection for 'Learning to Rank' algorithms
Hi Rishabh,
I had this feeling before. This is a really nice idea BUT we can not go
ahead with the project which is still not tested in the experimental
settings. Though it may be a wonderful research exercise, I would still
vote to go for the state-of-the-art methods which are completely published
with full details and experimental results. Hope you get my point.
Regards,
Parth.
On Wed, Apr 4,
2011 Apr 01
2
New Idea on Ranking in IR
Hello,
I want to discuss my idea on ranking in IR system which I think can be good
extension to Xapian. If I am not too late to discuss it then please consider
it. I first give you brief background of me, I am a Masters student working
on my thesis in the Information Retrieval. I today only got a mail from one
of the professor from Europe whom i am going to join for Ph.D about GSoC and
more
2011 Jun 07
0
Introduction and Discussion for Learning to Rank Framework
...methods' calls. The
format we have selected of the training file is very standard and common to
most of the Letor tools available and if it demands the data in different
format then we can write multiple training file in each suitable format.
Regards,
Parth Gupta,
http://sites.google.com/site/parthg88
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20110607/6a071ec4/attachment-0001.html>
2012 Apr 11
0
Model file from ranking using Xapian::Letor
Hello,
I have attached a model file which can be used to rank new queries.
Disclaimer: I don't remember if its is the updated one or the one with
which I evaluated the API before. But it should work with your new queries
with libsvm based letor module.
Parth.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: