search for: uplift

Displaying 20 results from an estimated 25 matches for "uplift".

2013 Feb 18
2
Uplift modeling with R ?
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130218/1ef898cb/attachment.pl>
2016 Aug 02
2
[LLVM] New Dead Code Elimination
You should not expect pretty much any perf uplifts from any DCE, ever. If it does, it's mostly luck (better cache behavior, etc). You should expect size improvements ;) On Mon, Aug 1, 2016 at 10:51 PM, Das, Dibyendu via llvm-dev < llvm-dev at lists.llvm.org> wrote: > What kind of perf. uplifts are expected and in what benchmarks/a...
2004 Sep 15
0
testing goodness of fit of linear model
...ificant or not? For background info, I am modelling the response of topographic slope to the distance of a catchment's outlet. Some guys have shown that if there is a significant fit to a linear model, one can deduce the dynamic state of the basin, that is, whether erosion is as strong as rock uplift, erosion is smaller than rock uplift, or erosion is greater than rock uplift. I am thus to test 4 situations: Situation 1: a linear model is inappropriate for describing the data, the scatter is too large, and thus a linear model is unfit to explain the data. Situation 2: the linear model of the...
2014 Mar 22
2
[GSOC 2014] Indexing INEX dataset
...es like BM25 this approach works well but letor does not need special weighting for title in this form as it itself assigns weights to title features separately. But I see your concern it would be a problem when BM25 is used on the index with this setup. Hence its preferable to take a note of this uplift in title weight for xapian-letor and normalize it everywhere calculating the statistics. Cheers, Parth. On Thu, Mar 20, 2014 at 2:35 AM, Olly Betts <olly at survex.com> wrote: > On Mon, Mar 17, 2014 at 09:07:29PM +0100, Parth Gupta wrote: > > Wouldn't setting the weight of te...
2010 Dec 10
2
Need help on nnet
Hi, Am working on neural network. Below is the coding and the output > library (nnet) > uplift.nn<-nnet (PVU~ConsumerValue+Duration+PromoVolShare,y,size=3) # weights: 16 initial value 4068.052704 final value 3434.194253 converged > summary (uplift.nn) a 3-3-1 network with 16 weights options were - b->h1 i1->h1 i2->h1 i3->h1 16.64 6.62 149.93 2.24...
2016 Jan 25
7
Google Chrome and CentOS 6?
...ll soon stop receiving Google Chrome updates because this Linux system will no longer be supported." Doing some google searches I found this; http://superuser.com/questions/1011832/this-computer-will-soon-stop-receiving-google-chrome-updates-because-this-linux Which in itself wasn't too uplifting... Following the suggestion about installing Chromium instead worked, but it seems to be stuck at an ancient version of the browser. Recompiling the available Chromium source is of course an option, but not for me. Not unless there are step-by-step guides doing it. There was a rather long an...
2015 Nov 21
2
Recent -Os code size regressions
On Fri, Nov 20, 2015 at 5:06 PM, James Molloy <james at jamesmolloy.co.uk> wrote: > > Hi, > > We'd need to look precisely at what's causing the code size bloat. The midend commit pointed out by Steve shouldn't cause bloat in and of itself - it should reduce code size. It removes a load of stores and branches. > > I know a backend change I made to ARM isn't
2016 Aug 01
5
[LLVM] New Dead Code Elimination
I have a rewrite of the aggressive dead code elimination pass which handles control flow and allows may-be-infinite loops to be removed under optional flag. Chandler suggested rather than a large change a series of small changes and, while that may not get us to small changes easily, there has been no further commentary on the diff: https://reviews.llvm.org/D18762. Given that, I will plan on
2016 Jan 25
0
Google Chrome and CentOS 6?
...updates > because this Linux system will no longer be supported." > > Doing some google searches I found this; > http://superuser.com/questions/1011832/this-computer-will-soon-sto > p-receiving-google-chrome-updates-because-this-linux > > Which in itself wasn't too uplifting... > Following the suggestion about installing Chromium instead worked, > but it seems to be stuck at an ancient version of the browser. > > Recompiling the available Chromium source is of course an option, > but not for me. > Not unless there are step-by-step guides doing i...
2016 Apr 18
0
Google Chrome and CentOS 6?
...rome updates because this > Linux system will no longer be supported." > > Doing some google searches I found this; > > http://superuser.com/questions/1011832/this-computer-will-soon-stop-receiving-google-chrome-updates-because-this-linux > > Which in itself wasn't too uplifting... > Following the suggestion about installing Chromium instead worked, but it > seems to be stuck at an ancient version of the browser. > > Recompiling the available Chromium source is of course an option, but not > for > me. > Not unless there are step-by-step guides doing...
2016 Jan 25
1
Google Chrome and CentOS 6?
...is Linux system will no longer be supported." >> >> Doing some google searches I found this; >> http://superuser.com/questions/1011832/this-computer-will-soon-sto >> p-receiving-google-chrome-updates-because-this-linux >> >> Which in itself wasn't too uplifting... >> Following the suggestion about installing Chromium instead worked, >> but it seems to be stuck at an ancient version of the browser. >> >> Recompiling the available Chromium source is of course an option, >> but not for me. >> Not unless there are ste...
2013 Oct 30
0
Re: Is: Wrap-up Was: Re: EFI and multiboot2 devlopment work for Xen
...do not know are there plans to support such solution by GRUB2 > community. Currently, support for native PE images signatures and GPG signatures > is under development for GRUB2 upstream. > GPG signatures are supported already. My plan is as follows: - Implement PE signatures upstream. - Uplift as much of secureboot to upstream as policy permits. I would like to be in partnership over this with some distro people so that they can carry remaining part (unless FSF allows secureboot per policy) > There is still open question that ExitBootServices() should be called by GRUB2 > loader or...
2018 Apr 09
3
XScreenSaver
Le 09/04/2018 ? 03:04, Chris Adams a ?crit?: > It's Open Source - patching to remove such a nag is legal and a service > to the users. > > It's a screensaver program - how many updates does it need anyway? If > it is just updates to add more fancy animations, there is zero reason to > demand people upgrade. Here's the exact response I got from the developer after
2014 Mar 17
2
[GSOC 2014] Indexing INEX dataset
Hi Olly, Wouldn't setting the weight of terms in title back to normal (e.g. 5 to 1) by below line, automatically adjust the wdfs and field lengths? indexer.index_text(title, 5, "S"); -> indexer.index_text(title, 1, "S"); if it does not then we should include that part in the patch too. I like to create a patch for xapian-letor for resolving common code of xapian.
2009 Apr 28
1
zfs-fuse mirror unavailable after upgrade to ubuntu 9.04
...-- Kind regards, Jules free. open. honest. love. kindness. generosity. energy. frenetic. electric. light. lasers. spinning spotlights. stage dancers. heads bathed in yellow light. silence. stillness. awareness. empathy. the beat. magic, not mushrooms. thick. tight. solid. commanding. compelling. uplifting. euphoric. ecstatic, not e. ongoing. releasing. reforming. meandering. focussing. quickening. quickening. quickening. aloft. floating. then.... the beat. fat exploding thick bass-line. eyes, everywhere. smiling. sharing. giving. trust. understanding. tolerance. peace. equanimity. emptiness (Eart...
2016 Jun 07
2
Can't delete emails from or write replies to Inbox
Hi, I'm running Dovecot and Thunderbird, with 2 separate accounts (business and personal). One operates fine, but the other one won't allow me to write replies to the Inbox (so that I can track current threads), and if I move emails to another folder, it copies them instead. New emails do appear in the Inbox. I've checked the permissions on the two Inboxes, and they are the same
2014 Nov 28
5
[LLVMdev] [RFC] Removing BBVectorize?
Hi Everyone, I propose that we remove BBVectorize from trunk. Here's why: - It never made it from "interesting experiment" to "production quality" (it is not part of any in-tree optimization pipeline). - We now have an SLP vectorizer that we do use in production, had have for some time. - BBVectorize otherwise needs refactoring, and the implementation has lots of
2008 Dec 08
5
How to use mbuffer with zfs send/recv
...-- Kind regards, Jules free. open. honest. love. kindness. generosity. energy. frenetic. electric. light. lasers. spinning spotlights. stage dancers. heads bathed in yellow light. silence. stillness. awareness. empathy. the beat. magic, not mushrooms. thick. tight. solid. commanding. compelling. uplifting. euphoric. ecstatic, not e. ongoing. releasing. reforming. meandering. focussing. quickening. quickening. quickening. aloft. floating. then.... the beat. fat exploding thick bass-line. eyes, everywhere. smiling. sharing. giving. trust. understanding. tolerance. peace. equanimity. emptiness (Eart...
2017 Dec 06
5
[LV][VPlan] Status Update on VPlan ----- where we are currently, and what's ahead of us
Status Update on VPlan ---- where we are currently, and what's ahead of us ==========================================================   Goal: ----- Extending Loop Vectorizer (LV) such that it can handle outer loops, via uplifting its infrastructure with VPlan. The goal of this status update is to summarize the progress and the future steps needed.   Background: ----------- This is related to the VPlan infrastructure project we started a while back, a project to extend the (inner loop vectorization focused) Loop Vectoriz...
2017 May 30
8
Enable vectorizer-maximize-bandwidth by default?
On Fri, May 19, 2017 at 4:01 PM Adam Nemet via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I will run it on Cyclone/AArch64 next week. > FYI, we're still waiting on these Adam... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170530/7cb390ca/attachment.html>