cnam.marc/cnam/probatoire/document.bib

140 lines
3.2 KiB
BibTeX
Raw Normal View History

2020-08-07 16:31:53 +02:00
@book{homl-large-scale,
2020-08-07 16:06:07 +02:00
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
2020-08-08 12:06:15 +02:00
edition = "2nd",
2020-08-07 16:06:07 +02:00
year = "2019",
publisher = "O'Reilly",
2020-08-07 16:31:53 +02:00
pages = "154",
2020-08-07 16:06:07 +02:00
}
2020-08-07 16:31:53 +02:00
@book{homl-hard-few,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
2020-08-08 12:06:15 +02:00
edition = "2nd",
2020-08-07 16:31:53 +02:00
year = "2019",
publisher = "O'Reilly",
pages = "155",
}
@book{homl-nonlinear-linear,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
2020-08-08 12:06:15 +02:00
edition = "2nd",
2020-08-07 16:31:53 +02:00
year = "2019",
publisher = "O'Reilly",
pages = "157",
}
2020-08-08 12:06:15 +02:00
@book{homl-feat-poly,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019",
publisher = "O'Reilly",
pages = "158",
}
2020-08-07 16:31:53 +02:00
@book{homl-poly,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
2020-08-08 12:06:15 +02:00
edition = "2nd",
2020-08-07 16:31:53 +02:00
year = "2019",
publisher = "O'Reilly",
pages = "159",
}
2020-08-08 12:06:15 +02:00
@book{homl-feat-simi,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019",
publisher = "O'Reilly",
pages = "160",
}
2020-08-07 16:31:53 +02:00
@book{homl-rbf,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
2020-08-08 12:06:15 +02:00
edition = "2nd",
2020-08-07 16:31:53 +02:00
year = "2019",
publisher = "O'Reilly",
pages = "161",
}
@book{homl-linear,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
2020-08-08 12:06:15 +02:00
edition = "2nd",
2020-08-07 16:31:53 +02:00
year = "2019",
publisher = "O'Reilly",
pages = "163",
}
@book{homl-nonlinear,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
2020-08-08 12:06:15 +02:00
edition = "2nd",
2020-08-07 16:31:53 +02:00
year = "2019",
publisher = "O'Reilly",
pages = "164",
}
2020-08-13 21:44:56 +02:00
@article{scaling,
author = "Minaxi Arora and Lekha Bhambhu",
title = "Role of Scaling in Data Classification Using SVM",
year = "2014",
journal = "IJARCSSE",
volume = "4",
issue = "10",
pages = "271-273",
}
2020-08-12 23:15:43 +02:00
@book{multi-class,
author = "Paresh Deka",
title = "A primer on machine learning applications in civil engineering",
year = "2020",
publisher = "CRC Press",
pages = "86-89",
}
@book{mri,
author = "Anand Kulkarni and Suresh Satapathy",
title = "Optimization in Machine Learning and Applications",
year = "2020",
publisher = "Springer",
pages = "51-68",
}
@book{optimization,
author = "Anand Kulkarni and Suresh Satapathy",
title = "Optimization in Machine Learning and Applications",
year = "2020",
publisher = "Springer",
pages = "54",
}
2020-08-12 16:17:24 +02:00
@phdthesis{large-scale,
author = "Antoine Bordes",
title = "New Algorithms for Large-Scale SVM",
year = "2010",
school = "Université Paris VI",
}
2020-08-14 16:38:42 +02:00
@misc{ex-linear,
2020-08-14 16:16:25 +02:00
author = "Abhishek Ghose",
title = "Learning SVMs From Examples",
year = "2017",
url = "https://www.kdnuggets.com/2017/08/support-vector-machines-learning-svms-examples.html",
2020-07-16 00:13:26 +02:00
}
2020-08-14 16:38:42 +02:00
@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",
}
2020-08-15 02:04:41 +02:00
@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",
}