I would like to classify data coming from a sensor. In the literature Hidden Markov Model and SVM are used, but I would like to improve results with another methods.The picture how data and classes are as follows;
x is time axis and y is sensor outputs axis. The yellow is how signal looks like and it randomly changes in the range of red dashes. Green vertical lines are the boundaries for specific classes written in Red color.
The algorithm should make the classification online, I mean while data is coming to the algorithm, it should classify them immediately.
Could you please recommend possible machine learning algorithms for this type of classification?
