@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-FZXXSFHX-G>
  skos:prefLabel "neural networks model"@en, "modèle de réseaux de neurones"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-WG66S2KX-2> .

<http://data.loterre.fr/ark:/67375/8LP-WG66S2KX-2>
  skos:hiddenLabel "Teacher model"@en, "Modèle enseignant"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "A large neural network model used to impart knowledge and supervision when training student models through techniques such as knowledge distillation."@en ;
  skos:example "Meanwhile the goal of KD is to transfer the knowledge from teacher models to student models. (Wu, Hou, Lao, Li, Wong, Zhao & Yang, 2024)"@en, "In the first phase a teacher model is utilized to reflect on the instruction of the given sample based on some criteria and generate a new sample. (Li, Chen, Chen, He, Gu & Zhou, 2024)"@en, "In the second phase the teacher model reflects and generates a sample with a new response and the student model decides whether to accept based on feasibility (r-IFD). (Li, Chen, Chen, He, Gu & Zhou, 2024)"@en ;
  skos:prefLabel "teacher model"@en, "modèle enseignant"@fr ;
  dc:modified "2024-05-15T12:00:31"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  a skos:Concept .

