Notes

on different stuff


Project maintained by dg1an3 Hosted on GitHub Pages — Theme by mattgraham

In this previous post on better image review workflows, David Clunie’s noted zombie apocalypse was imminent as we waited for better predictive models for image review behavior. Well, the zombie apocalypse never happened. But I have made some progress in sketching a basic model to analyze usage patterns.

The inputs are:

Then these are regressed to get a prediction of likelihood of image being opened on a workstation, at a given time.

What can be done with this prediction? Caching on the local drive could be accomplished using:

Additionally, memory caching could be used

So with some implementation for the actual caching, we can fit the model and produce predictions. If only we had some test data…

Stay tuned for a demo of the model, possibly with only fake input data.