Download List

Project Description

dlib is a C++ library for developing portable applications dealing with networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-10-26 15:13
15.11

Tags: Minor feature enhancements

2007-10-10 17:22
15.10

This release primarily improves the matrix and
linear algebra components of this library.
However, some minor bugfixes and additional
improvements are also present.
Tags: Minor feature enhancements

2007-09-26 15:25
15.9

This release of the library includes some new
machine learning algorithms. Specifically, it
includes a multi-layer perception and a nu support
vector machine. It also includes further speed
optimizations of the linear algebra library and 22
new functions that operate on matrix objects.
Lastly, some minor bugs have been fixed.
Tags: Minor feature enhancements

2007-09-12 14:08
15.8

This release includes three smart pointers
(shared_ptr, weak_ptr, and scoped_ptr). The linear
algebra code has also been further optimized to
take advantage of small statically sized matrices.
Tags: Minor feature enhancements

2007-08-27 16:01
15.7

An object to allow the easy handling of threads
running global functions was added. The ability to
process arbitrary HTTP headers was added to the
Web server object. Minor improvements were added
to the matrix and command line parser objects.
Tags: Minor feature enhancements

Project Resources