After uploading model predictions to the Model product and analyzing model predictions and model metrics, you may want to take action to improve your neural network.For instance, you may have identified difficult or rare data. To improve the neural network, you are looking for similar data to include in your training sets.
Select high-value data rows in the model run. For example, these data rows might be difficult for the neural network, or they might correspond to a rare scenario. Your goal is to mine all of your existing data - labeled and unlabeled - to include similar data in your training sets.
Step 4: Optionally, filter to keep only labeled or unlabeled data
You may want to keep only unlabeled data, to label it in priority and include it in your training data. To do so, add a filter Annotation > is None.
You may want to keep only labeled data, to include it directly in your training set. To do so, add a filter Annotation and/or Project with the annotations and/or labeling projects you are looking for.
You can refine the similarity search. Select the images you find most relevant, and then click on Add selection to anchors. These images will be added as anchor images in the similarity search. Learn more about how to add anchors to your similarity search.