Machine Learning | 2D Color Regressor


Objective
Scenarios

Model Types and variations. Overall, we have 4 scenarios.

Note that with Polar type data, it is theoretically easier to perform the training and get a better performance. Cartesian on the other hand should need a complex model or longer training to get reasonable performance. We will however, do not dwell into the model performance metrics in the traditional sense. We will use purely visual information for this study. The grey portion right hand side plot below is the one that will be used as the test dataset.


Comparison of the 4 scenarios

Full Code