@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-X03436Q9-0>
  skos:prefLabel "inductive bias"@en, "biais inductif"@fr ;
  skos:definition "In deep learning, an hypothesis on the data at hand allowing to prioritize one solution or interpretation over another, independent of the observed data. (Based on Mialon, On Inductive Biases for Machine Learning in Data Constrained Settings (thesis), 2022)"@en, "L’ensemble des hypothèses (implicites ou explicites), qui, additionnées aux données d’entraînement, conditionnent le comportement d’un modèle sur les échantillons de test hors des données d'entrainement. (D'après Siry, Théorie et algorithmes pour l’adaptation de domaine en apprentissage profond : application à la vision par ordinateur (thèse), 2024)"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FT2XLJWG-8> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q1074074> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Inductive bias"@en, "Biais inductif"@fr ;
  a skos:Concept ;
  dc:modified "2024-05-13T14:31:55"^^xsd:dateTime .

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

