Answer Posted / Dheeraj Kumar Raisinghani
Embedding is a method used to convert categorical data into a format that can be processed by neural networks. In TensorFlow, an embedding is represented as a lookup table or a parameterized variable that maps each unique category to a dense vector of numbers. This allows the model to capture relationships between categories during learning.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers