Update README.md

This commit is contained in:
marc 2022-02-11 19:25:37 -08:00 committed by GitHub
parent b0b686799c
commit 2465c3b3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,10 @@ The result will be the model's predictions for the entire dataset.
3. Mean Normalization 3. Mean Normalization
4. One Hot Representation 4. One Hot Representation
5. Reverse One Hot Representation 5. Reverse One Hot Representation
6. Supported Color Space Conversions
- RGB to Grayscale
- RGB to HSV
- RGB to YCbCr
18. ***Utilities*** 18. ***Utilities***
1. TP, FP, TN, FN function 1. TP, FP, TN, FN function
2. Precision 2. Precision