supervised study - traducción al holandés
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

supervised study - traducción al holandés

MACHINE LEARNING TASK OF LEARNING A FUNCTION THAT MAPS AN INPUT TO AN OUTPUT BASED ON EXAMPLE INPUT-OUTPUT PAIRS
Supervised classification; Supervised machine learning; Supervised Machine Learning; Fully-supervised machine learning; Applications of supervised learning; Algorithms for supervised learning; Generative training

supervised study      
studie waarop toezicht wordt gehouden
study hall         
A PLACE AND/OR TIME DURING THE SCHOOL DAY WHERE STUDENTS ARE ASSIGNED TO STUDY WHEN THEY ARE NOT SCHEDULED FOR AN ACADEMIC CLASS
Study Hall
studeerkamer
time study         
  • ''Original Films Of Frank B. Gilbreth (Part I)''
BUSINESS EFFICIENCY TECHNIQUE
Time-And-Motion Study; Time and motion studies; Time and motion; Time-and-motion study; Time-and-motion studies; Time and Motion Study; Time study; Time-motion study; Motion study; Health care time and motion study
tijdstudie (arbeidsanalyse, vaststellen van tijdsperiode voor uitvoeren van arbeid)

Definición

study hall
¦ noun N. Amer. the period of time in a school curriculum designated for study and the preparation of homework.

Wikipedia

Supervised learning

Supervised learning (SL) is a machine learning paradigm for problems where the available data consists of labeled examples, meaning that each data point contains features (covariates) and an associated label. The goal of supervised learning algorithms is learning a function that maps feature vectors (inputs) to labels (output), based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (also called the supervisory signal). A supervised learning algorithm analyzes the training data and produces an inferred function, which can be used for mapping new examples. An optimal scenario will allow for the algorithm to correctly determine the class labels for unseen instances. This requires the learning algorithm to generalize from the training data to unseen situations in a "reasonable" way (see inductive bias). This statistical quality of an algorithm is measured through the so-called generalization error.