@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-LFFRS4G4-Z>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G6QQLXS1-G> ;
  skos:prefLabel "matrice aléatoire"@fr, "random matrix"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "Toute matrice carrée ou rectangulaire qui a la propriété d'avoir des données complètement aléatoires, sélectionnées à partir d'une certaine distribution spécifiée, à l'intérieur de la matrice. (Data Franca)"@fr ;
  a skos:Concept ;
  skos:hiddenLabel "Matrice aléatoire"@fr, "Random matrix"@en ;
  dc:modified "2024-06-28T09:45:05"^^xsd:dateTime ;
  skos:example "This random indexing method is motivated by the Johnson-Lindenstrauss lemma which states that for certain choices of random matrix if d is sufficiently large then the original distances between words in F will be preserved in f (Sahlgren 2005). (Turian, Ratinov & Bengio, 2010)"@en, "In this example for our attention matrix we compute a random matrix shown at the top. (Sproat & Gutkin, 2021)"@en .

<http://data.loterre.fr/ark:/67375/8LP-G6QQLXS1-G>
  skos:prefLabel "modèle de représentation"@fr, "representation model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LFFRS4G4-Z> .

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