citations

This commit is contained in:
Marc Beninca 2020-08-07 16:31:53 +02:00
parent b89b7cf10a
commit 8dd7aef368
2 changed files with 55 additions and 10 deletions

View file

@ -1,15 +1,60 @@
@book{homl,
@book{homl-large-scale,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
year = "2019",
publisher = "O'Reilly",
pages = "154",
}
@book{homl-hard-few,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
year = "2019",
publisher = "O'Reilly",
pages = "155",
}
@book{homl-nonlinear-linear,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
year = "2019",
publisher = "O'Reilly",
pages = "157",
}
@book{homl-poly,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
year = "2019",
publisher = "O'Reilly",
pages = "159",
}
@book{homl-rbf,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
year = "2019",
publisher = "O'Reilly",
pages = "161",
}
@book{homl-linear,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
year = "2019",
publisher = "O'Reilly",
pages = "163",
}
@book{homl-nonlinear,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
year = "2019",
publisher = "O'Reilly",
pages = "164",
}
@book{csdd,
author = "Jean Beney",
title = "Classification supervisée de documents : théorie et pratique",
year = "2008",
publisher = "Hermes Science",
}
@article{svm,
author = "Ricco Rakotomalala",
title = "SVM : Support Vector Machine",