Category
page 1Online algorithms
online machine learning
a method where a model is trained incrementally on data as it becomes available, in contrast to batch learning where the entire dataset is used at once
page replacement algorithm
algorithm in an OS that decides which memory pages to page out (swap out, write to disk) when a requested page is not in memory (page fault) and a free page cannot be used to satisfy the allocation (because there are too few or none)
online algorithm
algorith that can process its input piece-by-piece in a serial fashion, i.e., in the order that the input is fed to the algorithm, without having the entire input available from the start
The Library of Babel
website by Jonathan Basile
Least frequently used
Algorithm for caching data