conditioned eyeblink - significado y definición. Qué es conditioned eyeblink
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

Qué (quién) es conditioned eyeblink - definición

FUNCTION K OF THE INPUT X OF A WELL-POSED PROBLEM WHICH DESCRIBES HOW MUCH ITS VARIATION INFLUENCES THE VARIATION OF THE OUTPUT G(X)
Ill-conditioned; Condition numbers; Ill-conditioned matrix; Matrix condition number; Ill-conditioning; Conditioning number; Well-conditioned

Eyeblink conditioning         
CLASSICAL CONDITIONING INVOLVING PAIRING OF A STIMULUS WITH AN EYEBLINK-ELICITING STIMULUS
Eye blink conditioning
Eyeblink conditioning (EBC) is a form of classical conditioning that has been used extensively to study neural structures and mechanisms that underlie learning and memory. The procedure is relatively simple and usually consists of pairing an auditory or visual stimulus (the conditioned stimulus (CS)) with an eyeblink-eliciting unconditioned stimulus (US) (e.
Conditioned place preference         
  • Conditioned place preference apparatus
  • Conditioned place preference protocol
  • Knockout mice are used to demonstrate behavioural or physiological differences
A FORM OF CONDITIONING USED TO MEASURE THE MOTIVATIONAL EFFECTS OF OBJECTS OR EXPERIENCES
Place conditioning; Conditioned place aversion
Conditioned place preference (CPP) is a form of Pavlovian conditioning used to measure the motivational effects of objects or experiences. By measuring the amount of time an animal spends in an area that has been associated with a stimulus, researchers can infer the animal's liking for the stimulus.
Conditioned taste aversion         
BIOLOGICAL PROCESS
Sauce bearnaise syndrome; Conditioned taste aversion (version 2); Conditioned Taste Aversion; Sauce bernaise syndrome; Garcia Effect; Stimulus generalization; Garcia effect; Taste aversion; Garcia toxicosis
Conditioned taste aversion occurs when an animal acquires an aversion to the taste of a certain food after it has been paired with aversive stimuli. The Garcia effect is that the aversion develops more strongly for stimuli that cause nausea than other stimuli.

Wikipedia

Condition number

In numerical analysis, the condition number of a function measures how much the output value of the function can change for a small change in the input argument. This is used to measure how sensitive a function is to changes or errors in the input, and how much error in the output results from an error in the input. Very frequently, one is solving the inverse problem: given f ( x ) = y , {\displaystyle f(x)=y,} one is solving for x, and thus the condition number of the (local) inverse must be used. In linear regression the condition number of the moment matrix can be used as a diagnostic for multicollinearity.

The condition number is an application of the derivative, and is formally defined as the value of the asymptotic worst-case relative change in output for a relative change in input. The "function" is the solution of a problem and the "arguments" are the data in the problem. The condition number is frequently applied to questions in linear algebra, in which case the derivative is straightforward but the error could be in many different directions, and is thus computed from the geometry of the matrix. More generally, condition numbers can be defined for non-linear functions in several variables.

A problem with a low condition number is said to be well-conditioned, while a problem with a high condition number is said to be ill-conditioned. In non-mathematical terms, an ill-conditioned problem is one where, for a small change in the inputs (the independent variables) there is a large change in the answer or dependent variable. This means that the correct solution/answer to the equation becomes hard to find. The condition number is a property of the problem. Paired with the problem are any number of algorithms that can be used to solve the problem, that is, to calculate the solution. Some algorithms have a property called backward stability; in general, a backward stable algorithm can be expected to accurately solve well-conditioned problems. Numerical analysis textbooks give formulas for the condition numbers of problems and identify known backward stable algorithms.

As a rule of thumb, if the condition number κ ( A ) = 10 k {\displaystyle \kappa (A)=10^{k}} , then you may lose up to k {\displaystyle k} digits of accuracy on top of what would be lost to the numerical method due to loss of precision from arithmetic methods. However, the condition number does not give the exact value of the maximum inaccuracy that may occur in the algorithm. It generally just bounds it with an estimate (whose computed value depends on the choice of the norm to measure the inaccuracy).