AWS Machine Learning Blog
Category: Artificial Intelligence
Text Classification with Gluon on Amazon SageMaker and AWS Batch
Our customer had a problem: The manual classification of warranty claims was causing a bottleneck. These claims were based on a text field that explained the event in short detail. An example of that text looked something like this: “The plutonium-fueled nuclear reactor overheated on a hot day in Arizona’s recent inclement weather. Burn damage […]
Train faster, more flexible models with Amazon SageMaker Linear Learner
Today Amazon SageMaker is launching several additional features to the built-in linear learner algorithm. Amazon SageMaker algorithms are designed to scale effortlessly to massive datasets and take advantage of the latest hardware optimizations for unparalleled speed. The Amazon SageMaker linear learner algorithm encompasses both linear regression and binary classification algorithms. These algorithms are used extensively in […]
Faster training with optimized TensorFlow 1.6 on Amazon EC2 C5 and P3 instances
The AWS Deep Learning AMIs come with latest pip packages of popular deep learning frameworks pre-installed in separate virtual environments so that developers can quickly get started with training deep learning models. The new version of the Deep Learning AMIs for Ubuntu and Amazon Linux now come with TensorFlow 1.6, built with advanced optimizations for […]
Learn about Dee: The DeepLens Educating Entertainer – The second place winner of the AWS DeepLens Challenge Hackathon
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. Matthew Clark is a software developer turned architect. He […]
Build a March Madness predictor application supported by Amazon SageMaker
What an opening round of March Madness basketball tournament games! We had a buzzer beater, some historic upsets, and exciting games throughout. The model built in our first blog post (Part 1) pointed out a few likely upset candidates (Loyola IL, Butler), but did not see some coming (Marshall, UMBC). I’m sure there will be […]
Amazon Polly releases new SSML Breath feature
Natural human speech frequently includes audible breathing sounds as a speaker inhales or exhales during normal speaking. For example, when we speak, we generally take a breath at major pauses. Narrations without breathing sounds produced by Text-to-Speech (TTS) engines often the lack naturalness of a human narrator. Most TTS systems don’t include respiratory sounds in […]
Create a Word-Pronunciation sequence-to-sequence model using Amazon SageMaker
Amazon SageMaker seq2seq offers you a very simple way to make use of the state-of-the-art encoder-decoder architecture (including the attention mechanism) for your sequence to sequence tasks. You just need to prepare your sequence data in recordio-protobuf format and your vocabulary mapping files in JSON format. Then you need to upload them to Amazon Simple […]
Mount an EFS file system to an Amazon SageMaker notebook (with lifecycle configurations)
In this blog post, we’ll show you how you can mount an Amazon Elastic File System (EFS) to your Amazon SageMaker notebook instance. This is an easy way to store and access large datasets, and to share machine learning scripts from your SageMaker notebook instance. Amazon SageMaker notebooks provide fast access to your own instance running […]
Learn about ReadToMe – The first place winner of the AWS DeepLens Challenge Hackathon
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. When Alex Schultz first heard about the AWS DeepLens […]
Customize your Amazon SageMaker notebook instances with lifecycle configurations and the option to disable internet access
Amazon SageMaker provides fully managed instances running Jupyter Notebooks for data exploration and preprocessing. Customers really appreciate how easy it is to launch a pre-configured notebook instance with just one click. Today, we are making them more customizable by providing two new options: lifecycle configuration that helps automate the process of customizing your notebook instance, […]