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


Aucun résumé des modifications
Aucun résumé des modifications
Ligne 6 : Ligne 6 :


== Anglais ==
== Anglais ==
''' Feature Hashing'''
''' 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:
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:

Version du 4 mai 2021 à 15:47

Définition

Méthode pour transformer les caractéristiques en vecteur.

Français

hachage des caractéristiques

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

Source : mylittleneuron.com