bugVarnamproject - Bugs: bug #40401, Implement a better frequency...

 
 

bug #40401: Implement a better frequency calculation algorithm

Submitter:  Navaneeth <navaneethkn>
Submitted:  Tue 29 Oct 2013 02:26:01 AM UTC
   
 
Category:  libvarnam Severity:  3 - Normal
Item Group:  * New feature Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 02 Mar 2016 01:51:58 PM UTC, comment #1: 

Would like to take it up! But i'm new to Open Source so if someone could guide me around that would be nice. One suggestion i do have though is that there could be a max value for the confidence value , and we could stop updating when the value is reached

Pranav Nair <pranavnair97>
Tue 29 Oct 2013 02:26:01 AM UTC, original submission:  

Context
------------
In libvarnam, when a word is learned it has a confidence associated with it. Currently, this confidence is implemented as a running serial number. For example, if 10 people types a word, then it will have a confidence of 10. This implementation is very simple and works well so far.

Problem
----------

This implementation is not highly scalable. When more people starts to use the system, the confidence value could easily go beyond the integer limit.

Proposal
------------

Change the confidence algorithm and normalize the values to a possible range. This is still in the early stages and lot of discussion is required on what method to choose.

Navaneeth <navaneethkn>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pranavnair97 (Posted a comment)
  • -email is unavailable- added by navaneethkn (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code