Skip to content

Classify same as closest training vector #1

@muttley2k

Description

@muttley2k

Let the classifier essentially contain all the training vectors, and during testing the classifier's task should be to figure out which training vector is the closest (e.g. in terms of vector distance) to the vector being classified. The test vector will be assigned the same label as the training vector closest to it.

The philosophy behind is that if we want to classify regions of the Hilbert space, we cannot really be smarter than the training set... that's all the information we have. (Actually, SVMs are based on a similar idea, but smarter :-)

I expect that the one-shot restriction during testing will make things tricky.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions