« Unité à seuil linéaire » : différence entre les versions


(Page créée avec « == en construction == Catégorie:Vocabulary Catégorie:Apprentissage machine Catégorie:UNSW == Définition == xxxxxxx == Français == xxxxxxx == Anglais... »)
Balise : Éditeur de wikicode 2017
(Aucune différence)

Version du 13 septembre 2019 à 11:44

en construction


Définition

xxxxxxx

Français

xxxxxxx

Anglais

linear threshold unit

A linear threshold unit is a simple artificial neuron whose output is its thresholded total net input. That is, an LTU with threshold T calculates the weighted sum of its inputs, and then outputs 0 if this sum is less than T, and 1 if the sum is greater than T. LTU's form the basis of perceptrons.

Source : UNWS machine learning dictionary ]