From d8baebc95235a35e9e4666b1fed3218e0b15ecd0 Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Fri, 13 Sep 2024 21:51:32 +0500 Subject: [PATCH] Add https://youtu.be/GIrFEoR5PoU to docs (#16264) --- docs/en/guides/model-training-tips.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/en/guides/model-training-tips.md b/docs/en/guides/model-training-tips.md index 2efa53e70d..932a412ffb 100644 --- a/docs/en/guides/model-training-tips.md +++ b/docs/en/guides/model-training-tips.md @@ -10,6 +10,17 @@ keywords: Model Training Machine Learning, AI Model Training, Number of Epochs, One of the most important steps when working on a [computer vision project](./steps-of-a-cv-project.md) is model training. Before reaching this step, you need to [define your goals](./defining-project-goals.md) and [collect and annotate your data](./data-collection-and-annotation.md). After [preprocessing the data](./preprocessing_annotated_data.md) to make sure it is clean and consistent, you can move on to training your model. +

+
+ +
+ Watch: Model Training Tips | How to Handle Large Datasets | Batch Size, GPU Utilization and Mixed Precision +

+ So, what is [model training](../modes/train.md)? Model training is the process of teaching your model to recognize visual patterns and make predictions based on your data. It directly impacts the performance and accuracy of your application. In this guide, we'll cover best practices, optimization techniques, and troubleshooting tips to help you train your computer vision models effectively. ## How to Train a Machine Learning Model