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

An example with decaying memories #63

Open
jkomoros opened this issue Sep 1, 2023 · 1 comment
Open

An example with decaying memories #63

jkomoros opened this issue Sep 1, 2023 · 1 comment

Comments

@jkomoros
Copy link
Owner

jkomoros commented Sep 1, 2023

Where every so often you fetch a few memories at random, and if they are older than some amount, you summarize them, dropping 50% of fidelity, and then resaving, overwriting the original.

And when you retrieve a memory you re-up it. The amount of decay should be how long since it was last accessed, and how distinctive it is.

@jkomoros
Copy link
Owner Author

jkomoros commented Sep 2, 2023

Just found https://arxiv.org/abs/2308.15022 which has a similar intuition

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