Generate Embeddings
Last updated
Copyright © 2023 Arize AI, Inc
Last updated
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.
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.
Arize supports 2 approaches - bring your own embeddings or have Arize generate them for you.
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
Check out our tutorials on how to send embeddings to Arize for different use cases.
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
Let Arize Generate Your Embeddings