@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-C0JL09V4-9>
  skos:prefLabel "foundation model"@en, "modèle de fondation"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-GLQ6XRLK-N> .

<http://data.loterre.fr/ark:/67375/8LP-GLQ6XRLK-N>
  skos:prefLabel "diffusion probabilistic model"@en, "modèle à bruit statistique"@fr ;
  skos:altLabel "score-based generative model"@en, "LDM"@en, "latent diffusion model"@en, "diffusion model"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-C0JL09V4-9> ;
  skos:definition "Modèle génératif qui est obtenu par un apprentissage automatique, au cours duquel est éliminé le bruit statistique préalablement ajouté aux données du jeu d’entraînement et qui produit des contenus graphiques ou audio nouveaux. (FranceTerme. Modèle à bruit statistique. 6 sept 2024. Disponible sur  <a href=\"https://www.culture.fr/franceterme/terme/INFO1001\">https://www.culture.fr/franceterme/terme/INFO1001</a>. Consulté le 7 oct 2024.)"@fr, "A probabilistic inference-based generative model, which generates new samples by modeling the probability distribution of the data and random sampling. (Yi et al. \"Diffusion models in text generation: a survey\" (23 Feb 2024). PeerJ computer Science. Available at  <a href=\"https://peerj.com/articles/cs-1905/\">https://peerj.com/articles/cs-1905/</a> (Accessed on 7 Oct 2024))"@en ;
  skos:hiddenLabel "Diffusion probabilistic model"@en, "Modèle à bruit statistique"@fr ;
  dc:modified "2024-10-17T14:22:13"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  dc:created "2024-10-07T09:30:27"^^xsd:dateTime .

