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 […]

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 […]

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. […]