AWS Machine Learning Blog
Amazon SageMaker supports kNN classification and regression
We’re excited to announce that starting today Amazon SageMaker supports a built-in k-Nearest-Neighbor (kNN) algorithm for solving classification and regression problems. kNN is a simple, interpretable, and surprisingly strong model for multi-class classification, ranking, and regression. Introduction to kNN The idea behind kNN is that similar data points should have the same class, at least […]
Amazon Transcribe now lets you designate your own Amazon S3 buckets to store transcription outputs
Amazon Transcribe is an automatic speech recognition (ASR) service that makes it easy for you to add a speech-to-text capability to your applications. You can use Amazon Transcribe to create text transcripts of audio and video files. Starting today, you can designate your own S3 buckets to store transcription outputs rather than S3 buckets maintained […]
Discover Financial Services applies machine learning through a Robocar event powered by Amazon SageMaker
The Discover Financial Services (DFS) team members who attended AWS re:Invent agreed that the Robocar Rally was an extremely impactful experience. By participating in this hackathon, six members of Discover’s core team received hands-on experience using machine learning (ML) and deep learning on AWS. They had a blast and created lasting memories! Discover’s Cloud Center […]
Secure prediction calls in Amazon SageMaker with AWS PrivateLink
Amazon SageMaker now supports Amazon Virtual Private Cloud (VPC) Endpoints via AWS PrivateLink so you can initiate prediction calls to your machine learning models hosted on Amazon SageMaker inside your VPC, without going over the internet. Amazon SageMaker is a fully-managed platform that enables developers and data scientists to quickly and easily build, train, and deploy machine learning […]
Running Principal Component Analysis in Amazon SageMaker
Principal Component Analysis (PCA) is a very popular technique used by data scientists primarily for dimensionality reduction in numerous applications ranging from stock market prediction to medical image classification. Other uses of PCA include de-noising and feature extraction. PCA is also used as an exploratory data analysis tool. To better understand PCA let’s consider an […]
Building a scalable and adaptable video processing pipeline with Amazon Rekognition Video
This is a guest post by Joe Monti, Sr. Software Engineer at VidMob. Vidmob is, in their own words, “the world’s leading video creation platform, with innovative technology solutions that enable a network of highly trained creators to develop marketing communications that are insight-driven, personalized, and scalable. VidMob creators are trained to produce the full […]
Are you ready for a new challenge? You have an opportunity to make a difference! Announcing the AWS DeepLens Challenge
April 2023 Update: Starting January 31, 2024, you will no longer be able to access AWS DeepLens through the AWS management console, manage DeepLens devices, or access any projects you have created. To learn more, refer to these frequently asked questions about AWS DeepLens end of life. Technology like machine learning (ML) has the potential to […]
Monitor Amazon Transcribe applications with AWS CloudTrail and Amazon CloudWatch Events
Monitoring your AWS resources is critical for security, performance, compliance, and cost control purposes. Therefore, our customers always ask for features to enable monitoring. Today, we are pleased to announce that Amazon Transcribe is integrated with AWS CloudTrail and Amazon CloudWatch Events to give you more visibility and control of your Amazon Transcribe resources. Let’s […]
Amazon Comprehend now supports asynchronous processing along with larger document sizes
Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to find insights and relationships in text. Starting today, you have the option to analyze a collection of documents stored in an Amazon S3 bucket using our new asynchronous job service. This is in addition to single and multiple document synchronous calls […]
Build a serverless frontend for an Amazon SageMaker endpoint
Amazon SageMaker provides a powerful platform for building, training, and deploying machine learning models into a production environment on AWS. By combining this powerful platform with the serverless capabilities of Amazon Simple Storage Service (S3), Amazon API Gateway, and AWS Lambda, it’s possible to transform an Amazon SageMaker endpoint into a web application that accepts […]