Carte d'attributs
en construction
Définition
Français
carte de caractéristiques carte de caractéristique
Anglais
feature map
Source : L'apprentissage profond, Ian Goodfellow, Yoshua Bengio et Aaron Courville Éd. Massot 2018
feature map is a function that takes feature vectors in one space and transforms them into feature vectors in another. For example given a feature vector [volume ,weight, height, width] it can return [1, volume/weight, height * width] or [height * width] or even just [volume]
Contributeurs: Imane Meziani, Jacques Barolet, wiki