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

feature request: memory models #61

Open
jeremymanning opened this issue May 5, 2017 · 1 comment
Open

feature request: memory models #61

jeremymanning opened this issue May 5, 2017 · 1 comment

Comments

@jeremymanning
Copy link
Member

it would be really cool to integrate some models into Quail at some point (e.g. second release)

for example:

  • rather than building a separately implemented mechanism into AdaptiveFR, we could call Quail functions to get the order of the next list
  • our current experiment uses clustering scores to order future lists
  • we could instead use arbitrary functions of prior data (e.g. models fit to prior data) to order those future lists

in addition, it'd be nice to have an easy way for people to fit some popular memory models to their data. (we could start with CMR or pTCM.) i'd love to also include marc howard's multi-timescale version of TCM, but that one is tricky to implement, so perhaps not a good place to start.

@andrewheusser
Copy link
Collaborator

  • list reodering calls helper function which takes a list of params
    helper function - take a list of parameters, list of words, and return an ordered list of words

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants