search for: optimiza

Displaying 16 results from an estimated 16 matches for "optimiza".

Did you mean: optimize
2013 Jul 25
3
variación en los resultados de k medias
Buen día a todos. mi pregunta es si alguien sabe si el algoritmo de k medias siempre da los mismos resultados con los mismos datos de entrada. o si al correrlo dos veces con los mismos datos de entrada se pueden obtener grupos distintos. [[alternative HTML version deleted]]
2004 Aug 19
1
precision problems in testing with Intel compilers
...iler misses by 1.6e-13. This tolerance value seems a bit arbitrary. The gcc compiled version's passes the test with a 9.3e-11 error. I am using the -mp option for the intel compilers, which was recommended on this mailing list previously and would make sense given the docs: Floating Point Optimization Options -mp Maintain floating-point precision (disables some optimizations). The -mp option restricts optimiza- tion to maintain declared precision and to ensure that floating-point arithmetic conforms more closely t...
2016 Oct 11
2
Alto rendimiento
..., pero no en un ml tradicional como modelo <- lm (y ~ var1 + var2). En otras palabras http://spark.rstudio.com/mllib.html aporta beneficios, pero lo que está por fuera correría como el R de CRAN con un hilo del procesador. Los otros días vi el video de la charla, no me quedo claro si Microsoft optimiza las librerías de sus repositorios al compilarlas o solo las de su propiedad. Javier Rubén Marcuzzi De: Carlos J. Gil Bellosta Enviado: martes, 11 de octubre de 2016 10:59 Para: Javier Marcuzzi CC: r-help-es Asunto: Re: [R-es] Alto rendimiento Hola, ¿qué tal? Spark correría en tantos hilos como...
2013 Jul 25
0
variación en los resultados de k medias
El alglorimo K-means optimiza un función objetivo que depende de una configuración incial dada. Si la configuración inicial (que suele elegirse aleatoriamente) cambia entonces el resultado puede cambiar. De hecho kmeans tiene un argumento nstart que indica el numero de configuraciones inciales que el algorimo va a probar par...
2023 Sep 05
1
stackOverflowError
Buenos dias tengo un procedimiento de selección de casos que cumplen una condición u otra u otra u otra, etc. La condición se repite para 20 variables y son condiciones múltiples (más de 50) que he unido con un OR (|). Afecta a una base de datos con mas de 140000 filas. Cuando lo ejecuta me da "stackOverflowError". Alguna solución para dedicar más RAM al procedimiento? o alguna otra
2012 Oct 17
1
[LLVMdev] Question on Fence Instruction
...e >> Instruction as IR. Say if I intentionally place a Sequentially Consistent Fence >> Instruction somewhere in the code, then would the other transformation passes >> that applied later respect the Fence and do not perform any reordering across >> it? > In theory, all optimization passes should respect sc. If you find any > counter example, I think it's a bug. > > HTH, > chenwj > > -- > Wei-Ren Chen (陳韋任) > Computer Systems Lab, Institute of Information Science, > Academia Sinica, Taiwan (R.O.C.) > Tel:886-2-2788-3799 #1667 > Homepage...
2018 Feb 15
3
help (Crear bucle para generar un dataframe a partir de datos .mdb)
Hola, Tengo un conjunto de bases de datos de una encuesta industrial para diferentes años (1995-2014). Las bases de datos están en formato .mdb. A su vez, cada base de datos tiene 3 tablas con una variable "ID" común (la "llave") para vincular las tablas. Quiero realizar análisis estadísticos para analizar la evolución de ciertas variables. Quiero armar un dataframe que
2016 Oct 11
2
Alto rendimiento
...g-deep-neural-networks-in-the-cloud-with-azure-gpu-vms-mxnet-and-microsoft-r-server/ Hace unos años tuve que compilar un paquete en macosx con el compilador de Intel, si el código fuente no está preparado para procesar en varios núcleos, el compilador de Intel en Linux puede ser gratis y tiene una optimización mayor. Posiblemente, Microsoft abrió una puerta para que casi cualquiera puede montar un cluster de R bajo Linux utilizando tecnología propietaria, algo como una gran donación a la ciencia. Javier Rubén Marcuzzi De: Carlos Ortega Enviado: martes, 11 de octubre de 2016 14:21 Para: Javier Marc...
2011 Apr 05
0
[LLVMdev] GSoC 2011: Building and Executing Traces on LLVM
...e The objective of this project is to augment LLVM with dynamic pro ling ca- pabilities. Interpreted code will be instrumented so that LLVM will be able to dynamically nd, build and execute traces of more frequently executed basic blocks. This way, future projects can focus on implementing dynamic optimiza- tions on those traces. 2 Motivation Just In Time (JIT) compilers and Dynamic Binary Translators (DBT) can pro- vide information collected at runtime. The static compiler does not have this kind of information, so using it, new optimization opportunities comes to sur- face. In order to have a e ci...
2016 Oct 11
2
Alto rendimiento
...ma que puedan trabajar en conjunto. Ahora mi pregunta, spark (sparklyr) utiliza mis cuatro computadoras pero ¿un solo núcleo o los 36? (java usa solo un núcleo) La parte de Microsoft utiliza los 36 procesadores, pero las librerías que están en los repositorios de Microsoft (no las de CRAN) ¿están optimizadas para los 36 procesadores? O solo hay partes en spark como mlib o lo específico de R Microsoft optimizado, que puedan utilizar todos los núcleos y/o procesadores. Por ejemplo MCMCglmm ¿tiene beneficios en cualquiera de estas tecnologías o solo utiliza lo mismo que puede procesar en una portátil?...
2018 Oct 16
4
Problema de memoria de R
Buenas tardes, Solicito por favor ayuda con este error: Error: OutOfMemoryError (Java): Java heap space Estoy trabajando con matrices de grandes dimensiones y el programa no logra completarse porque dice le falta memoria. Gracias [unnamed] Sara Suarez Zapata Estudiante en práctica - Unidad Gestion Bolsa de Energia. Tel: (574) 380 61 18 Correo: sara.suarez en
2017 Nov 12
2
RFC: [X86] Introducing command line options to prefer narrower vector instructions even when wider instructions are available
...tel CPUs may cause a >>>>>> decrease in CPU >>>>>> > >>> frequency that may offset the gains from using the wider >>>>>> register size. See >>>>>> > >>> section 15.26 of Intel® 64 and IA-32 Architectures Optimization >>>>>> Reference >>>>>> > >>> Manual published October 2017. >>>>>> > >>> >>>>>> > >> >>>>>> > >> I note the doc mentions that 256-bit AVX operations also have &gt...
2018 Jul 16
3
[PATCH net-next V2 0/8] Packed virtqueue support for vhost
.... > > If not - let's wait for that TCP benchmark result? We can, but you know TCP_STREAM result is sometime misleading. A brunch of other patches of mine were rebased on this and then blocked on this series. Consider we don't meet regression, maybe we can merge this first and try optimizations or fixups on top? Thanks > >> Notes: >> - This version depends on Tiwei's series at https://patchwork.ozlabs.org/cover/942297/ >> >> This version were tested with: >> >> - Zerocopy (Out of Order) support >> - vIOMMU support >> - mergeabl...
2018 Jul 16
3
[PATCH net-next V2 0/8] Packed virtqueue support for vhost
.... > > If not - let's wait for that TCP benchmark result? We can, but you know TCP_STREAM result is sometime misleading. A brunch of other patches of mine were rebased on this and then blocked on this series. Consider we don't meet regression, maybe we can merge this first and try optimizations or fixups on top? Thanks > >> Notes: >> - This version depends on Tiwei's series at https://patchwork.ozlabs.org/cover/942297/ >> >> This version were tested with: >> >> - Zerocopy (Out of Order) support >> - vIOMMU support >> - mergeabl...
2017 Nov 11
2
RFC: [X86] Introducing command line options to prefer narrower vector instructions even when wider instructions are available
...ng 512-bit operations on some Intel CPUs may cause a decrease >>>> in CPU >>>> > >>> frequency that may offset the gains from using the wider register >>>> size. See >>>> > >>> section 15.26 of Intel® 64 and IA-32 Architectures Optimization >>>> Reference >>>> > >>> Manual published October 2017. >>>> > >>> >>>> > >> >>>> > >> I note the doc mentions that 256-bit AVX operations also have the >>>> same >>>>...
2017 Nov 13
3
RFC: [X86] Introducing command line options to prefer narrower vector instructions even when wider instructions are available
...> decrease in CPU >>>>>>> > >>> frequency that may offset the gains from using the wider >>>>>>> register size. See >>>>>>> > >>> section 15.26 of Intel® 64 and IA-32 Architectures >>>>>>> Optimization Reference >>>>>>> > >>> Manual published October 2017. >>>>>>> > >>> >>>>>>> > >> >>>>>>> > >> I note the doc mentions that 256-bit AVX operations also have >>>...