@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-Z8Z51ZTV-S>
  skos:prefLabel "neurone"@fr, "neuron"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-D0HZFL6J-6> .

<http://data.loterre.fr/ark:/67375/8LP-D0HZFL6J-6>
  skos:altLabel "transfer function"@en, "fonction de seuillage"@fr, "fonction de transfert"@fr ;
  skos:example "Ces chunks sont construits par une fonction d'activation (processus cognitif pouvant être quantifié) s'appuyant sur l'évaluation de leur relation au contexte. (Blache, 2013)"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-Z8Z51ZTV-S> ;
  skos:hiddenLabel "Activation function"@en, "Fonction d'activation"@fr ;
  skos:prefLabel "fonction d'activation"@fr, "activation function"@en ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-K7H289H7-9>, <http://data.loterre.fr/ark:/67375/8LP-RC0QSXRW-L> ;
  skos:definition "Fonction mathématique non- linéaire appliquée à un signal en sortie d'un neurone artificiel. (Data Franca)"@fr, "A function that enables neural networks to learn nonlinear (complex) relationships between features and the label. (Google for Developers, Machine Learning Glossary)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-06-10T08:45:44"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/8LP-RC0QSXRW-L>
  skos:prefLabel "sigmoid function"@en, "fonction sigmoïde"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-D0HZFL6J-6> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-K7H289H7-9>
  skos:prefLabel "softmax function"@en, "fonction softmax"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-D0HZFL6J-6> .

