search for: nomer

Displaying 3 results from an estimated 3 matches for "nomer".

Did you mean: nomem
2011 Nov 27
0
nnet plot
...p to the community, as I am new at this, I have some basic questions. I am looking for packages on neural networks and so you can search found these two that I think are the most used, neuralnet, nnet. So you can test, and correct me if I'm wrong the neuralnet only accepts as input values ??nomer, did a little test data (iris) library (neuralnet) Species.numeric <- as.numeric (iris $ Species) iris.df <- data.frame (iris, Species.numeric) net <- neuralnet (~ Species.numeric Sepal.Width Sepal.Length + + + Petal.Width Petal.Length, iris.df, hidden = 2) options (device = "w...
2011 Nov 28
0
Plot nnet
...to the community, as I am new at this, I have some basic questions. I am looking for packages on neural networks and so you can search found these two that I think are the most used, neuralnet, nnet. So you can test, and correct me if I'm wrong the neuralnet only accepts as input values ??nomer, did a little test data (iris) library (neuralnet) Species.numeric <- as.numeric (iris $ Species) iris.df <- data.frame (iris, Species.numeric) net <- neuralnet (~ Species.numeric Sepal.Width Sepal.Length + + + Petal.Width Petal.Length, iris.df, hidden = 2) options (device = &...
2000 Nov 15
8
Optimisations
Looking through the archives I have seen talk of making CPU specific optimisations for Vorbis, a la MMX/3DNow!/SSE. The feeling I gather is to wait until something is working well in C before committing to any kind of specific optimisation. What if oft used and needed DSP functions were identified and standardised DSP functionality be written for Vorbis? This would seperate the basically