About 108 results
Open links in new tab
  1. Introduction | Machine Learning | Google for Developers

    Jul 18, 2022 · This guide will teach you some key machine learning best practices for solving text classification problems. Here’s what you’ll learn: The high-level, end-to-end workflow for …

  2. Step 5: Tune Hyperparameters | Machine Learning - Google …

    Jul 18, 2022 · For text classification datasets, we experimented with one, two, and three-layer MLPs. Models with two layers performed well, and in some cases better than three-layer …

  3. Thresholds and the confusion matrix | Machine Learning | Google …

    Apr 17, 2025 · Learn how a classification threshold can be set to convert a logistic regression model into a binary classification model, and how to use a confusion matrix to assess the four …

  4. Step 3: Prepare Your Data | Machine Learning - Google Developers

    Jun 12, 2024 · We saw how to convert sample text data into numerical vectors. A similar process must be applied to the labels. We can simply convert labels into values in range [0, …

  5. Classification: Accuracy, recall, precision, and related metrics

    Mar 3, 2025 · Learn how to calculate three key classification metrics—accuracy, precision, recall—and how to choose the appropriate metric to evaluate a given binary classification model.

  6. What is Machine Learning? | Google for Developers

    Apr 16, 2025 · Machine learning (ML) powers some of the most important technologies we use, from translation apps to autonomous vehicles. This course explains the core concepts behind …

  7. Step 2.5: Choose a Model | Machine Learning - Google Developers

    Jun 12, 2024 · In this guide, we attempt to significantly simplify the process of selecting a text classification model. For a given dataset, our goal is to find the algorithm that achieves close …

  8. Step 4: Build, Train, and Evaluate Your Model | Machine Learning ...

    Jun 12, 2024 · Now, it’s time to write our classification algorithm and train it. We will use TensorFlow with the tf.keras API for this. Building machine learning models with Keras is all …

  9. Datasets: Imbalanced datasets | Machine Learning - Google …

    Feb 26, 2025 · Imbalanced datasets sometimes don't contain enough minority class examples to train a model properly. That is, with so few positive labels, the model trains almost exclusively …

  10. Machine Learning Glossary | Google for Developers

    Apr 2, 2025 · For example, the following two machine learning models each perform binary classification: A model that determines whether email messages are spam (the positive class) …

Refresh