@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> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-BQVX4NW0-3>
  skos:prefLabel "algorithm"@en, "algorithme"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-BQ1BW5T0-K> .

<http://data.loterre.fr/ark:/67375/23L-QSCD5BM5-M>
  skos:prefLabel "fonction sigmoïde"@fr, "sigmoid function"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-BQ1BW5T0-K> .

<http://data.loterre.fr/ark:/67375/23L-BQ1BW5T0-K>
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-VJ3DTV27-J>, <http://data.loterre.fr/ark:/67375/23L-NS0H9QG4-H>, <http://data.loterre.fr/ark:/67375/23L-QSCD5BM5-M> ;
  skos:definition "Algorithme permettant de déterminer si un neurone artificiel doit répondre en fonction de la somme pondérée de ses entrées."@fr, "An algorithm for determining if an artificial neuron should respond based on the weighted sum of its inputs."@en ;
  dc:modified "2025-09-24T06:03:30"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-BQVX4NW0-3> ;
  skos:prefLabel "algorithme d'activation"@fr, "activation algorithm"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> .

<http://data.loterre.fr/ark:/67375/23L-NS0H9QG4-H>
  skos:prefLabel "softmax function"@en, "fonction softmax"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-BQ1BW5T0-K> .

<http://data.loterre.fr/ark:/67375/23L-VJ3DTV27-J>
  skos:prefLabel "ReLu"@en, "ReLu"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-BQ1BW5T0-K> .

