Embedding Columns
Learn about the embedding feature columns for the ML model's input layer.
We'll cover the following...
Chapter Goals:
- Process the embedding feature columns used for the machine learning model’s input layer
A. Feature embeddings
The other feature column for categorical features is embedding feature columns. For our dataset, the embedding features are 'Store'
and 'Dept'
. Both these features have many more categories than the indicator features, so using a one-hot vector representation wouldn’t necessarily be the most efficient or useful.
Furthermore, there are connections between categories for both the 'Store'
and 'Dept'
features. For example, we may ...
Access this course and 1400+ top-rated courses and projects.