Generate Embeddings
What is an Embedding?
Embeddings are vector representations of data. Embeddings are everywhere in modern deep learning, such as transformers, recommendation engines, layers of deep neural networks, encoders, and decoders.
Why Embeddings for Analyzing Deep Learning Models?
Data drift in unstructured data like images is complicated to measure. The measures typically used for drift in structured data do not extend to unstructured data. The general challenge with measuring unstructured data drift is that you need to understand the change in relationships inside the unstructured data itself.
How to Generate Embeddings
Arize supports 2 approaches - bring your own embeddings or have Arize generate them for you.
Let Arize Generate Your Embeddings
Why are Embeddings So Important?
Embeddings are foundational because:
They can represent images, audio signals, and even large chunks of structured data.
They provide a common mathematical representation of your data
They compress your data
They preserve relationships within your data
They are the output of deep learning layers providing comprehensible linear views into complex non-linear relationships learned by models
Additional Resources
Check out our tutorials on how to send embeddings to Arize for different use cases.
Getting Started: Quick Guides | Category | Code |
---|---|---|
Multi-Class Sentiment Classification | NLP | |
Named Entity Recognition | NLP | |
Image Classification | CV |
Learn more about embeddings and troubleshooting with Arize:
Questions? Email us at support@arize.com or Slack us in the #arize-support channel
Last updated