Displaying 20 results from an estimated 69 matches for "iyers".
Did you mean:
myers
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,
2012 Sep 10
1
E-mail # 2 / attachments matrix test cases
HI Sridhar,
Try this:
#I saved the file as .csv.
?testMaster<-read.csv("test1Master.csv")
?test2Sorted<-read.csv("test2Sorted.csv")
testMaster1<-testMaster[order(testMaster[,1]),]
test2Sorted1<-test2Sorted[order(test2Sorted[,1]),]
Combinedat<-as.matrix(merge(testMaster1,test2Sorted1,by="X"))
?rownames(Combinedat)<-Combinedat[,1]
2014 Feb 25
2
GSoC 2014
Hi,
I am C Karthik Iyer, a 3rd year B Tech student at NITK Surathkal. I am
interested in working on projects on Information Retrieval and Machine
Learning. I've had previous experience on working on projects regarding
Question Answering Systems.
I have a project idea which includes both IR and ML but i dont know how
feasible the idea is. Could you guys say when will you be available
2014 Sep 29
2
Help with xapian
Hi,
I have started getting a hang of the xapian codebase. I think I would like
to try my hands on the letor module of xapian. Could you please suggest
some free data set for the training and testing of letor features. I am not
able to get the INEX data set from anywhere (the one mentioned by parth
gupta in his GSOC 2011 projecct.
Regards
Karthik
On Mon, Sep 22, 2014 at 4:23 PM, Olly Betts
2009 Feb 16
3
Finishing up the contributors list as well
Guys,
OK, now that we have the new core contributors squared away, we
can go back to finishing the contributors list.
There were some people who got added and then there is existing
contributors list. I think Darren''s suggestion to wait to add new
core contributors is fine (let the new constitution settle down
and we can in the meanwhile have a more inclusive look at both
rather than
2006 Nov 01
0
Need help connecting Alcatel 4400 PBX to Asterisk
Hi there
I have a TE110P card fitted in my linux box running :
Linux version 2.6.9-5.ELsmp (bhcompile@decompose.build.redhat.com) (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) #1 SMP Wed Jan 5 19:30:39 EST 2005
I followed the installation steps on digium website...no errors reported.
The modules seem to have loaded...here's what lsmod shows:
Module Size Used by
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:
2008 Oct 28
1
Source code for ppr (Projection Pursuit Regression)
Dear R users,
I am looking for the source code of the implementation of ppr (Projection
Pursuit Regression) in R.
It will be great if citations of the source papers on which the
implementation is based, are also provided.
Thank you,
Arvind Iyer,
Grad student, Deptt. of Biomedical Engineering
Viterbi School of Engineering
University of Southern California, Los Angeles
[[alternative HTML
2020 May 26
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
Referring to the log messages from my previous mail… I confused myself (and probably others) by reading the “Adding MemMgr 0x55555959f440“ message as “Registering MemMgr 0x55555959f440”. Thus the address mismatch made no sense. How could we be registering a `MemMgr` address/key that does not match once we arrive in `notifyObjectLoaded` method?
Answer: Because the registrations is NOT coming
2012 Sep 10
1
R- merging two matrix
Hi,
I have two matrices. (same size, same number of rows,
same names for the rows - one has data in sorted
order, another one master data in unsorted order. I need to
combine both).
Rows names of Matrix A
P, Q, R, S, T, U, V ....... (some order) - each row has 4 values
Row names of Matrix B (same as B, but in a different (sorted) order)
Q, P, T, U, V, ....... (same names, but
2009 Nov 14
4
[LLVMdev] CFG using LLVM
Hi,
I am a new user of LLVM. I am using it as the IR for a compiler for a subset
of LUA.
I have the .ll file ready and it executes fine when passed to the llvm
interpreter.
Now, I wish to perform a few optimizations to the code starting with dead
code elimination.
For this I would need the CFG. I am very new to all of this stuff. Please
help me out guys.
The way I want to proceed is to start at
2009 Nov 16
1
[LLVMdev] CFG using LLVM
I used successors to find the basic blocks that can be visited and those
that cannot be reached.
My pass just prints out those blocks which can be reached. The problem is
that I want to include
this in my compiler code rather than as a separate .cpp file which will
perform the pass when I use 'opt'.
I have seen that there is something called a PassManager class. Will this
help me any way ?
2014 Dec 30
2
Help with xapian
Hi,
Can someone tell me what was Gaurav Arora's exact contribution in the
Clustering Search Results part during GSoC 2014? I guess that will be
more helpful in understanding his code.
Regards
Karthik
On Tue, Dec 16, 2014 at 4:06 AM, Olly Betts <olly at survex.com> wrote:
> On Mon, Dec 15, 2014 at 06:56:39PM +0530, karthik iyer wrote:
>> Could some one tell me some specific
2014 Dec 15
2
Help with xapian
Hi,
Sorry for the long hiatus. I was caught with some other deadlines.
Could some one tell me some specific expectations from Letor for GSOC
2015? I am currently trying out some learning algorithm
implementations but need some help with it. Can Parth, James and
others related to LETOR please tell me the IRC availability for the
next few days.
Regards
Karthik
On Wed, Oct 22, 2014 at 3:39 AM,
2006 Apr 11
18
Rails 1.1 in Production
My hosting company is still supporting only Rails 1.0. I have installed
Rails 1.1.2 to my vendor directory and deployed it in production which
should mean that my application should be using the Rails version in my
vendor diretory. But It looks like its still using local gem libraries, here
is the error from dispatch.fcgi when I try and invoke my app
NoMethodError (undefined method
2005 Jan 26
3
Accessing multiple shares from one single client
I am facing the current problem:
I have one WinXP SP2 Clients trying to access multiple shares on the same
smb server. When booting up Windows I can login to one share, but not to the
other ones. Whichever of them I take first is working just fine. My username
or password (which is correct!) is being rejected. Is this a Windows issue
or do I need to adjust a parameter in smb.conf?
Current
2014 Feb 28
2
GSoC 2014
On Thu, Feb 27, 2014 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
2005 Jan 22
2
Windows XP connects as guest instead of letting me choose the username / password
Hi,
I suspect this is more of a WinXP issue, but since it drives me mad,
I'll ask anyway.
What I want:
In Windows XP network neighborhood, select my samba server, select one
of the shares, then have a dialog asking me for the respective
Samba-username & -password to access the share.
What I get:
I get a dialog with the username "Guest", greyed out, asking me for a
2010 Jan 31
2
[LLVMdev] Segmentation Fault
Hello,
I am learning to write passes in LLVM and currently using LLVM 2.6. I
followed the steps mentioned to write the helloworld pass and when i run it
using opt, I get a Seg Fault. Not able to figure out why this is happening.
It would be great if someone can point out where I am going wrong.
Thanks.
Hersh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jan 31
0
[LLVMdev] Segmentation Fault
May be you need to debug your code and see.
Rajika
On Sun, Jan 31, 2010 at 9:48 AM, Hersh.S. Iyer <coolhersh at gmail.com> wrote:
> Hello,
>
> I am learning to write passes in LLVM and currently using LLVM 2.6. I
> followed the steps mentioned to write the helloworld pass and when i run it
> using opt, I get a Seg Fault. Not able to figure out why this is happening.
> It