@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<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-J98H6JZW-3> .

<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-J98H6JZW-3> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-FQSNR59N-7>
  skos:prefLabel "machine de Boltzmann restreinte"@fr, "restricted Boltzmann machine"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-J98H6JZW-3> .

<http://data.loterre.fr/ark:/67375/8LP-J98H6JZW-3>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-C0JL09V4-9>, <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  skos:altLabel "BM"@en, "BM"@fr ;
  dc:modified "2025-02-12T13:46:40"^^xsd:dateTime ;
  skos:prefLabel "Boltzmann machine"@en, "machine de Boltzmann"@fr ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q194706> ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-FQSNR59N-7> ;
  skos:definition "Type de réseau de neurones stochastique récurrent et de champ aléatoire de Markov dans lequel tous les neurones d'un réseau sont interconnectés. (Data Franca)"@fr, "An RNN architecture with one or more hidden layers, an input or visible layer, and no output layer, that can learn probabilistic distributions on an input dataset and performs classification, regression, and feature learning operations. It is used as a pretraining model in applications that need preliminary data, such as computer vision and image classification. (Adapted from Oğuz et al., Introduction to deep learning and diagnosis in medicine, in Diagnostic Biomedical Signal and Image Processing Applications with Deep Learning Methods, 2023)"@en ;
  skos:hiddenLabel "Machine de Boltzmann"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

