@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ltk: a skos:ConceptScheme .
ltk:-C0LDXC1V-S
  skos:prefLabel "fouille de textes et de données"@fr, "text and data mining"@en ;
  a skos:Concept ;
  skos:narrower ltk:-B2DPXQMF-F .

ltk:-B2DPXQMF-F
  skos:scopeNote "In Machine Learning, it refers to the use of algorithms that learn from previous data in order to make predictions on data (by estimating probabilities from previous data)"@en, "needs better definition"@en ;
  skos:definition "En apprentissage automatique, il s'agit de l'utilisation d'algorithmes qui apprennent à partir de données antérieures afin de faire des prédictions sur les données (en estimant des probabilités à partir de données antérieures)."@fr, "In Machine Learning, it refers to the use of algorithms that learn from previous data in order to make predictions on data (by estimating probabilities from previous data)."@en ;
  a skos:Concept ;
  skos:inScheme ltk: ;
  skos:broader ltk:-C0LDXC1V-S ;
  skos:prefLabel "prédiction"@fr, "prediction"@en .

