@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-QG9BMBGV-8>
  skos:prefLabel "hyperparamètre"@fr, "hyperparameter"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-HPCVS9MT-C> .

<http://data.loterre.fr/ark:/67375/8LP-HPCVS9MT-C>
  skos:example "L'optimisation est réalisée indépendemment pour les deux systèmes. (Lavecchia, Smaïli & Langlois, 2008)"@fr, "L'optimisation est possible par descente de gradient. (Sileo, Pradel, Muller & Cruys, 2017)"@fr, "Optimisation was done using Adam (Kingma and Ba 2017) with a learning rate of 1e-3 a weight decay parameter of 1e-4 and a batch size of 16. (Reijnaers & Pouw, 2024)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "The process of improving machine learning models by minimizing errors and maximize performance metrics to find the optimal parameters in order to obtain the desired results."@en, "Amélioration de modèles d'apprentissage automatique par la sélection des meilleurs paramètres pour obtenir les sorties souhaitées en minimisant ou maximisant certaines fonctions."@fr ;
  skos:hiddenLabel "Optimisation"@fr, "Optimization"@en ;
  skos:altLabel "optimisation mathématique"@fr, "mathematical optimisation"@en, "optimisation"@en ;
  a skos:Concept ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q141495> ;
  skos:prefLabel "optimization"@en, "optimisation"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-QG9BMBGV-8> ;
  dc:modified "2024-05-02T14:01:05"^^xsd:dateTime .

