@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-C61X6KSR-Q>
  skos:prefLabel "allocation de Dirichlet latente"@fr, "latent Dirichlet allocation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LXR2N9S7-M> .

<http://data.loterre.fr/ark:/67375/8LP-LXR2N9S7-M>
  a skos:Concept ;
  skos:example "Similar to our approach Supervised LDA (Mcauliffe and Blei 2007) regresses document labels directly on the empirical topic frequencies during inference. (Stoehr, Cotterell & Schein, 2023)"@en, "But there is a difference -sLDA focuses on building regression models and thus the response variable Y in sLDA is generated by a normal distribution. (Li, Somasundaran & Chakraborty, 2011)"@en ;
  skos:prefLabel "allocation de Dirichlet latente supervisée"@fr, "supervised latent Dirichlet allocation"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:altLabel "supervised LDA"@en, "sLDA"@en, "sLDA"@fr ;
  skos:hiddenLabel "Supervised latent Dirichlet allocation"@en, "Allocation de Dirichlet latente supervisée"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-C61X6KSR-Q> ;
  dc:modified "2024-06-06T09:02:50"^^xsd:dateTime .

