@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-H5XSG9ZG-G>
  skos:prefLabel "model training"@en, "entraînement de modèle"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-JN16V7XP-M> .

<http://data.loterre.fr/ark:/67375/8LP-JN16V7XP-M>
  dc:modified "2024-06-13T13:41:50"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "Cycle d'apprentissage sur l'intégralité d'un jeu de données de manière à ce que chaque exemple ait été vu une fois. (Data Franca)"@fr, "A full training pass over the entire training set such that each example has been processed once. (Google for Developers, Machine Learning Glossary)"@en ;
  skos:altLabel "époque d'entrainement"@fr, "itération"@fr, "itération d'entrainement"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-H5XSG9ZG-G> ;
  skos:example "L'itération s'arrête lorsqu'il n'y a plus de candidat possible. (Désoyer, Landragin & Tellier, 2015)"@fr ;
  skos:prefLabel "training epoch"@en, "itération d'apprentissage"@fr ;
  skos:hiddenLabel "Époque d'entrainement"@fr, "Training epoch"@en .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
