25 November 2020 3 961 Report

I would like to make a model using sequence datasets.

As I've searched that , many LSTM, RNN tutorials use long-sequential data such as weather in 1950-2020.

However, my datasets are short sequential data but concatenate data. I attached a figure.

1) The labelled datasets are collected from 100 students. It has ground truth and the W vector (W1-Wt) can be used to infer the ground truth. The t is less than 50 (short sequence).

2) After fitting a model, I will validated it by showing confusion matrix.

3) The fitted model is used for unlabeled data. This is collected from 10,000 anonymized people. I will use W vector (W1-Wt) of the 10,000 people for inferring.

In this case, which model is good for me? The LSTM, RNN or HMM still have benefit for me?

More Park Juhyeon's questions See All
Similar questions and discussions