» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with algorithms + research

Cover Tree for Nearest Neighbor calculations

"A Cover Tree is a datastructure helpful in calculating the nearest neighbor of points given only a metric." ... "logarithmic time under dimensionality constraint and (b) always required space competitive with brute force"

Kellan-Elliot-Mcrea: del.icio.us/kellan

Oleg's website

A collection of programming languages papers and examples (mostly functional)

Haskell: del.icio.us tag/haskell

Vowpal Wabbit (Fast Online Learning)

This is a project at Yahoo! Research to design a fast, scalable, useful learning algorithm. There are two ways to have a fast learning algorithm: (a) start with a slow algorithm and speed it up, or (b) build an intrinsically fast learning algorithm.

opensource: del.icio.us tag/opensource

Finger Trees: A Simple General-purpose Data Structure

We present 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in amortized constant time, and concatenation and splitting in time logarithmic in the size of the smaller piece. Representations achieving thes

Haskell: del.icio.us tag/haskell

[from amaah] Challenges on DistributedWeb Retrieval (pdf)

good overview of the design choices and challenges involved in designing a large scale search solution for the web. The economics are interesting also and are akin to the cost of designing a new chip fab in the hardware space

User:jeyrb: jey's network's del.icio.us bookmarks

QccPack

integer wavelet compression library

opensource: del.icio.us tag/opensource

FGA - Fast Genetic Algorithm

FGA is a simple yet powerful implementation of a general genetic algorithm, and provides many types of crossover and selection procedures. It is suitable to solve mathematical problems such as combinatorical optimization ones, as well as to build artif

License:GPL: del.icio.us tag/gpl