7 ms·
Cool idea, what model does it use to predict my next window?
by jmercouris 1y ago
Cool idea, what model does it use to predict my next window?
- ethan_smith 1y agoWould be interesting to know if it's using a Markov chain, frequency analysis, or some more complex ML approach for the prediction.
- atommachinist 1y agoThe algorithm started off by using one of those more simple methods and has evolved a lot since then. I'm exploring a few different directions now. It's difficult to say what will be the best direction to take it in until I have some more data to see what's working. I want to make something that works well for a lot of different types of workflows.
- thyristan 1y agoLRU i guess.