sparsehash

By | | No Comments

The Google SparseHash project contains several hash-map implementations in use at Google, with different performance characteristics, including an implementation that optimizes for space and one that optimizes for speed.

orange

By | | No Comments

Orange is a component-based data mining software. It includes a range of data visualization, exploration, preprocessing and modeling techniques.

networkx

By | | No Comments

NetworkX is a Python language software package for the creation, manipulation, and study of the structure, dynamics, and function of complex networks.

nlopt

By | | No Comments

NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms.

openblas

By | | No Comments

BLAS provides standard interfaces for linear algebra, including BLAS1 (vector-vector operations), BLAS2 (matrix-vector operations), and BLAS3 (matrix-matrix operations).