Hi, I'm trying to do some IoT device classification, the dataset I'm using looks like this:
100 classes
5000~15000 samples for each class
10~15 features per sample
Can you suggest the most suitable model for this dataset? I'm looking to use RNN based models such as LSTMs but are there other algorithms more efficient(in terms of classification time) with about the same accuracy?
Thanks!