From 70efed89733ede3862ab0d22d78da6d5e362afe7 Mon Sep 17 00:00:00 2001 From: billc2013 Date: Mon, 21 Oct 2024 16:59:10 +0200 Subject: [PATCH] Update nn.py testing edit capability --- resources/v2/nn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/v2/nn.py b/resources/v2/nn.py index dfad407..df83f78 100644 --- a/resources/v2/nn.py +++ b/resources/v2/nn.py @@ -1,7 +1,7 @@ # Fruit Scanner Nearest Neighbor Classification ####### -# October 17, 2024; Prep for LEGO workshop +# October 17, 2024; Prep for LEGO workshop; test edit # Notice --> you can train on yellow via RGB values and see the resulting "prediction" when running the ML model even though the LEGO software does not "predict" yellow (it may not have a color or predict a different color) # In other words, a well trained nearest neighbor algorithm is an improvement over the fixed algorithm provided within the API for color detection ######