ex-linear

This commit is contained in:
Marc Beninca 2020-08-14 16:38:42 +02:00
parent b0a1c30e7d
commit 15814b43f3
6 changed files with 32 additions and 4 deletions

View file

@ -112,9 +112,15 @@ year = "2010",
school = "Université Paris VI",
}
@misc{examples,
@misc{ex-linear,
author = "Abhishek Ghose",
title = "Learning SVMs From Examples",
year = "2017",
url = "https://www.kdnuggets.com/2017/08/support-vector-machines-learning-svms-examples.html",
}
@misc{ex-nonlinear,
author = "Abhishek Ghose",
title = "Learning SVMs From Examples",
year = "2017",
url = "https://www.kdnuggets.com/2017/08/support-vector-machines-learning-svms-examples.html/2",
}