multi label models &&optimal sample length #712
-
Hello! Hope you're all doing well have a question to ask: What is the best model to use for analyzing time series data of multi-labeled vibration signal readings in industrial machines, which consist of (4096 points or 2048 points) and what is the optimal sample length to divide the signals? Any insights or suggestions would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @georgemossad , |
Beta Was this translation helpful? Give feedback.
Hi @georgemossad ,
There's no way to answer your questions without running any tests.
The only thing I could recommend is to test a variety of models (always choose the Plus version if available): CNNs, RNNs, Rockets, Transformers, and Wavelet-based.
If the input and/or output time series is very long, you may have issues with Transformers which use a lot of memory.
I'd start running tests with a subset of the original dataset so that you can run them quickly.