algorithm – by Ben Prather
The Barnes-Hut algorithm approximately solves the N-body problem using only O(N log(N)) time Read More ›
algorithm – by Jyoti Aneja
Grovers algortihm is a quantum search algorithm that sclaes as O(sqrt(N)) Read More ›
algorithm – by Will Wheeler
The Arnoldi algorithm reduces a large matrix to a smaller one to simplify finding the largest eigenvalue(s) by the QR method, which is the standard way of finding eigenvalues. Read More ›
algorithm – by Matt Zhang
AdaBoost is a systemmatic way to construct a complicated model (strong learner) by combining many copies of a simple model (weak learner). Each simple model is fit to a reweighted data set, where unexplained data have higher weights. Read More ›