JACOB Yann
Team : ComplexNetworks
Invited by : Clémence MAGNIEN
Arrival date : 03/01/2014
Departure date : 02/28/2015
function showhidediv(id) {
if (document.getElementById) { // DOM3 = IE5, NS6
if (document.getElementById(id).style.display == 'none') document.getElementById(id).style.display = 'block'; else document.getElementById(id).style.display = 'none';
}
else {
if (document.layers) { // Netscape 4
if (document.id.display == 'none') document.id.display = 'block'; else document.id.display = 'none';
}
else { // IE 4
if (document.all.id.style.display == 'none') document.all.id.style.display = 'block'; else document.all.id.style.display = 'none';
}
}
}
// https://csp.withgoogle.com/docs/adopting-csp.html
document.addEventListener('DOMContentLoaded', function () {
document.getElementById('show_doctors')
.addEventListener('click', function doThings() {
showhidediv("docteurs");
});
});
2011-2014 Publications
-
2014
- Y. Jacob, L. Denoyer, P. Gallinari : “Learning latent representations of nodes for classifying in heterogeneous social networks”, The 7th ACM international conference on Web search and data mining, New York City, United States, pp. 373-382 (2014)
-
2013
- Y. Jacob : “Classification dans les graphes hétérogènes et multi-relationnels: application aux réseaux sociaux”, thesis, defence 09/20/2013, supervision Gallinari, Patrick, co-supervision : Denoyer, Ludovic (2013)
- Y. Jacob, L. Denoyer, P. Gallinari : “Classification dans les graphes hétérogénes basée sur une représentation latente des noeuds”, CORIA 2013, Neuchâtel, Switzerland, pp. 85-100 (2013)
-
2012
- S. Peters, Y. Jacob, L. Denoyer, P. Gallinari : “Iterative Multi-Label Multi-Relational Classification Algorithm for Complex Social Networks”, Social Network Analysis and Mining, vol. 2 (1), pp. 17-29, (Springer) (2012)
- Y. Jacob, L. Denoyer, P. Gallinari : “Apprentissage automatique de la propagation des étiquettes dans les réseaux sociaux multirelationnels”, Document numérique - Revue des sciences et technologies de l'information. Série Document numérique, vol. 15 (1), pp. 79-99, (Hermès) (2012)
-
2011
- Y. Jacob, L. Denoyer, P. Gallinari : “Classification and Annotation in Social Corpora using Multiple Relations”, the 20th ACM international conference on Information and knowledge management , CIKM'11, Glasgow, United Kingdom, pp. 1215-1220, (ACM) (2011)
- Y. Jacob, L. Denoyer, P. Gallinari : “Apprentissage des schemas de propagation dans les multi-graphes”, COnférence en Recherche d'Infomations et Applications - CORIA 2011, Avignon, France, pp. 159-174 (2011)