Get started with text classification in Flutter apps quiz

  1. Text classification is the process of having a neural network learn how to understand the ___ of a piece of text.

  2. True or false? When you design a neural network, it takes data in and gives you inferences about that data with strings.

  3. True or false? Users often misspell words to bypass spam filters. There's no way to avoid this.

  4. To retrain a model with custom labeling of text as spam or not spam, edit the ___.

  5. TensorFlow Serving supports which of these API surfaces?

  6. True or false? You need to generate the client stub code when you use REST to send requests to TensorFlow Serving.