@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-D0HZFL6J-6>
  skos:prefLabel "activation function"@en, "fonction d'activation"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-K7H289H7-9> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-K7H289H7-9>
  skos:prefLabel "fonction softmax"@fr, "softmax function"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-D0HZFL6J-6> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q7554146> ;
  skos:definition "An activation function in the final layer of a neural network that helps quantify the probability of proximity between each word in a corpus and the input word. (Based on Softmax Function Summary, on medium.com, 2022)"@en ;
  skos:hiddenLabel "Fonction softmax"@fr, "Softmax function"@en ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-05-13T14:39:59"^^xsd:dateTime .

