@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-D73KVZ17-N>
  skos:prefLabel "couche"@fr, "layer"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-DDM2CV1D-T> .

<http://data.loterre.fr/ark:/67375/8LP-DDM2CV1D-T>
  skos:example "La couche de sortie comporte 7 neurones, un pour chacun des thèmes possibles. (Brun, Smaïli & Hat-on, 2003)"@fr, "Naturally we also have three different output layers for the model one for each K-Means application. (Corazza, Tamburini, Valério & Ferrara, 2022)"@en, "Enfin, la couche de sortie est composée de neurones \" softmax \". (Janod, Morchid, Dufour & Linares, 2015)"@fr, "Finally an output layer was used to fine-tune the parameters. (Yue, Wang & Zhang, 2019)"@en, "The output layer is a soft-max over the label set {C D}. (Kulkarni & Wang, 2018)"@en, "The output layer is used for making parsing predictions. (Wang, Mi & Xue, 2015)"@en, "Each node in the output layer corresponds to a shift-reduce action. (Wang, Mi & Xue, 2015)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-D73KVZ17-N> ;
  a skos:Concept ;
  skos:hiddenLabel "Couche de sortie"@fr, "Output layer"@en ;
  skos:definition "Couche « finale » d'un réseau de neurones, et qui contient les réponses. (Source  <a href=\"https://datafranca.org/wiki/Couche_de_sortie\">https://datafranca.org/wiki/Couche_de_sortie</a>)"@fr, "Basic layer in a neural machine translation system in which the target text is created. (Loterre)"@en ;
  skos:prefLabel "output layer"@en, "couche de sortie"@fr ;
  dc:modified "2024-05-13T07:47:46"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

