[R-es] Problema R se cuelga neuralnet

eric ericconchamunoz en gmail.com
Mar Nov 3 22:00:23 CET 2015


Estimado Javier, tambien me funciono sin problema tu codigo. Ahi van los 
datos de mi sistema por si sirven de algo y la salida final del codigo.

 > mod
Call: neuralnet(formula = AND + OR ~ Var1 + Var2 + Var3, data = 
binary_data,     hidden = c(6, 12, 8), rep = 10, err.fct = "ce", 
linear.output = FALSE)

10 repetitions were calculated.

            Error Reached Threshold Steps
2  0.01404892642    0.008216865318    49
1  0.01683788574    0.008120714616    55
5  0.01689937192    0.007497371654    60
7  0.01946947865    0.008550035114    59
9  0.02177913318    0.008199058443    42
6  0.02180443293    0.007175976335    53
3  0.02746309356    0.007933778196    51
4  0.03534943612    0.008278124365    68
10 0.03620868725    0.009739016409    43
8  0.03996402950    0.007858722652    47



platform       x86_64-pc-linux-gnu
arch           x86_64
os             linux-gnu
system         x86_64, linux-gnu
status
major          3
minor          2.2
year           2015
month          08
day            14
svn rev        69053
language       R
version.string R version 3.2.2 (2015-08-14)
nickname       Fire Safety


Saludos, Eric.



On 11/03/2015 01:18 PM, Javier Rubén Marcuzzi wrote:
> Muchas gracias
>
> Instale R desde CRAN y ejecutar version en R y R revolution, informa lo
> mismo, pero en el segundo neuralnet se cuelga, paso una captura de
> pantalla (Rstudio bajo r revolution también tiene problemas, no con R
> desde CRAN).
>
> Javier Rubén Marcuzzi
> Técnico en Industrias Lácteas
> Veterinario
>
>
> *De: *juan(uned)
> *Enviado: *martes, 3 de noviembre de 2015 12:48
> *Para: *r-help-es en r-project.org
> *Asunto: *Re: [R-es] Problema R se cuelga neuralnet
>
> Hola Javier no he tenido ningún problema en la ejecución. Como Carlos te
>
> pongo los detalles de mi equipo:
>
> platform       x86_64-w64-mingw32
>
> arch           x86_64
>
> os             mingw32
>
> system         x86_64, mingw32
>
> status
>
> major          3
>
> minor          2.1
>
> year           2015
>
> month          06
>
> day            18
>
> svn rev        68531
>
> language       R
>
> version.string R version 3.2.1 (2015-06-18)
>
> nickname       World-Famous Astronaut
>
> Un cordial saludo,
>
> Juan
>
> El 03/11/2015 a las 15:13, Javier Rubén Marcuzzi escribió:
>
>  > Estimados
>
>  >
>
>  > Tengo un problema, R se cuelga (cierra, aborta, etc.) al usar códigos
> de neuralnet. Copio un ejemplo cualquiera para preguntar si a otros les
> pasa lo mismo o es un problema puntual en mi computadora (uso R
> revolution win 10).
>
>  >
>
>  > # install, load package
>
>  > install.packages(NeuralNetTools)
>
>  > library(NeuralNetTools)
>
>  >
>
>  > # create model
>
>  > library(neuralnet)
>
>  > AND <- c(rep(0, 7), 1)
>
>  > OR <- c(0, rep(1, 7))
>
>  > binary_data <- data.frame(expand.grid(c(0, 1), c(0, 1), c(0, 1)),
> AND, OR)
>
>  > mod <- neuralnet(AND + OR ~ Var1 + Var2 + Var3, binary_data,
>
>  >                   hidden = c(6, 12, 8), rep = 10, err.fct = 'ce',
> linear.output = FALSE)
>
>  >
>
>  > ¿Pueden correr el código sin problemas o tienen el mismo inconveniente?
>
>  >
>
>  > Javier Rubén Marcuzzi
>
>  > Técnico en Industrias Lácteas
>
>  > Veterinario
>
>  >
>
>  >             [[alternative HTML version deleted]]
>
>  >
>
>  > _______________________________________________
>
>  > R-help-es mailing list
>
>  > R-help-es en r-project.org
>
>  > https://stat.ethz.ch/mailman/listinfo/r-help-es
>
>  >
>
> --
>
> Juan Antonio Gil Pascual
>
> Profesor de Metodología de la Investigación Cuantitativa
>
> correo: jgil en edu.uned.es
>
> web: www.uned.es/personal/jgil
>
> Dpto. MIDE
>
> Facultad de Educación
>
> c/Juan del Rosal, 14 desp. 2.72
>
> 28040 Madrid
>
> Tel‚f. 91 3987279
>
> Fax. 91 3987288
>
> _______________________________________________
>
> R-help-es mailing list
>
> R-help-es en r-project.org
>
> https://stat.ethz.ch/mailman/listinfo/r-help-es
>
>
>
> _______________________________________________
> R-help-es mailing list
> R-help-es en r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-help-es
>

-- 
Forest Engineer
Master in Environmental and Natural Resource Economics
Ph.D. student in Sciences of Natural Resources at La Frontera University
Member in AguaDeTemu2030, citizen movement for Temuco with green city 
standards for living

Nota: Las tildes se han omitido para asegurar compatibilidad con algunos 
lectores de correo.



Más información sobre la lista de distribución R-help-es