Hello,
I'm using AWR1843 radar and I want to implement a Classification model in the OOB demo. (Ps : After clustering the objects using the DBSCAN algorithm, I am now trying to classify them).
So here is the classification models that I will test it :
- DecisionTreeRegressor
- GradientBoostingRegressor
- KNeighborsRegressor
- LinearRegression
- RandomForestRegressor
- SGDRegressor
I want to know which of these models can be implemented in AWR1843 Millimeter Wave Radar (In general: can be used in an embedded system).
Thank you,
Ben Hassine