search for: iast

Displaying 4 results from an estimated 4 matches for "iast".

Did you mean: fast
2009 May 12
0
FW: neural network not using all observations
...predictions from the neural network (35 records are dropped - see email below for more details) has dimensions: > pred <- predict(coreaff.nn1) > dim(pred) [1] 5053 1 So, the following line of R code does not work as the dimensions are different. > sum((coreaff.trn.nn$hh.iast.y - predict(coreaff.nn1))^2) Error: dims [product 5053] do not match the length of object [5088] In addition: Warning message: In coreaff.trn.nn$hh.iast.y - predict(coreaff.nn1) : longer object length is not a multiple of shorter object length While: > dim(pred) [1] 5053 1...
2009 May 12
0
neural network not using all observations
...of about 0.12. I am trying to increase the predictive power of this regression model with a neural network being careful to avoid overfitting. Similar to Venables and Ripley, I used the following code: > library(nnet) > dim(coreaff.trn.nn) [1] 5088 8 > head(coreaff.trn.nn) hh.iast.y WC_Total_Assets all_assets_per_hh age tenure max_acc_ownr_liq_asts_n_med max_acc_ownr_nwrth_n_med max_acc_ownr_ann_incm_n_med 1 3059448 -0.4692186 -0.4173532 -0.06599001 -1.04747935 0 1 0 2 4899746 3.4854334...
2009 May 12
0
How do I extract the scoring equations for neural networks and support vector machines?
...he predictions from the neural network (35 records are dropped - see email below for more details) has dimensions: > pred <- predict(coreaff.nn1) > dim(pred) [1] 5053 1 So, the following line of R code does not work as the dimensions are different. > sum((coreaff.trn.nn$hh.iast.y - predict(coreaff.nn1))^2) Error: dims [product 5053] do not match the length of object [5088] In addition: Warning message: In coreaff.trn.nn$hh.iast.y - predict(coreaff.nn1) : longer object length is not a multiple of shorter object length While: > dim(pred) [1] 5053 1 &gt...
2014 Apr 03
2
Cleaning up virt SIG related wiki pages
Hi all, I took a little bit of stock in light of preparing the re-launch of the Virtualization SIG as per the board decision recently and noticed that there are quite a few old and out-of-date wiki pages lying around In particular the following pages seem very old (Iast edited in 2007) * http://wiki.centos.org/SpecialInterestGroup/Virtualization * http://wiki.centos.org/SpecialInterestGroup/Virtualization/Packages I suppose these pages should link to http://wiki.centos.org/Manuals/ReleaseNotes/Xen4-01 and the actual SIG description as was discussed and app...