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

Propagate more accurate confidence value in pursuit #1085

Open
lichtefeld opened this issue Dec 14, 2021 · 0 comments
Open

Propagate more accurate confidence value in pursuit #1085

lichtefeld opened this issue Dec 14, 2021 · 0 comments

Comments

@lichtefeld
Copy link
Collaborator

Currently Pursuit's confidence values are the internal scores used for the algorithm this presents two problems:

  • Initial confidence values start out very low (e.g. around 2%) as this score is also used to determine if something should enter the official lexicon rather than a more competitive learning stage. A more better representation of the internal confidence of known patterns would be the ratio between the specific pattern's score and the maximum score of all potential patterns for that concept.
  • We don't currently have an easy-to-extend method to determine which of the exact patterns was the one matched, I only easily have access to the global concept. For now the return value will simply be the maximum internal score for the concept.
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

1 participant