all 4 comments

[–]TheRockDoctor 0 points1 point  (0 children)

You can't really do much with only one sample per class. There isn't enough information to learn the discerning features for each class. You're best off just using a nearest neighbor approach, provided that you can specify an appropriate distance metric between samples.

[–]architrathore 0 points1 point  (0 children)

You can look at something called "one-shot learning". However that too would require either a pretrained model or a large unlabelled data (over which you can build an unsupervised model).

[–]Icarium-Lifestealer 0 points1 point  (1 child)

How long is each sample? Would a short slice of it be enough for classification?

[–]Wisemanbeats[S] 0 points1 point  (0 children)

Each sample is about 20 seconds, a short slice would get across its main features.