Displaying 3 results from an estimated 3 matches for "cervino".
2005 Jan 28
2
Begginer with R
Hello all,
Im just beggining using R. I have read a couple of introductory documents
but they are very general. Is there a document focused on classification?
(this is what Ill be using R for). Examples would be just fine.
Thanks in advance,
Ulises
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
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