@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-TKLVR9S0-G> .

<http://data.loterre.fr/ark:/67375/8LP-TKLVR9S0-G>
  skos:definition "The number of data samples that are processed in a single iteration during the training of a model."@en, "Nombre d'exemples d'un lot. (Data Franca)"@fr ;
  skos:hiddenLabel "Taille de lot"@fr, "Batch size"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "batch size"@en, "taille de lot"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-QG9BMBGV-8> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q1870623> ;
  a skos:Concept ;
  dc:modified "2024-05-21T09:10:01"^^xsd:dateTime ;
  skos:altLabel "taille des lots"@fr .

