機械学習

2021年6月19日

Dlibには、幅広い機械学習アルゴリズムが含まれています。すべてが高度にモジュール化され、実行が速く、そして清潔で最新のC ++ APIを介して使用するのが簡単になるように設計されています。これは、ロボット工学、組み込み機器、携帯電話、そして大規模な高性能コンピューティング環境など、幅広いアプリケーションで使用されています。あなたの研究でdlibを使っているならば、引用してください:

Davis E. King. DLIB-ML:機械学習ツールキットournal of Machine Learning Research, 2009          
@Article{dlib09,
  author = {Davis E. King},
  title = {Dlib-ml: A Machine Learning Toolkit},
  journal = {Journal of Machine Learning Research},
  year = {2009},
  volume = {10},
  pages = {1755-1758},
}

Primary Algorithms

Binary Classification

Multiclass Classification

Regression

Structured Prediction

Deep Learning

Clustering

Unsupervised

Semi-Supervised/Metric Learning

Reinforcement Learning

Feature Selection

Other Tools

Validation

Trainer Adapters

Kernels

Function Objects

Data IO

Miscellaneous

Posted by kinya