algorithm – by Matt Zhang
Seizure can be extremely dangerous in the wrong situations and a lot less harmful with the right preparations. With advances in non-invasive brain monitoring technology such as electroencephalogram (EEG), we may be able to predict seizure an hour before it happens. Read More ›
algorithm – by Yubo "Paul" Yang
Particle Swarm Optimization (PSO) is a nature inspired optimization algorithm. PSO mimics the behavior of a flock of birds looking for food source. Read More ›
algorithm – by Dima Kochkov
O(N log(N)) computation of a discrete fourier transform, fast integer multiplication Read More ›
algorithm – by Eli Chertkov
Error correcting codes allow full signal recovery after noise contamination. Read More ›
algorithm – by Brian Busemeyer
Evolutionary or genetic algorithms are optimization algorithms that are inspired by the evolution of life. They work by identifying the good parts of different suboptimal solutions, and attempting to combine them to make newer better solutions. Read More ›