Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Deploying Your Tensorflow Model

Deploying Your Tensorflow Model

Learn to deliver your models to millions using tensorflow serving by Rufai Mustapha.

Rufai Mustapha

November 25, 2024
Tweet

More Decks by Rufai Mustapha

Other Decks in Programming

Transcript

  1. What is TensorFlow? A) A high-level programming language B) A

    cloud computing platform C) An open-source machine learning framework D) A database management system
  2. Which of the following is NOT a core component of

    TensorFlow? A) Tensors B) Graphs C) Sessions D) Loops
  3. What is the primary data structure in TensorFlow? A) Lists

    B) Dictionaries C) Tensors D) Arrays
  4. Web

  5. What is the main purpose of TensorFlow Serving? a) To

    train machine learning models b) To deploy and serve machine learning models in production c) To create neural networks d) To preprocess data for machine learning models
  6. Which of the following is NOT a benefit of using

    TensorFlow Serving? a) Low latency and high throughput b) Supports multiple models and versions c) Automatically tunes hyperparameters of models d) Seamless integration with Docker and Kubernetes
  7. TensorFlow Serving supports which two main communication protocols? a) HTTP

    and WebSockets b) RESTful API and gRPC c) SOAP and FTP d) TCP/IP and SSH
  8. In TensorFlow Serving, which format is used to save a

    trained model for serving? a) CSV b) TensorFlow Lite c) SavedModel d) HDF5
  9. Which of the following statements is TRUE about TensorFlow Serving's

    architecture? a) TensorFlow Serving handles model training and hyperparameter tuning b) TensorFlow Serving manages model loading, prediction requests, and model lifecycle c) TensorFlow Serving is only used for training models d) TensorFlow Serving requires models to be in the TensorFlow Lite format