Models & datasets | TensorFlow
www.tensorflow.org › resourcesMachine learning models and examples built with TensorFlow's high-level APIs. Explore GitHub. TensorFlow.js models. Pre-trained machine learning models ready-to-use in the web browser on the client side, or anywhere that JavaScript can run such as Node.js. Explore GitHub.
TensorFlow Hub
https://www.tensorflow.org/hubTensorFlow Hub is a repository of trained machine learning models. "mainly", "In the plain!"]) TensorFlow Hub is a repository of trained machine learning models ready for fine-tuning and deployable anywhere. Reuse trained models like BERT and Faster R-CNN with just a …
Models & datasets | TensorFlow
https://www.tensorflow.org/resourcesModels & datasets. Explore repositories and other resources to find available models, modules and datasets created by the TensorFlow community. TensorFlow Hub. A comprehensive repository of trained models ready for fine-tuning and deployable anywhere. Explore tfhub.dev.
Hosted models | TensorFlow Lite
www.tensorflow.org › lite › guideJan 28, 2021 · Explore the TensorFlow Lite Task Library for instructions about how to integrate image classification models in just a few lines of code. Quantized models. Quantized image classification models offer the smallest model size and fastest performance, at the expense of accuracy. The performance values are measured on Pixel 3 on Android 10. You can find many quantized models from TensorFlow Hub and get more model information there.
tf.keras.Model | TensorFlow Core v2.7.0
www.tensorflow.org › api_docs › pythonimport tensorflow as tf inputs = tf.keras.Input (shape= (3,)) x = tf.keras.layers.Dense (4, activation=tf.nn.relu) (inputs) outputs = tf.keras.layers.Dense (5, activation=tf.nn.softmax) (x) model = tf.keras.Model (inputs=inputs, outputs=outputs) Note: Only dicts, lists, and tuples of input tensors are supported.
TensorFlow
https://www.tensorflow.orgDiscover TensorFlow's flexible ecosystem of tools, libraries and community ... Build and train ML models easily using intuitive high-level APIs like Keras ...
Hosted models | TensorFlow Lite
https://www.tensorflow.org/lite/guide/hosted_models28.01.2021 · Note: The model files include both TF Lite FlatBuffer and Tensorflow frozen Graph. Note: Performance numbers were benchmarked on Pixel-3 (Android 10). Accuracy numbers were computed using the TFLite image classification evaluation tool. Floating point models. Floating point models offer the best accuracy, at the expense of model size and performance.
TensorFlow.js models
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 real-time (BodyPix).