Displaying 20 results from an estimated 1300 matches similar to: "Learning to Rank : GSoC 2012"
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
2013 Mar 21
1
GSOC - 2013 - Introduction (Learning to Rank)
Hello Everyone,
I am looking forward to contribute to Xapian and also apply as a Google
Summer of Code student. I would like to start by introducing myself. I am a
final year M.Sc.(H) Chemistry and B.E. (H) Electronics and Instrumentation
student at BITS - Pilani, Goa. I am interested in Machine Learning and
presently pursuing my thesis on the same. I have been selected for Google
Summer of Code
2014 Mar 04
4
Questions on letor module
Hi,
I have several questions regarding the letor module,I looked at the
framework of learning to rank in xapian
http://rishabhmehrotra.com/gsoc/17.png, I am a little confused. Why using
deep learning to find unsupervised features in test data? Since in my
understanding, learning to rank model usually learn features from the
training data then apply the model to the test data? Why test set and
2012 Apr 01
1
[GSoC2012] Learning to Rank: few thoughts/issues
Hello,
I would like to work with Orange as part of GSoC 2012(and continue
henceforth). Apologies for joining in a bit late- i was waiting to get a
proper grasp of things before discussing it here. Currently I am a Masters
students in Mathematics with my bachelors in Computer Science[integrated
dual degree]. Over the last year and a half, I have worked on a few ML
projects and have a couple of
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 11
3
Proposal Outline
Hi,
Before starting my proposal, I wanted to know what is the expected output
of Letor module. Is it for transfer learning (i.e you learn from one
dataset and leverage it to predict the rankings of other dataset) or is it
for supervised learning?
For instance - Xapian currently powers the Gmane search which is by default
based on BM25 weighting scheme and now suppose we want to use LETOR to rank
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,
2014 Apr 24
2
Need someone to help me adjust my gsoc proposal
Dear all,
My name is Hanxiao Sun and I am a master student in the University of
Chinese Academy of Sciences. I am so glad to be selected by Xapian as the
GSoC student. This is my first time to work with open source community. I
hope I can do a good job with you in this summer !
In my proposal, I followed the scope of the LTR project on the ideas page.
But, after the interview, it seems to need
2012 Apr 19
0
Patch: New features for Learning to Rank
Hello,
Please find attached the patch which contains new features for the LETOR
framework which increases the total features from 19 to 37. In my proposal
I had mentioned of having a final count of 44 IR specific features apart
from those learnt by unsupervised feature learning part via Deep Learning.
So I am left with 7 out of those 44,of which 6 I will be implementing
within the next 2
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
2002 Oct 14
3
normalizing data sets
Hi,
Can someone tell me how to normalize a data set so that the mean of the set is 0 and the variance is 1. As I understand, when you
calculate the principle components of a data set through correlation as
< princomp( dataset, cor=T ) >
then a similar calculation is performed. I would like to know how I can perform such a calulation directly. Any help would be
greatly appreciated.
Many
2002 Apr 16
6
Classification Analysis
Hi everyone,
Could somebody explain to me what is the package/function for
classification analysis. I am performing analysis of music files in the form
of MIDI files. I end up with about 750 dependent variables from the
analysis, I also have a number of independent/grouping variables that I set
manually. What I would like is to be able to predict which group a
particular MIDI files belongs to
2003 Apr 10
3
multiple numerical variables in aov
Hi all,
I have a question regarding the anova function aov(). I want to perform an anova calculation
using one grouping variable but more than one numerical variables:
So instead of:
aov(v ~ g)
I want something like
aov(v1 + v2 + v3 ~ g)
Essentially I want to find out whether the variables v1, v2, v3, etc can collectively discriminate
between different values of variable g. Could
2012 Jul 05
4
Exclude missing values on only 1 variable
Hello,
I have many hundred variables in my longitudinal dataset and lots of
missings. In order to plot data I need to remove missings.
If I do
> data <- na.omit(data)
that will reduce my dataset to 2% of its original size ;)
So I only need to listwise delete missings on 3 variables (the ones I am
plotting).
data$variable1 <-na.omit(data$variable1)
does not work.
Thank you
2003 May 27
3
0 margin for creating eps files
Dear all,
I am trying to create eps files of R plots (in Linux) so that I can import them into Word
(obviously in MS Windows). What I would like is for the files to be cropped so that there is no
margin around the actual plot, because I have no way of editing the files after they have been
created. I have tried using
par(mai=c(.75,.75,0,0))
in order to reduce the margin; it works fine when I
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
2002 Jul 03
2
grouping in scatterplot3d
Hi all,
I've been using the scatterplot3d function (from the scatterplot3d library) to create 3D plots. I was wondering whether there is
anyway to group the points according to a particular group variable. For example I used the plot function as
plot( factor( <GROUPINGVAR> ) , <PLOTVARS> )
to organise the results in a according to the grouping variable. I was wondering
2006 Jul 13
3
set the bahavior that R deal with missing values?
Dear Rusers,
The default behavior in R when performing a regression model with missing
values is to exclude any case that contains a
missing value? How could i set the bahavior that R deal with missing values?
e.g.:
exclude cases listwise
exclude cases pairwise
replace with mean
Thanks very much!
--
Kind Regards,
Zhi Jie,Zhang ,PHD
Department of Epidemiology
School of Public Health
Fudan