@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9>
  skos:prefLabel "algorithme de classification"@fr, "classification algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-PPWX56WH-V> .

<http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G>
  skos:prefLabel "neural networks model"@en, "modèle de réseaux de neurones"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-PPWX56WH-V> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-PPWX56WH-V>
  skos:exactMatch ltk:-C8MCFFRC-B, <https://www.wikidata.org/wiki/Q690207> ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "perceptron"@en, "perceptron"@fr ;
  dc:modified "2024-05-03T08:30:13"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9>, <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  skos:definition "Algorithme d'apprentissage supervisé de classifieurs binaires. (Wikipédia)"@fr, "An algorithm for supervised learning of binary classifiers. (Wikipedia)"@en ;
  skos:example "The results reported here use Perceptron for EDU segmentation and relation detection and LR for relation labeling thus offering a good balance between performance and quick training. (Surdeanu, Hicks & Valenzuela-Escárcega, 2015)"@en ;
  skos:prefLabel "Perceptron"@fr, "Perceptron"@en .

