Google News
logo
ml5.js - Interview Questions
How many ways to Initialization & Parameters in ml5.NeuralNetwork?
There are a number of ways to initialize the ml5.neuralNetwork. Below we cover the possibilities :
 
* Minimal Configuration Method
* Defining inputs and output labels as numbers or as arrays of labels
* Loading External Data
* Loading a pre-trained Model
* A convolutional neural network for image classification tasks
* Defining custom layers
Advertisement