@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 ltk: <http://data.loterre.fr/ark:/67375/LTK> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S>
  skos:prefLabel "optimization algorithm"@en, "algorithme d'optimisation"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-P44ZQPD5-7> .

<http://data.loterre.fr/ark:/67375/8LP-P44ZQPD5-7>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-06-13T14:32:12"^^xsd:dateTime ;
  skos:hiddenLabel "Optimisation minimale séquentielle"@fr, "Sequential minimal optimization"@en ;
  skos:prefLabel "sequential minimal optimization"@en, "optimisation minimale séquentielle"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S> ;
  skos:altLabel "SMO"@en, "SMO"@fr, "sequential minimal optimisation"@en ;
  skos:example "In our experiments we use a relatively efficient implementation of an SVM called the Sequential Minimal Optimisation (SMO) algorithm (Platt 1999) which is provided by the Weka framework (Witten and Frank 2000). (Naughton, Stokes & Carthy, 2008)"@en, "Sequential Minimal Optimization (SMO) is a fast method to train SVM. (Segura Bedmar, Samy & Martinez, 2007)"@en, "Sequential minimal optimization (Platt 1998) is an iterative optimization approach to training Support Vector Machines SVM (Vapnik 1995). (Rudrapal, Jamatia, Chakma, Das & Gambäck, 2015)"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q2679145>, ltk:-D6JLXQK4-W ;
  a skos:Concept .

