search for: beresi

Displaying 2 results from an estimated 2 matches for "beresi".

Did you mean: bekesi
2005 Feb 08
1
Toying with neural networks
Hello all, Ive been playing with nnet (package 'nnet') and Ive come across this problem. nnet doesnt seems to like to have more than 1000 weights. If I do: > data(iris) > names(iris)[5] <- "species" > net <- nnet(species ~ ., data=iris, size=124, maxit=10) # weights: 995 initial value 309.342009 iter 10 value 21.668435 final value 21.668435 stopped after 10
2005 Apr 11
0
(no subject)
Hello R-people, I have searched the mailing list messages and the R site (through the web search and google) I didnt find anything related to Particle Swarm Optimization (PSO) for R. Is there a package that implements such algorithm? Thanks in advance, Ulises