TensorFlow.js API
https://js.tensorflow.org/api/latestModels are one of the primary abstractions used in TensorFlow.js Layers. Models can be trained, evaluated, and used for prediction. A model's state (topology, and optionally, trained weights) can be restored from various formats.
TensorFlow.js models
www.tensorflow.org › js › modelsTensorFlow.js models Models Explore pre-trained TensorFlow.js models that can be used in any project out of the box. Image classification Classify images with labels from the ImageNet database (MobileNet). View code Object detection Localize and identify multiple objects in a single image (Coco SSD). View code Body segmentation
TensorFlow.js models
https://www.tensorflow.org/js/modelsModels. Explore pre-trained TensorFlow.js models that can be used in any project out of the box. Classify images with labels from the ImageNet database (MobileNet). Localize and identify multiple objects in a single image (Coco SSD). Segment person (s) and body parts in …