tfNNFit | R Documentation |
compiles and fits a keras/tensorflow neural network on client
tfNNFit(x, model, cl.labels, compile.args, fit.args, weights.args = NULL)
x |
string of a dataframe name |
model |
json string of tensorflow/keras neural network model |
cl.labels |
string with name of class variable |
compile.args |
list with arguments passed to compile function |
fit.args |
list with arguments passed to fit function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.