Détail de l'auteur
Auteur Aurélien GÉRON |
Documents disponibles écrits par cet auteur (6)



Titre : Deep Learning avec Keras et TensorFlow : Mise en œuvre et cas concrets Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur Mention d'édition : 3e éd. Editeur : Dunod Année de publication : 2024 Importance : 610 p. ISBN/ISSN/EAN : 978-2-10-084769-3 Note générale : Table des matières
Avant-propos
Le mot de la fin
Annexes
IndexCatégories : Apprentissage automatique
Apprentissage par renforcement (intelligence artificielle)
Apprentissage profond
Réseaux neuronaux (informatique)
TensorFlow (logiciel)Index. décimale : 006.3 Intelligence artificielle Résumé : Les fondamentaux du Machine Learning
Introduction aux réseaux de neurones artificiels avec Keras
Entraînement de réseaux de neurones profonds
Modèles personnalisés et entraînement avec TensorFlow
Chargement et prétraitement de données avec TensorFlow
Vision par ordinateur et réseaux de neurones convolutifs
Traitement des séquences avec des RNN et des CNN
Traitement automatique du langage naturel avec les RNN et les attentions
Autoencodeurs, GAN et modèles de diffusion
Apprentissage par renforcement
Entraînement et déploiement à grande échelle de modèles TensorFlow
Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00011670 006.3 GER Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026 Hands-On Machine Learning with Scikit-Learn, Keras and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems / Aurélien GÉRON
Titre : Hands-On Machine Learning with Scikit-Learn, Keras and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur Mention d'édition : 3rd edition Editeur : O'Reilly Media Inc. Année de publication : 2022 Importance : 834 p. ISBN/ISSN/EAN : 978-1-09-812597-4 Note générale : Table of Contents
Preface
Appendices
Index
About the Author
Colophon
Catégories : Apprentissage automatique
Apprentissage par renforcement (intelligence artificielle)
Intelligence artificielle
Python (langage de programmation)
Réseaux neuronaux (informatique)
Scikit-Learn (logiciel)
TensorFlow (logiciel)Index. décimale : 006.3 Intelligence artificielle Résumé : THE FUNDAMENTALS OF MACHINE LEARNING
The Machine Learning Landscape
End-to-End Machine Learning Project
Classification
Training Models
Support Vector Machines
Decision Trees
Ensemble Learning and Random Forests
Dimensionality Reduction
Unsupervised Learning Techniques
NEURAL NETWORKS AND DEEP LEARNING
Introduction to Artificial Neural Networks with Keras
Training Deep Neural Networks
Custom Models and Training with TensorFlow
Loading and Preprocessing Data with TensorFlow
Deep Computer Vision Using Convolutional Neural Networks
Processing Sequences Using RNNs and CNNs
Natural Language Processing with RNNs and Attention
Autoencoders, GANs, and Diffusion Models
Reinforcement Learning
Training and Deploying TensorFlow Models at Scale
Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00011584 006.3 GER Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026
Titre : Machine Learning avec Scikit-Learn : Mise en œuvre et cas concrets Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur Mention d'édition : 3e éd. Editeur : Dunod Année de publication : 2023 Importance : 324 p. ISBN/ISSN/EAN : 978-2-10-084768-6 Note générale : Table des matières
Avant-propos
Le mot de la fin
Annexes
IndexCatégories : Apprentissage automatique
Forêts d'arbres de décision
Scikit-Learn (logiciel)Index. décimale : 006.3 Intelligence artificielle Résumé : Vue d'ensemble du Machine Learning
Un projet de Machine Learning de bout en bout
Classification
Entraînement de modèles
Machines à vecteurs de support
Arbres de décision
Apprentissage d'ensemble et forêts aléatoires
Réduction de dimension
Techniques d'apprentissage non supervisé
Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00011675 006.3 GER Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026
Titre : Pour mieux développer avec C++ : design patterns, STL, RTTI et smart pointers Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur ; Fatmé TAWBI, Auteur Editeur : InterEditions Année de publication : 1999 Collection : Informatiques Importance : 188 p. ISBN/ISSN/EAN : 2-225-83421-0 Note générale : Préface
Table des matières
Avant-propos
Annexes
Bibliographie
Sites web
IndexCatégories : C++ (langage de programmation) Index. décimale : 681.3 Résumé : LES MECANISMES VIRTUELS
Les mécanismes du polymorphisme
Le patron de méthode
La RTTI et les nouveaux casts
Héritage multiple et héritage virtuel
Les classes d'interface
LA STL ET SES CONCEPTS
Conteneurs et itérateurs de la STL
Le modèle stratégie
Adapter l'interface d'une classe
Les smart pointers
ALLER PLUS LOIN AVEC LES DESIGN PATTERNS
Le composite (composite)
La fabrication (Factory Method)
La Fabrique Abstraite (Abstract Factory)
Le Singleton (Singleton)
L'Observateur (Observer)
Le Médiateur (Mediator)
Exemplaires
Code-barres Cote Support Localisation Section Disponibilité aucun exemplaire
Titre : Pour mieux développer avec C++ : design patterns, STL, RTTI et smart pointers Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur ; Fatmé TAWBI, Auteur Editeur : Dunod Année de publication : 2003 Importance : 188 p. ISBN/ISSN/EAN : 978-2-10-007348-1 Note générale : Preface
Table des matières
Avant-propos
Annexes
BibliographiesLangues : Français (fre) Catégories : C (langage de programmation)
C++ (langage de programmation)Résumé : LES MECANISMES VIRTUELS
Les mécanismes du polymorphisme
Le patron de méthode
La RTTI et les nouveaux casts
Héritage multiple et héritage virtuel
Les classes d'interface
LA STL ET SES CONCEPTS
Conteneurs et itérateurs de la STL
Le modèle stratégie
Adapter l'interface d'une classe
Les smart pointers
ALLER PLUS LOIN AVEC LES DESIGN PATTERNS
Le composite (composite)
La Fabrication (Factory Method)
La fabrique abstraite (Abstract Factory)
Le singleton (Singleton)
L'observateur (Observer)
Le médiateur (Mediator)Exemplaires
Code-barres Cote Support Localisation Section Disponibilité aucun exemplaire
Titre : Pour mieux développer avec C++ : design patterns, STL, RTTI et smart pointers Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur ; Fatmé TAWBI, Auteur Editeur : Dunod Année de publication : 2003 Importance : 188 p. Note générale : Preface
Table des matières
Avant-propos
Annexes
BibliographiesLangues : Français (fre) Catégories : C (langage de programmation)
C++ (langage de programmation)Index. décimale : 005 Programmation, programmes, organisation des données, logiciel Résumé : LES MECANISMES VIRTUELS
Les mécanismes du polymorphisme
Le patron de méthode
La RTTI et les nouveaux casts
Héritage multiple et héritage virtuel
Les classes d'interface
LA STL ET SES CONCEPTS
Conteneurs et itérateurs de la STL
Le modèle stratégie
Adapter l'interface d'une classe
Les smart pointers
ALLER PLUS LOIN AVEC LES DESIGN PATTERNS
Le composite (composite)
La Fabrication (Factory Method)
La fabrique abstraite (Abstract Factory)
Le singleton (Singleton)
L'observateur (Observer)
Le médiateur (Mediator)Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00009749 005 GER Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026