Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Implement initial k-NN DTW #29

Closed
joclement opened this issue Nov 4, 2020 · 2 comments
Closed

Implement initial k-NN DTW #29

joclement opened this issue Nov 4, 2020 · 2 comments
Assignees

Comments

@joclement
Copy link
Owner

No description provided.

@joclement joclement added this to the Implement classifiers milestone Nov 4, 2020
@joclement joclement self-assigned this Nov 4, 2020
@joclement joclement changed the title Implement initial CNN for sequence classification Implement initial k-NN DTW Nov 13, 2020
@joclement
Copy link
Owner Author

I won't implement a CNN and probably also not RNN, because for those I would need more and I don't want to try Few Short Learning. One reason for not trying it is that I'm not familiar with it.

Therefore a good alternative for sequence classification is to do k-NN with Dynamic Time Warping (DTW). The benchmark is 1-NN DTW. I will implement that.

@joclement
Copy link
Owner Author

I did the implementation for that today. It can definitely be improved.

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

No branches or pull requests

1 participant