paper-with-me

Papers

Dlib-ml: A Machine Learning Toolkit

2009-01-01 · Davis E. King

There are many excellent toolkits which provide support for developing machine learning software in Python, R, Matlab, and similar environments. Dlib-ml is an open source library, targeted at both engineers and research scientists, which aims to provide a similarly rich environment for developing machine learning software in the C++ language. Towards this end, dlib-ml contains an extensible linear algebra toolkit with built in BLAS support. It also houses implementations of algorithms for performing inference in Bayesian networks and kernel-based methods for classification, regression, clustering, anomaly detection, and feature ranking. To enable easy use of these tools, the entire library has been developed with contract programming, which provides complete and precise documentation as well as powerful debugging tools

📄 PDF Abstract BibTeX

Code (2)

davisking/dlib 공식 구현
serengil/deepface tf

Tasks

Anomaly DetectionBIG-bench Machine LearningClusteringFace Verificationregression

Similar Papers 제목 키워드 기반

hdlib 2.0: Extending Machine Learning Capabilities of Vector-Symbolic Architectures

2026-01-05 · Fabio Cumbo, Kabir Dhillon, Daniel Blankenberg arxiv

Following the initial publication of hdlib, a Python library for designing Vector-Symbolic Architectures (VSA), we introduce a major extension that significantly enhances its machine learning capabilities. VSA, also know…

Quantum Machine Learning

The Architecture of Mr. DLib's Scientific Recommender-System API

2018-11-26 · Joeran Beel, Andrew Collins, Akiko Aizawa

Recommender systems in academia are not widely available. This may be in part due to the difficulty and cost of developing and maintaining recommender systems. Many operators of academic products such as digital librarie…

ArticlesRecommendation Systems

Mr. DLib: Recommendations-as-a-Service (RaaS) for Academia

2017-04-20 · Beel Joeran, Aizawa Akiko, Breitinger Corinna, Gipp Bela

Only few digital libraries and reference managers offer recommender systems, although such systems could assist users facing information overload. In this paper, we introduce Mr. DLib's recommendations-as-a-service, whic…

Recommendation Systems

SGDLibrary: A MATLAB library for stochastic gradient descent algorithms

2017-10-27 · Hiroyuki Kasai

We consider the problem of finding the minimizer of a function $f: \mathbb{R}^d \rightarrow \mathbb{R}$ of the finite-sum form $\min f(w) = 1/n\sum_{i}^n f_i(w)$. This problem has been studied intensively in recent years…

Stochastic Optimization

Submodlib: A Submodular Optimization Library

2022-02-22 · Vishal Kaushal, Ganesh Ramakrishnan, Rishabh Iyer

Submodular functions are a special class of set functions which naturally model the notion of representativeness, diversity, coverage etc. and have been shown to be computationally very efficient. A lot of past work has …

Data SummarizationDiversity