conclusion

This commit is contained in:
Marc Beninca 2020-08-15 02:04:41 +02:00
parent c62438ea3f
commit 1942f94366
3 changed files with 28 additions and 10 deletions

View file

@ -124,3 +124,16 @@ title = "Learning SVMs From Examples",
year = "2017",
url = "https://www.kdnuggets.com/2017/08/support-vector-machines-learning-svms-examples.html/2",
}
@misc{lib-svm,
author = "Chih-Chung Chang and Chih-Jen Lin",
title = "LIBSVM",
year = "2019",
url = "https://www.csie.ntu.edu.tw/~cjlin/libsvm",
}
@misc{lib-svm-light,
author = "Thorsten Joachims",
title = "SVMlight",
year = "2008",
url = "http://www.cs.cornell.edu/people/tj/svm_light",
}