From a4105c348ea151bab788984d1cae017dbf04c789 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Tue, 13 Aug 2019 19:02:59 +0800 Subject: [PATCH] Machine Learning: Add libsvm --- README.md | 1 + todo.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fafe911c..8ed2aa3d4 100644 --- a/README.md +++ b/README.md @@ -565,6 +565,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Dlib](https://github.com/davisking/dlib) :zap: - A modern C++11 machine learning, computer vision, numerical optimization, and deep learning toolkit. [Boost] [website](http://dlib.net/) * [Fido](https://github.com/FidoProject/Fido) - A highly-modular C++ machine learning library for embedded electronics and robotics. [MIT] [website](http://fidoproject.github.io/) * [flashlight](https://github.com/facebookresearch/flashlight) - A fast, flexible machine learning library from Facebook AI Research written entirely in C++ and based on the ArrayFire tensor library. [BSD-3-Clause] [website](https://fl.readthedocs.io/en/latest/) +* [libsvm](https://github.com/cjlin1/libsvm) - A simple, easy-to-use, efficient library for Support Vector Machines. [BSD-3-Clause] [website](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) * [MeTA](https://github.com/meta-toolkit/meta) - A modern C++ data sciences toolkit. [MIT] [website](https://meta-toolkit.org/) * [Minerva](https://github.com/dmlc/minerva) - A fast and flexible system for deep learning. [Apache2] * [mlpack](https://github.com/mlpack/mlpack) - A scalable c++ machine learning library. [LGPLv3] [website](http://www.mlpack.org/) diff --git a/todo.txt b/todo.txt index 84ec25f3f..0209f0008 100644 --- a/todo.txt +++ b/todo.txt @@ -224,7 +224,6 @@ http://en.wikipedia.org/wiki/List_of_C%2B%2B_template_libraries ---------------------------------------- http://www.csie.ntu.edu.tw/~cjlin/liblinear/ -http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/ ----------------------------------------