search for: backprop

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

Did you mean: backdrop
2012 Sep 03
1
[LLVMdev] Accessing structure members of .omp_data_i
...I would like to know which member variable is being accessed in the `load' statement but there appears to be no way to relate the %.omp_data_i to {!236}. I am using LLVM 3.1 with dragonegg 3.1. The file is being compiled with the following line: gcc -fplugin=dragonegg.so -flto -emit-llvm -g -S backprop.c -g -O2 -fopenmp -o backprop.o.bc Ashay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120903/eef37e57/attachment.html>
2014 Jan 13
1
Ayuda con Neuralnet
...rlo. ¿Alguien me puede ayudar? La red neural que creo la hago con el siguiente código: nnet.sintoma<-neuralnet(hipocatotal01~edad+pthyugulardchapre+pthyugulardchapost+tasa_derecha+pthyugularizqpre+pthyugularizqpost+tasa_izquierda+nºparatirmalaviabilidad,data=Datos.chelo,hidden=1,algorithm="backprop",learningrate=0.01, hidden=1,threshold = 0.01,act.fct="tanh",linear.output=FALSE) A partir de aquí puedo ver la red e incluso ver la imagen de la red con los diferentes pesos. Entonces, me gustaría poder obtener los valores predichos por la red para luego poder hacer la curva ROC...
2016 Dec 30
5
SCCP is not always correct in presence of undef (+ proposed fix)
...tors), and make sure SCCP is on par with the other two costant propagation passes we have in llvm (and maybe garbage collect them). Danny suggested an improvement could be that of propagating facts in both directions (GCC does that as a separate pass https://gcc.gnu.org/svn/gcc/trunk/gcc/gimple-ssa-backprop.c). I have no immediate plans to work on this (I suspect NewGVN and other places will keep me busy for a while), but I hope to eventually get there. #### Thanks Eli Friedman and Daniel Berlin provided very insightful conversations/suggestions on how to tackle the problems, and provided early feedb...
2016 Dec 31
0
SCCP is not always correct in presence of undef (+ proposed fix)
...is on par > with the other two costant propagation passes we have in llvm (and > maybe garbage collect them). > Danny suggested an improvement could be that of propagating facts in > both directions (GCC does that as a separate pass > https://gcc.gnu.org/svn/gcc/trunk/gcc/gimple-ssa-backprop.c). I have > no immediate plans to work on this (I suspect NewGVN and other places > will keep me busy for a while), but I hope to eventually get there. > > #### Thanks > Eli Friedman and Daniel Berlin provided very insightful > conversations/suggestions on how to tackle the probl...
2016 Dec 31
0
SCCP is not always correct in presence of undef (+ proposed fix)
...is on par > with the other two costant propagation passes we have in llvm (and > maybe garbage collect them). > Danny suggested an improvement could be that of propagating facts in > both directions (GCC does that as a separate pass > https://gcc.gnu.org/svn/gcc/trunk/gcc/gimple-ssa-backprop.c). I have > no immediate plans to work on this (I suspect NewGVN and other places > will keep me busy for a while), but I hope to eventually get there. > > #### Thanks > Eli Friedman and Daniel Berlin provided very insightful > conversations/suggestions on how to tackle the probl...
2016 Dec 31
4
SCCP is not always correct in presence of undef (+ proposed fix)
...the other two costant propagation passes we have in llvm (and > > maybe garbage collect them). > > Danny suggested an improvement could be that of propagating facts in > > both directions (GCC does that as a separate pass > > https://gcc.gnu.org/svn/gcc/trunk/gcc/gimple-ssa-backprop.c). I have > > no immediate plans to work on this (I suspect NewGVN and other places > > will keep me busy for a while), but I hope to eventually get there. > > > > #### Thanks > > Eli Friedman and Daniel Berlin provided very insightful > > conversations/suggesti...
2016 Dec 31
0
SCCP is not always correct in presence of undef (+ proposed fix)
...ostant propagation passes we have in llvm (and >> > maybe garbage collect them). >> > Danny suggested an improvement could be that of propagating facts in >> > both directions (GCC does that as a separate pass >> > https://gcc.gnu.org/svn/gcc/trunk/gcc/gimple-ssa-backprop.c). I have >> > no immediate plans to work on this (I suspect NewGVN and other places >> > will keep me busy for a while), but I hope to eventually get there. >> > >> > #### Thanks >> > Eli Friedman and Daniel Berlin provided very insightful >> &gt...