Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction au machine learning

Introduction au machine learning

Présentation d'un champ d'étude de l'intelligence artificielle qui permet à une algorithme de réaliser de l'analyse prédictive à partir de données d'apprentissage.

Talk donné à /dev/var/10 le 9 juin 2015 à la Cantine numérique de Toulon

More Decks by Providenz - Laurent Paoletti

Other Decks in Programming

Transcript

  1. Machine learning ? Pieces Chambres Surface Quartier Prix 3 2

    90 Mourillon 137000 3 3 76 Faron 168500 7 5 160 La Rode 276500 6 4 126 Toulon Ouest 149000 … … … … …
  2. Applications Vision Moteurs de recherche Antispam Systèmes de recommandations Finance

    Détection de fraude Santé Analyse de sentiment Détection de langue Shazam Siri Art Sport…
  3. Process Spécifier le problème Collecter et préparer les données Feature

    engineering Sélectionner un algo Training Validation Prédiction
  4. Feature engineering Pieces Chambres Surface Lat Long Prix 3 2

    90 45.77966 3.08628 137000 Pieces Chambres Surface Quartier Prix 3 2 90 <Int> 137000
  5. Pieces Chambres Surface Quartier 3 2 90 Mourillon 3 3

    76 Ouest 5 5 160 Vauban 4 4 126 Claret Prix 137000 168500 276500 149000 Features Target 3 2 68 N/A 3 2 67 Gare 93000 112000 Train Test Cross validation
  6. R

  7. Ressources: livres Bootstrapping machine learning: http:// www.louisdorard.com/machine-learning-book/ An Introduction to

    Statistical Learning: http://www- bcf.usc.edu/~gareth/ISL/ La statistique sans formule mathématique Bernard Py
  8. Ressources: livres Building Machine Learning Systems with Python: https:// www.packtpub.com/big-data-and-business-intelligence/

    building-machine-learning-systems-python Programming collective intelligence : http:// www.amazon.com/gp/product/0596529325/
  9. Ressources: livres weka Data Mining: Practical Machine Learning Tools and

    Techniques http:// www.cs.waikato.ac.nz/ml/weka/book.html