Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2011-03-25 16:07
17.37

Neben einigen kleineren Bugfixes, fügt diese Version eine MultiClass Support Vector Machine, sowie ein Werkzeug zur Lösung des Optimierungsproblems mit strukturellen Support Vector Machines verbunden.
Tags: feature additions
In addition to some minor bug fixes, this release adds a multiclass support vector machine, as well as a tool for solving the optimization problem associated with structural support vector machines.

2011-03-03 11:24
17.36

Diese Veröffentlichung fügt eine Implementierung des ungarischen Algorithmus zur Lösung der optimalen Zuordnung Problem als auch eine verbesserte Version des ocas Optimierer und lineare SVM-Trainer.
Tags: minor changes
This release adds an implementation of the Hungarian algorithm for solving the optimal assignment problem as well as an improved version of the ocas optimizer and linear SVM trainer.

2011-02-11 18:25
17.35

Diese Version wurde vor allem auf Fehlerkorrekturen und die Verbesserung der Benutzerfreundlichkeit hier und dort konzentriert. Die interessanteste Neuerung ist die Aktualisierung, um Benutzern das Lambda-Funktionen wie Event-Handler Verwendung innerhalb dlib's GUI.
Tags: minor changes
This release has been focused mostly on fixing bugs and improving useability here and there. The most interesting change is the update to allow users to use lambda functions as event handlers within dlib's GUI.

2011-01-04 07:15
17.34

Dieses Release enthält neue Schnittstellen zu den quadratischen Programm Löser sowie Implementierungen von C-SVM, Epsilon-und Kleinschreibung Support-Vektor-Regression und eine Klasse SVM-Algorithmen. Darüber hinaus allgemeine Zwecke Tools für die Erstellung ein-vs-eins und eins-gegen-alle MultiClass Klassifikatoren wurden hinzugefügt.
Tags: Major feature enhancements
This release includes new interfaces to the quadratic program solvers as well as implementations of C-SVM, epsilon-insensitive support vector regression, and one-class SVM algorithms. Additionally, general purpose tools for creating one-vs-one and one-vs-all multiclass classifiers have been added.

2010-12-06 04:31
17.33

Die wichtigste neue Feature in dieser Version ist eine Allzweck-Trust-Region-Algorithmus für die Durchführung von nicht-linearen Optimierung. Es fügt auch die Levenberg-Marquardt-Algorithmus zur Lösung nichtlinearer Probleme der kleinsten Quadrate.
Tags: feature additions
The major new feature in this release is a general purpose trust region algorithm for performing non-linear optimization. It also adds the Levenberg-Marquardt algorithm for solving non-linear least squares problems.

Project Resources