Skip to content

Instantly share code, notes, and snippets.

@dlmace
dlmace / server.R
Last active December 29, 2015 07:29
require(shiny);
require(caret);
require(e1071);
require(randomForest);
require(nnet);
require(glmnet);
#code for plotting nnets, taken from: http://beckmw.wordpress.com/2013/03/04/visualizing-neural-networks-from-the-nnet-package/
# the formula of the output of train is off and doesn't work correctly though.
#Function for plotting nnets, not working right now