search for: hegd

Displaying 20 results from an estimated 32 matches for "hegd".

Did you mean: head
2018 Mar 09
2
GSoC aspirant - guruprasad hegde
Dear All, I'm guruprasad hegde. I would like to contribute to Xapian through GSOC-2018. Thank you for this wonderful opportunity. My Introduction: I study MSc in Computer science at the University of Saarland. I finished my 4th semester. Some of the courses I took include NLP, Information Retrieval & Data mining, statistic...
2012 Mar 27
2
Constructing Distance matrix for hclust
Hi, I have similarity value between string pairs in a mysql database. I need to construct the distance matrix which hclust can take and cluster the strings. Most of the examples I came across show how to construct the distance matrix using dist function. How can I code to construct distance matrix using the data in mysql db. Thanks a lot for any help. [[alternative HTML version deleted]]
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
2007 Oct 16
4
Xen for IBM 970MP
Hi All, We are planning to support the XEN on IBM PowerPC 970MP based blade which is running SUSE 10 Operating System. We have couple of queries regarding support XEN: 1. Is there any readily available patch for SUSE 10(as a guest) to support paravertualization? 2. Is there any porting required for XEN source for IBM 970MP? 3. Is it support both paravertualization and Hypervisor ?, If yes,
2012 Mar 29
2
hclust and plot functions work, cutree does not
Hi, I have the distance matrix computed and I feed it to hclust function. The plot function produces a dense dendrogram as well. But, the cutree function applied does not produce the desired list. Here is the code x=data.frame(similarity_matrix) colnames(x) = c(source_tags_vec) rownames(x) = c(source_tags_vec) clust_tree=hclust(as.dist(x),method="complete") plot(clust_tree)
2017 May 08
4
Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section
+llvm-dev Discussion here: https://sourceware.org/ml/gnu-gabi/2017-q2/msg00000.html On Tue, May 2, 2017 at 10:17 AM, Suprateeka R Hegde <hegdesmailbox at gmail.com> wrote: > On 02-May-2017 12:05 AM, Florian Weimer wrote: >> On 05/01/2017 08:28 PM, Suprateeka R Hegde wrote: >>> So the ratio shows ~96% is RELATIVE reloc. And only ~4% others. This is >>> not the case on HP-UX/Itanium. But as I said, t...
2008 Apr 15
1
Predicting ordinal outcomes using lrm{Design}
...s for each observation. So my questions are (1) How do I pick the likeliest y (i.e., likeliest of the 4 possible ratings) for each given new observation? (2) Are there good reference that explain the theory behind this type of prediction to a beginner like me? Thank you very much, Jay Hegd? Univeristy of Minnesota -- View this message in context: http://www.nabble.com/Predicting-ordinal-outcomes-using-lrm%7BDesign%7D-tp16704403p16704403.html Sent from the R help mailing list archive at Nabble.com.
2018 Aug 07
2
GSoC - Math Aware Search report
Hi All, I created a work product page for GSoC evaluation. I plan to add a couple of sections soon (bit more detail on summary, challenges, Test suite speed up work details). Also, Project plan page is not completed yet. Link: https://trac.xapian.org/wiki/GSoC2018/Maths/Work%20Product Please let me know if you have any suggestion regarding this. Regards, Guruprasad -------------- next part
2012 Jun 22
0
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
Narayan, OpenCL has similar data type called Images. They can only be accessed through function calls and not directly. Micah From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of NARAYAN HEGDE Sent: Friday, June 22, 2012 10:24 AM To: llvmdev at cs.uiuc.edu Cc: Uday Reddy Subject: [LLVMdev] Extending llvm with data types which can be accessible only through interfaces. Hi LLVM-Dev Team, I am a graduate student working on compilation for heterogeneous multi-cores. As a part of my proje...
2016 Aug 29
2
Inconsistency in -march option between llc and clang
Hi On AArch64 (ARM 64-Bit Platform), I see there is an inconsistency in the values accepted by -march option between clang and llc. --- $ llc -march=aarch64 -mattr=help 2>&1 | grep error $ #No Error $ llc -march=armv8a -mattr=help 2>&1 | grep error llc: error: invalid target 'armv8a'. $ clang -march=armv8a -E - < /dev/null 2>&1 | grep error $ #No Error $
2012 Jun 22
2
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
Hi LLVM-Dev Team, I am a graduate student working on compilation for heterogeneous multi-cores. As a part of my project, I need to extend llvm by adding a new data type for a commonly used data structure like queue. Could you please mention if there been any prior work on extending the llvm frontend to accommodate these kind of new data types and parse it to get LLVM-IR. Can you also advice on
2017 Dec 07
0
Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section
...=shortlog;h=refs/heads/users/ccoutant/experimental-relr On Mon, May 8, 2017 at 1:55 PM, Sriraman Tallam <tmsriram at google.com> wrote: > +llvm-dev > > Discussion here: https://sourceware.org/ml/gnu-gabi/2017-q2/msg00000.html > > On Tue, May 2, 2017 at 10:17 AM, Suprateeka R Hegde > <hegdesmailbox at gmail.com> wrote: >> On 02-May-2017 12:05 AM, Florian Weimer wrote: >>> On 05/01/2017 08:28 PM, Suprateeka R Hegde wrote: >>>> So the ratio shows ~96% is RELATIVE reloc. And only ~4% others. This is >>>> not the case on HP-UX/Itan...
2012 Jun 22
1
[LLVMdev] Extending llvm with data types which can be accessible only through interfaces.
...> > OpenCL has similar data type called Images. They can only be accessed > through function calls and not directly.**** > > ** ** > > Micah**** > > ** ** > > *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On > Behalf Of *NARAYAN HEGDE > *Sent:* Friday, June 22, 2012 10:24 AM > *To:* llvmdev at cs.uiuc.edu > *Cc:* Uday Reddy > *Subject:* [LLVMdev] Extending llvm with data types which can be > accessible only through interfaces.**** > > ** ** > > Hi LLVM-Dev Team,**** > > > I am a graduate stud...
2005 May 20
1
Problems with Line in encoding
hi, The problem associated with Line in Encoding (as discussed in the mail dated Mon May 2 05:09:11 PDT 2005 -SUB:Line in Encoding) is still persisting. I tried encoding raw input (speech) at sampling rate of 16kHz (The encoding was done on the Cirrus ARM EDB9302 in linux platform)My command line was ./speexenc --rate 16000 /dev/audio /filename.spx The encoding was fine
2012 Dec 02
1
Support for IP Camera streaming (RTSP) channel to a conference
Hello, I am trying to stream an IP Camera output (h264) into a conference. The IP Camera supports RTSP. Searching around the web, I believe the RTSP support (was) available through app_rtsp (external to Asterisk distribution). This, I believe, has problems and has issues compiling in Asterisk 11 (I tried compiling it in Asterisk 11 and it failed). I may not be able to use DiaStar or i6net's
2014 Jun 17
1
Request for spandsp paid support
Hello Does anyone know if there is anyone/any company which does paid support for spandsp? We are looking for such a company/individual who will support spandsp based on on specific Service level agrements Regards Ramesh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Jul 02
0
Xapian 1.4.6 released
...2018-07-02 The wiki will shortly have a summary of the most notable changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 A big thanks to the following people for helping to make this release a reality: Germán M. Bravo, Robert Stepanek, 张少华, Gaurav Arora, Andy Chilton, sielicki, Guruprasad Hegde, Richard Boulton, Antoine Beaupré, David Bremner, Uppinder Chugh, orbea, James Aylett, addy007-icy. If I've missed anyone out, you can claim an extra big thankyou. As always, if you encounter problems, please report them here, or to the bug-tracker: https://xapian.org/bugs You can find deta...
2018 Jul 20
0
Xapian 1.4.7 released
...e wiki has a summary of the most notable changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 A big thanks to the following people for helping to make this release a reality: David Bremner, Germán M. Bravo, Jim O'Regan, Dainius Jocas, Arthur Zakirov, Damodharan Rajalingam, Guruprasad Hegde, Sylvain Taverne, Alistair Buxton If I've missed anyone out, you can claim an extra big thankyou. As always, if you encounter problems, please report them here, or to the bug-tracker: https://xapian.org/bugs You can find detached GPG signatures for each of the release tarballs in a correspo...
2012 Mar 21
2
Error in fitdist- mle failed to estimate parameters
Hi, I am trying fit certain data into Beta distribution. I get the error saying "Error in fitdist(discrete_random_variable_c, "beta", start = NULL, fix.arg = NULL) : the function mle failed to estimate the parameters, with the error code 100" Below is the sorted data that I am trying to fit. Where am I going wrong. Thanks a lot for any help. Vinod
2005 May 02
1
Line-In Encoding
Hello, I am working on Cirrus ARM-EDB 9302 and using speex-1.1.7. I have tried encoding a wav file of 7sec long and it took 6 sec to encode it for default settings of encoder with both files on the RAM.Next I tried encodeing for 1 minute wav file and it took 2.2min for default settings. Why is it that as size of input file increases,encoding time also increases drastically?( I decoded