@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-HDSWQT4S-9>
  skos:prefLabel "descente du gradient stochastique"@fr, "stochastic gradient descent"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LZRB5NR4-F> .

<http://data.loterre.fr/ark:/67375/8LP-LZRB5NR4-F>
  skos:hiddenLabel "Optimiseur Adam"@fr, "Adam Optimizer"@en ;
  skos:prefLabel "Adam optimizer"@en, "optimiseur Adam"@fr ;
  skos:definition "Méthode de descente de gradient stochastique basée sur l’adaptation des taux d’apprentissage pour chaque paramètre et particulièrement efficace pour les problèmes d’apprentissage profond. (D'après Boussik, Apprentissage profond non-supervisé : Application à la détection de situations anormales dans l’environnement du train autonome, 2023)"@fr, "A variant of the stochastic gradient descent algorithm often used as the default algorithm in deep learning to improve the performance of deep neural network."@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q29410287> ;
  a skos:Concept ;
  dc:modified "2024-05-13T14:27:22"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-HDSWQT4S-9> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

