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

Machine Learning for the rest of us

Machine Learning for the rest of us

Aujourd'hui il est impossible de passer à côté. Réseaux sociaux, services mail, vidéo à la demande, les plus grandes boites du web utilisent le machine learning à tour de bras, pour le meilleur et parfois pour le pire.
Mais en quoi cela consiste-t-il?
Après une introduction au machine learning, tour d'horizon de quelques petites applications implémentables en python.

More Decks by Providenz - Laurent Paoletti

Other Decks in Technology

Transcript

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

    90 Montferrand 137000 3 3 76 La Plaine 168500 7 5 160 Les Cézeaux 276500 6 4 126 Saint Alyre 149000 … … … … …
  2. Machine learning if block == sthg: if area < 90:

    if rooms > 3: if bedrooms >= 2: sq_meters_price = XX if …
  3. Machine learning ? phase 2/2: prédiction Prédiction MODÈLE Pieces Chambres

    Surface Quartier Prix 8 4 101 Pré de la reine ??????
  4. Applications Vision Moteurs de recherche Antispam Systèmes de recommandations Finance

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

    engineering Sélectionner un algo Training Validation Prédiction
  6. 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
  7. Pieces Chambres Surface Quartier 3 2 90 Montferrand 3 3

    76 La Plaine 7 5 160 Les Cézeaux 6 4 126 Saint Alyre Prix 137000 168500 276500 149000 Features Target 3 2 68 N/A 3 2 67 Gare 93000 112000 Train Test Cross validation
  8. Ressources: livres Bootstrapping machine learning: http:// www.louisdorard.com/machine-learning-book/ 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/ An Introduction to Statistical Learning: http://www- bcf.usc.edu/~gareth/ISL/ La statistique sans formule mathématique Bernard Py