A
A
Andrey2017-08-15 14:18:47
Neural networks
Andrey, 2017-08-15 14:18:47

Sequence region classification with RNN/LSTM?

There is data from the sensors in the form of a sequence (exercise). The repetition of each exercise is marked with boundaries. Each repetition has a different length from 0.4 sec to 15 sec and above (cannot be tied to a fixed length).
435e2cee712549cb94f9a4c04ecc8eff.pngd9e6ec0f21994440ad19b832d955c5ce.png
How to count the number of repetitions of an action using LSTM classification?
Just to classify what action is currently taking place - it turns out with a probability of 92%. But the task is precisely to find how many times the exercise was performed.
As far as I understand, the task is similar to speech recognition.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Olohtonov, 2017-08-15
@sgjurano

Can't you just calculate the minimums? You have the boundaries of the exercise coincide with the minima of the functions, it seems.
If you attach a neuron here, then you will have another problem :)

V
Vyacheslav Shindin, 2017-08-17
@pro_co_ru

Is it necessary to do this with the help of RNN or LSTM?
Convolutional neurons, after all, have the ability to train the patterns themselves (convolutions), i.e. just the kind of thing that fires the output neuron when the pattern correlates the most with the data below it. You can simply count the number of firings of the convolutional neuron, thereby determining the number of repetitions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question