@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-JJ5RBH9D-4>
  skos:definition "Overfitting occurs when a machine learning model learns to perform exceedingly well on the training data but poorly on new, unseen data. This usually happens when the model memorizes the training data rather than learning the underlying patterns, making it less generalizable to new data. (Ubiquity, Glossary of terms related to Generative artificial intelligence)"@en ;
  skos:example "In addition the word embeddings and regression residuals are regularized by Gaussian priors reducing their chance of overfitting. (Li, Chua, Zhu & Miao, 2016)"@en, "However NMT models suffer from well-known limitations such as overfitting and moderate generalization particularly when the training data are limited (Koehn and Knowles 2017). (Jauregi Unanue, Parnell & Piccardi, 2021)"@en, "The reason we have separated the development sets (flipdev1 and flipdev2) is to better avoid potential overfitting. (Uzdilli, Jaggi, Egger, Julmy, Derczynski & Cieliebak, 2015)"@en ;
  skos:hiddenLabel "Sur-ajustement"@fr, "Overfitting"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-BKV07MF4-4> ;
  dc:modified "2025-02-12T14:40:11"^^xsd:dateTime ;
  a skos:Concept ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q331309> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "overfitting"@en, "sur-ajustement"@fr ;
  skos:altLabel "sur-apprentissage"@fr .

<http://data.loterre.fr/ark:/67375/8LP-BKV07MF4-4>
  skos:prefLabel "problème d'apprentissage"@fr, "learning problem"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-JJ5RBH9D-4> .

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