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

<http://data.loterre.fr/ark:/67375/8LP-RC0QSXRW-L>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-D0HZFL6J-6> ;
  skos:prefLabel "fonction sigmoïde"@fr, "sigmoid function"@en ;
  dc:modified "2024-06-10T08:38:52"^^xsd:dateTime ;
  skos:hiddenLabel "Fonction sigmoïde"@fr, "Sigmoid function"@en ;
  a skos:Concept ;
  skos:example "We used the sigmoid function to get an output value between 0 and 1. (Pritzen, Gref, Zühlke & Schmidt, 2022)"@en, "Pour la fonction d'activation, nous utilisons la fonction sigmoïde. (Zennaki, Semmar & Besacier, 2015)"@fr, "Moreover when the \"overlap\" between two tasks is small lateral connections can filter out harmful features by sigmoid functions. (Xia, Sha, Chang & Sui, 2017)"@en, "Since the sigmoid function optimizes each cell to be between 0 and 1 any entity whose score is greater than 0.5 is taken. (Zhou & Choi, 2018)"@en ;
  skos:altLabel "S curve"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
