Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do a classification task for my 1D sequence data #5

Open
jinyuoba opened this issue Apr 28, 2023 · 2 comments
Open

How to do a classification task for my 1D sequence data #5

jinyuoba opened this issue Apr 28, 2023 · 2 comments

Comments

@jinyuoba
Copy link

No description provided.

@YGZWQZD
Copy link
Owner

YGZWQZD commented May 17, 2023

Hello, I'm not quite sure what type of sequence you're referring to. If you're looking to classify sequences of equal length, you can consider treating them as tabular data. However, if you're dealing with sequences of unequal lengths or text sequences, I recommend using deep SSL
algorithms with neural network models that can handle sequential data, such as Transformers, RNNs.

@jinyuoba
Copy link
Author

jinyuoba commented May 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants