@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/23L-J5C4QB24-P>
  skos:prefLabel "fonction mathématique"@fr, "mathematical function"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-NS0H9QG4-H> .

<http://data.loterre.fr/ark:/67375/23L-BQ1BW5T0-K>
  skos:prefLabel "activation algorithm"@en, "algorithme d'activation"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-NS0H9QG4-H> .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-NS0H9QG4-H>
  a skos:Concept ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Fonction_softmax>, <https://www.wikidata.org/wiki/Q7554146>, <https://en.wikipedia.org/wiki/Softmax_function> ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-BQ1BW5T0-K>, <http://data.loterre.fr/ark:/67375/23L-J5C4QB24-P> ;
  skos:prefLabel "fonction softmax"@fr, "softmax function"@en ;
  dc:modified "2025-09-08T12:52:04"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> .

