tfNNFit: returns the weights of a neural network model trained on...

View source: R/tfNNFit.R

tfNNFitR Documentation

returns the weights of a neural network model trained on client data

Description

compiles and fits a keras/tensorflow neural network on client

Usage

tfNNFit(x, model, cl.labels, compile.args, fit.args, weights.args = NULL)

Arguments

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


sib-swiss/dsSwissKnife documentation built on Nov. 27, 2024, 6:03 p.m.