AWS Machine Learning Blog
Category: HAQM SageMaker Studio
Improve RAG accuracy with fine-tuned embedding models on HAQM SageMaker
This post demonstrates how to use HAQM SageMaker to fine tune a Sentence Transformer embedding model and deploy it with an HAQM SageMaker Endpoint. The code from this post and more examples are available in the GitHub repo.
Create custom images for geospatial analysis with HAQM SageMaker Distribution in HAQM SageMaker Studio
This post shows you how to extend HAQM SageMaker Distribution with additional dependencies to create a custom container image tailored for geospatial analysis. Although the example in this post focuses on geospatial data science, the methodology presented can be applied to any kind of custom image based on SageMaker Distribution.
Indian language RAG with Cohere multilingual embeddings and Anthropic Claude 3 on HAQM Bedrock
Media and entertainment companies serve multilingual audiences with a wide range of content catering to diverse audience segments. These enterprises have access to massive amounts of data collected over their many years of operations. Much of this data is unstructured text and images. Conventional approaches to analyzing unstructured data for generating new content rely on […]
HAQM SageMaker now integrates with HAQM DataZone to streamline machine learning governance
Unlock ML governance with SageMaker-DataZone integration: streamline infrastructure, collaborate, and govern data/ML assets.
Accelerate ML workflows with HAQM SageMaker Studio Local Mode and Docker support
We are excited to announce two new capabilities in HAQM SageMaker Studio that will accelerate iterative development for machine learning (ML) practitioners: Local Mode and Docker support. ML model development often involves slow iteration cycles as developers switch between coding, training, and deployment. Each step requires waiting for remote compute resources to start up, which […]
Explore data with ease: Use SQL and Text-to-SQL in HAQM SageMaker Studio JupyterLab notebooks
HAQM SageMaker Studio provides a fully managed solution for data scientists to interactively build, train, and deploy machine learning (ML) models. In the process of working on their ML tasks, data scientists typically start their workflow by discovering relevant data sources and connecting to them. They then use SQL to explore, analyze, visualize, and integrate […]
Seamlessly transition between no-code and code-first machine learning with HAQM SageMaker Canvas and HAQM SageMaker Studio
HAQM SageMaker Studio is a web-based, integrated development environment (IDE) for machine learning (ML) that lets you build, train, debug, deploy, and monitor your ML models. SageMaker Studio provides all the tools you need to take your models from data preparation to experimentation to production while boosting your productivity. HAQM SageMaker Canvas is a powerful […]
Build a contextual text and image search engine for product recommendations using HAQM Bedrock and HAQM OpenSearch Serverless
In this post, we show how to build a contextual text and image search engine for product recommendations using the HAQM Titan Multimodal Embeddings model, available in HAQM Bedrock, with HAQM OpenSearch Serverless.
Advanced RAG patterns on HAQM SageMaker
Today, customers of all industries—whether it’s financial services, healthcare and life sciences, travel and hospitality, media and entertainment, telecommunications, software as a service (SaaS), and even proprietary model providers—are using large language models (LLMs) to build applications like question and answering (QnA) chatbots, search engines, and knowledge bases. These generative AI applications are not only […]
Automate HAQM SageMaker Pipelines DAG creation
Creating scalable and efficient machine learning (ML) pipelines is crucial for streamlining the development, deployment, and management of ML models. In this post, we present a framework for automating the creation of a directed acyclic graph (DAG) for HAQM SageMaker Pipelines based on simple configuration files. The framework code and examples presented here only cover […]