HyperTag icon indicating copy to clipboard operation
HyperTag copied to clipboard

Add automatic file tag suggestions by file content using Machine Learning

Open SeanPedersen opened this issue 3 years ago • 1 comments

When a new file is added, automatically infer tags from semantically similar existing files tags.

Depends on #24

SeanPedersen avatar Jan 02 '21 14:01 SeanPedersen

This feature is non trivial and hard to get right. False positives (wrongly added tags) will be really annoying.

Some possible mitigation's:

  • be really conservative, e.g. only suggest few top matches (with high confidence)
  • Analyze cluster variance for each tag and prefer low variance (high density / coherence)
    • This will prevent generic tags like eBooks being suggested for e.g. a scientific paper. Instead specific tags will be preferred, increasing signal.

SeanPedersen avatar Jan 09 '21 00:01 SeanPedersen