Skip to content

Commit a1193b4

Browse files
committed
Update README.md
1 parent 8d2ba9d commit a1193b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This document lists resources for performing deep learning on satellite imagery.
88
* [Object detection](https://github.com/robmarkcole/satellite-image-deep-learning#object-detection)
99
* [Cloud detection & removal](https://github.com/robmarkcole/satellite-image-deep-learning#cloud-detection--removal)
1010
* [Change detection & time-series](https://github.com/robmarkcole/satellite-image-deep-learning#change-detection--time-series)
11+
* [ML best practice](https://github.com/robmarkcole/satellite-image-deep-learning#ml-best-practice)
12+
* [Metrics](https://github.com/robmarkcole/satellite-image-deep-learning#metrics)
1113
* [Datasets](https://github.com/robmarkcole/satellite-image-deep-learning#datasets)
1214
* [Free online compute](https://github.com/robmarkcole/satellite-image-deep-learning#free-online-compute)
1315
* [Cloud providers](https://github.com/robmarkcole/satellite-image-deep-learning#cloud-providers)
@@ -967,7 +969,7 @@ This section includes tips and ideas I have picked up from other practitioners i
967969
* [Transfer Learning on Greyscale Images: How to Fine-Tune Pretrained Models on Black-and-White Datasets](https://towardsdatascience.com/transfer-learning-on-greyscale-images-how-to-fine-tune-pretrained-models-on-black-and-white-9a5150755c7a)
968970
* [How to create a DataBlock for Multispectral Satellite Image Segmentation with the Fastai](https://towardsdatascience.com/how-to-create-a-datablock-for-multispectral-satellite-image-segmentation-with-the-fastai-v2-bc5e82f4eb5)
969971

970-
# ML metrics
972+
# Metrics
971973
A number of metrics are common to all model types (but can have slightly different meanings in contexts such as object detection), whilst other metrics are very specific to particular classes of model. The correct choice of metric is particularly critical for imbalanced dataset problems, e.g. object detection
972974
* TP = true positive, FP = false positive, TN = true negative, FN = false negative
973975
* `Precision` is the % of correct positive predictions, calculated as `precision = TP/(TP+FP)`

0 commit comments

Comments
 (0)