algorithm – by Matt Zhang

Predict Seizure with EEG

Blog of Feeling Responsive 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

Blog of Feeling Responsive 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

Fast Fourier Transform

Blog of Feeling Responsive O(N log(N)) computation of a discrete fourier transform, fast integer multiplication Read More ›

algorithm – by Eli Chertkov

Error Correcting Codes

Blog of Feeling Responsive Error correcting codes allow full signal recovery after noise contamination. Read More ›

algorithm – by Brian Busemeyer

Evolutionary algorithms

Blog of Feeling Responsive 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 ›