Introduction à l’apprentissage automatique
CSI4506 Introduction à l’intelligence artificielle
Préparer
Participer
Pratiquer
Pour ceux qui ne sont pas encore familiers avec numpy
et pandas
, il est recommandé d’explorer ces tutoriels dans les semaines à venir à votre propre rythme. Les notebooks d’Aurélien Géron offrent des informations essentielles sur les concepts de base de l’apprentissage automatique.
- numpy – a fundamental library centered around N-dimensional array objects.
- pandas – powerfull data analysis tools, centered around the
DataFrame
. - visualization – demonstrates how to use the
matplotlib
to produce beautiful graphs.