which classification algorithm is suitable for my data
Hi All,
I have accelerometer sensor data reading in (x,y,z) dimension. we have two class (open, close) for each class we have 30 reading. For each reading, we have almost 300 values of x,y,z coordinates. which machine learning algorithm i should use to train with this data.
You must be logged in to post. Please login or register an account.
Given that data, no one can really tell you. It also depends on your other outside objectives, like speed vs accuracy vs speed of development vs hardware it needs to run on....etc. Tons of things to consider.
Most people don't know *exactly* what algorithm they'll use for problems, they have a list of algorithms that might work, and they try them all to go with the best, or some ensemble of them.
-Harrison 7 years ago
You must be logged in to post. Please login or register an account.