AWS Machine Learning Blog
New AWS Deep Learning AMIs for Machine Learning Practitioners
We’re excited to announce the availability of two new versions of the AWS Deep Learning AMI. The first is a Conda-based AMI with separate Python environments for deep learning frameworks created using Conda—a popular open source package and environment management tool. The second is a Base AMI with GPU drivers and libraries to deploy your own […]
Getting Started with the AWS Deep Learning Conda and Base AMIs
Today AWS announced the availability of two new versions of the AWS Deep Learning AMI: a Conda-based AMI and a Base AMI. This post will walk you through the instructions and additional resources for making the most of your new AMIs. New Deep Learning AMI with Conda-managed environments The new Deep Learning AMIs for Amazon […]
Building an Autonomous Vehicle Part 3: Connecting Your Autonomous Vehicle
In the first blog post in our autonomous vehicle series, you built your Donkey vehicle and deployed your pilot server onto an Amazon EC2 instance. In the second blog, you learned to drive the Donkey car, and the Donkey car learned to drive itself. In this blog post, we’ll cover the process of streaming telemetry […]
Matrix Analytics Uses Deep Learning on AWS to Boost Early Cancer Detection
Matrix Analytics is helping to save lives. The Colorado-based startup uses deep learning on Amazon Web Services (AWS) to track disease progression for patients diagnosed with pulmonary nodules in their lungs. While often benign, careful monitoring and follow-up care are critical to knowing if and when those nodules will turn into malignant tumors. The company’s […]
Modify the Timbre of Amazon Polly Voices with the New Vocal Tract SSML Feature
Today, the Amazon Polly team is pleased to announce the release of a new Speech Synthesis Markup Language (SSML) feature that allows developers to modify the timbre of any Text-to-Speech (TTS) voice. This is a compelling feature for customers who want to customize an existing voice in the Amazon Polly portfolio to make it sound […]
Apache MXNet Version 0.12 Extends Gluon Functionality to Support Cutting Edge Research
Last week, the Apache MXNet community released version 0.12 of MXNet. The major features were support for NVIDIA Volta GPUs and sparse tensors. The release also included a number of new features for the Gluon programming interface. In particular, these features make it easier to implement cutting-edge research in your deep learning models: Variational dropout, […]
Understand Movie Star Social Networks Using Amazon Rekognition and Graph Databases
Amazon Rekognition is an AWS service that makes it easy to add image analysis to your applications. The latest feature added to the API for this deep-learning-powered computer vision is Celebrity Recognition. This simple-to-use functionality detects and recognizes thousands of individuals who are famous, noteworthy, or prominent in their field. Users can harness the tool […]
AWS Collaborates with Emory University to Develop Cloud-Based NLP Research Platform Using Apache MXNet
Natural Language Processing (NLP) is a research field in artificial intelligence that aims to develop computer programs’ understanding of human (natural) language. Even if you don’t know much about NLP, there is a good chance that you have been using it daily. Whenever you type a word using the virtual keyboard on your phone, it […]
Monitoring GPU Utilization with Amazon CloudWatch
Deep learning requires a large amount of matrix multiplications and vector operations that can be parallelized by GPUs (graphics processing units) because GPUs have thousands of cores. Amazon Web Services allows you to spin up P2 or P3 instances that are great for running Deep Learning frameworks such as MXNet, which emphasizes speeding up the deployment […]
Apache MXNet Release Adds Support for New NVIDIA Volta GPUs and Sparse Tensor
We are excited about the availability of Apache MXNet version 0.12. Contributors in the MXNet community have collaborated to bring new feature enhancements to users. With this release, MXNet adds two new important features: Support for NVIDIA Volta GPUs, which enable users to dramatically reduce the training and inference time for a neural network model. […]