@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix x64: <http://data.loterre.fr/ark:/67375/X64> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP-FT2XLJWG-8>
  skos:prefLabel "trainable parameter"@en, "paramètre entraînable"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FM938BGJ-V> .

<http://data.loterre.fr/ark:/67375/8LP-PPTR6LGT-6>
  skos:prefLabel "modèle d'apprentissage automatique"@fr, "machine learning model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-FM938BGJ-V> .

<http://data.loterre.fr/ark:/67375/8LP-QG9BMBGV-8>
  skos:prefLabel "hyperparamètre"@fr, "hyperparameter"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FM938BGJ-V> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-FM938BGJ-V>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch x64:-KDCRHD4L-5, <https://www.wikidata.org/wiki/Q1413083> ;
  skos:definition "Propriété apprise de données utilisées pour l'entraînement en intelligence artificielle (par exemple le poids de chaque neurone d'un réseau). (CNIL)"@fr, "Internal variable of a model that affects how it computes its outputs. (ISO/IEC 22989:2022 Information technology — Artificial intelligence — Artificial intelligence concepts and terminology)"@en ;
  skos:example "It can reduce the dependence on parameters and can accelerate the adaptation to unseen classes. (Hu, Zhao, Guo, Xue, Gao, Gao, Cheng & Su, 2021)"@en, "Le paramètre αtrait définit l'importance du trait auquel il est associé. (Bougouin, 2013)"@fr, "Ce paramètre gère l'élimination de la redondance ; (Bossard & Rodrigues, 2015)"@fr, "This parameter indicates the relative importance of the pretrained weight compared to the task weight. (Somayajula, Liang, Zhang, Singh & Xie, 2024)"@en, "For Summarization we do not add any parameters and use the BART decoder and output layer as is. (Aghajanyan, Gupta, Shrivastava, Chen, Zettlemoyer & Gupta, 2021)"@en, "Ce paramètre permet notamment de définir des conditions de filtrage. (Smits & Chardenon, 2007)"@fr ;
  skos:prefLabel "parameter"@en, "paramètre"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PPTR6LGT-6> ;
  skos:hiddenLabel "Paramètre"@fr, "Parameter"@en ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-FT2XLJWG-8>, <http://data.loterre.fr/ark:/67375/8LP-QG9BMBGV-8> ;
  dc:modified "2024-05-15T11:47:53"^^xsd:dateTime ;
  a skos:Concept .

