Git Product home page Git Product logo

eoc-ai-session-1's Introduction

Cycle avancé - Session 1 - Méthodes supervisées de classification

Machine Learning avec Python

EpiMed Open Course

Cette première session est consacrée à des méthodes de classification standards en machine learning. Elle comprend un cours d’introduction au machine learning, une démonstration d’un algorithme d’apprentissage et puis des TP avec Python.

Cette séance est ouverte à tous. Les deux premières parties (cours + démo) ne nécessitent pas de connaissances particulières en programmation. Les TP sont accessibles aux débutants en Python.

Prérequis

Pour suivre les TP en Python, merci d'installer sur votre machine avant le début de la séance :

  • Python 3 (de préférence, version 3.8 et plus)
  • Les librairies suivantes : pandas, numpy, scikit-learn, seaborn, matplotlib, notebook (ou jupyterlab)

Si vous utilisez déjà Anaconda ou Miniconda, l'installation se fait avec la commande conda :

conda install pandas numpy scikit-learn seaborn matplotlib

conda install -c conda-forge notebook

Sinon, utiliser la commande pip intégrée dans Python :

pip install pandas numpy scikit-learn seaborn matplotlib notebook

Cette vidéo peut vous aider pour l'installation de Python et de ses librairies :

Intallation de Python

Partie I - Cours

Présentation en visio

Partie II - Démonstration

Pour ouvrir un notebook jupyter, taper la commande suivante dans un terminal (Linux/MacOS) ou dans le command prompt (Windows) :

jupyter notebook nom_de_fichier.ipynb

Partie III - TP

Exercice 1. Arbres à décision et Random Forest

Exercice 2. Régression logistique et SVM

eoc-ai-session-1's People

Contributors

epimed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.