search for: sigir

Displaying 7 results from an estimated 7 matches for "sigir".

Did you mean: sigio
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, Oregon, USA**** http://opensearchlab.otago.ac.nz/**** ** ** NEWS**** Grant Ingersoll and Jamie Callan confirmed as invited speak...
2011 Feb 04
4
multivariate regression
How can I run multivariate linear regression in R (I have got 3 dependent variables and only 1 independent variable)? I tried lm function, but it gave different R2 and p values for every dependent variable. I need one R2 and p value for the model. [[alternative HTML version deleted]]
2011 Feb 07
0
FW: multivariate regression
...d the code below:fit <- manova(Y ~ X)summary(fit, test="Wilks")but I get p values for intercept and regression coefficient as in anova() function, not for the hull model. Date: Mon, 7 Feb 2011 00:57:43 -0800 Subject: Re: [R] FW: multivariate regression From: djmuser@gmail.com To: denizsigirli@hotmail.com CC: r-help@r-project.org Hi: You don't state the test for which you want the p-value, and to reiterate what Dr. Ligges asked in response to your earlier post, how do you propose to define a single R^2 measure? One may be able to answer your question re an overall significance te...
2014 Feb 28
2
GSoC 2014
...14 at 01:11:24PM +0530, karthik iyer wrote: > So my idea goes like this. Basically I have been working on Question > Answering systems. I developed a QA system for "when" type questions (sorry > I cant provide the source code at the moment because my paper is under > review at SIGIR 2014). I used the part-of-speech and developed a weighted > scoring system. > Now I basically plan on developing a generic QA system which encompasses a > large number of questions. The biggest drawback of my previous QA system > was the lack of relevance measuring mechanism. I want to...
2014 Feb 26
2
GSoC 2014
The Letor project involves descent amount of Machine Learning while all the ranking related projects are around IR. Its better to introduce your idea on mailing list where all the mentors can have a detailed look at it, potential mentors can respond and the idea is kind of registered under your name. Cheers, Parth. On Wed, Feb 26, 2014 at 10:20 AM, Olly Betts <olly at survex.com> wrote:
2018 Mar 23
3
GSoC aspirant - guruprasad hegde
Hi, I plan to propose 'Math Aware search' project. After the literature review on the topic, I found Tangent or MIaS system would be a good start. With that, I studied both of the systems well. I plan to pick Tangent because it performs better. Also, it has a good literature(thesis report and few papers available) and reference code available. I keep the summary of both the system, I
2011 Jan 22
0
grofit package
Dear All, I want to use grofit package for biological growth curves. My dataset only includes "age" variable and "size" variable. I want to use logistic, gompertz and richards growth curves to predict age from size. How can I implement this data set to the function in grofit package? Best regards, Deniz [[alternative HTML version deleted]]