« Hachage des caractéristiques » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' Feature Hashing''' It is a method to transform features to vector.... »)
 
m (ClaireGorjux a déplacé la page Feature Hashing vers Hachage des caractéristiques)
(Aucune différence)

Version du 4 mai 2021 à 15:41

en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Feature Hashing

It is a method to transform features to vector. Without looking up the indices in an associative array, it applies a hash function to the features and uses their hash values as indices directly. Simple example of feature hashing:


Source : analyticsvidhya.com