The dlib C library is a modern general purpose C toolkit with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks
... [More]
such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. This release was focused on fixing bugs and improving usability. See the change log for more details. (0 comments) [Less]
|
The dlib C library is a modern general purpose C toolkit with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks
... [More]
such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. This release was focused on fixing bugs and improving usability. See the change log for more details. (0 comments) [Less]
|
aria2 is a utility for downloading files. The supported protocols are HTTP(S),FTP,BitTorrent,Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth.The dlib C library is a modern
... [More]
general purpose C toolkit with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. The major change to the library in this release is the addition of relevance vector machines for solving regression and classification problems. (0 comments) [Less]
|
The dlib C library is a modern general purpose C toolkit with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks
... [More]
such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. In this release the support vector classification and training tools have been changed to use a simpler and more powerful interface. This release also adds tools for training radial basis function networks, performing feature ranking, and approximating an SVM decision function with a reduced set of support vectors. (0 comments) [Less]
|
The dlib C library is a modern general purpose C toolkit with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks
... [More]
such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. This release was focused on improving existing library components. A few bugs were fixed. The Unicode support in the GUI toolkit improved. And some of the machine learning algorithms were made easier to use. (0 comments) [Less]
|
The dlib C library is a modern general purpose C toolkit with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks
... [More]
such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. This release adds two new kernel learning algorithms. The first is a centroid estimator/novelty detector and the second is a non-linear k-means clustering algorithm.This release also adds some unconstrained optimization routines to the library. So it now contains a conjugate gradient optimization algorithm as well as a quasi-newton algorithm. (0 comments) [Less]
|
|
I just enabled the sourceforge wiki so we can have a user maintained list of who uses the library. So if you use it or know of a project that does then go edit the wiki http://dclib.wiki.sourceforge.net/dlib_users :)-Davis (0 comments)
|
The dlib C library is a modern general purpose C toolkit with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks
... [More]
such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. This release adds a new kernel based regression algorithm to the set of machine learning algorithms already present in the library. It also includes some minor bug fixes. (0 comments) [Less]
|
|
I just created a trunk, branches, and tags folder in subversion and moved everything into the trunk folder. So everyone needs to do an svn switch before updating from subversion. (0 comments)
|
dlib C library is a modern general C library with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as
... [More]
interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. This release includes minor improvements to the GUI widgets and matrix utilities. It also includes a graphical application for drawing and performing inference in Bayesian Networks. (0 comments) [Less]
|