Google News
logo
ml5.js - Interview Questions
What are the Properties in ml5.NeuralNetwork?
property description datatype
.callback the callback to be called after data is loaded on initialization function
.options the options for how the neuralNetwork should be configured on initialization object
.neuralNetwork the neuralNetwork class where all of the tensorflow.js model operations are organized class
.neuralNetworkData the neuralNetworkData class where all of the data handling operations are organized class
.neuralNetworkVis the neuralNetworkVis class where all of the tf-vis operations are organized class
.data The property that stores all of the training data after .train() is called class
.ready set to true if the model is loaded and ready, false if it is not. boolean
Advertisement