AWS DeepLens Available for Pre-Order
Written by Kay Ewbank   
Friday, 25 May 2018

A video camera for developers that is enabled for deep learning is available for pre-order on Amazon.

AWS DeepLens is a wireless video camera and API that can be used to learn how to use AI tools and technology to develop real-time computer vision apps. Deep learning is a machine learning technique that uses neural networks to learn and make predictions. The camera uses deep convolutional neural networks (CNNs) to analyze images. It works with a number of AWS services, including Amazon SageMaker, for model training and validation; AWS Lambda, for running inference against CNN models; and AWS Greengrass, for deploying updates and functions to your device.

SageMaker is Amazon's machine learning platform that can be ued to build, train, and deploy ML models in the cloud. Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. It has support for Python functions so can be used to run machine learning algorithms. 

Greengrass is software that extends AWS cloud capabilities to local devices so they can collect and analyze data locally. Developers who use AWS Greengrass can author serverless code (AWS Lambda functions) in the cloud and deploy it to devices for local execution of applications. Developers can run Node.js or Python functions within Greengrass. The most likely use of DeepLens will be to use the AWS services to carry out the deep learning on the images. SageMaker will be used to build and train a CNN in the AWS cloud, then deploy it to DeepLens.

AWS DeepLens lets you run deep learning models locally on the camera to analyze and take action on what it sees. The thought of running learning models locally might seem unachievable, but the camera includes a PC based on an Intel Atom X5 Processor with 8GB of RAM, 16GB storage, four cores and four threads. It also has an Intel Gen9 Graphics Engine embedded GPU.The camera sends video frames to an AWS Lambda function that runs the ML inference model written in Python. The camera comes with tools to help developers get started quickly, including six sample projects, pre-trained models, tutorials, and code. In addition to SageMaker, Greengrass and Lambda, the camera works with Amazon Rekognition for image and video analysis, and Amazon Polly for speech-enabled projects.Apache MXNet is the machine learning framework being used for DeepLens. MXNet is Apache's  deep learning framework.

deeplens
 
More Information

Pre-order Details On Amazon

DeepLens Website

Related Articles

Amazon's Giant Push Into Machine Learning

New AWS Services

Amazon AI Services

Amazon Rekognition Can Now Estimate Your Age

Win 10 To Get AI Dev Platform

Google Provides Free Machine Learning For All

Amazon Creating AI Chips For Alexa

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Algol 68 Revitalised and Now In GCC
29/01/2025

The latest addition to the GNU Compiler Collection is Algol 68 and you can be forgiven for thinking it sounds like a blast from the past. However, you need to remember that ALGOL, standing for ALGOrih [ ... ]



VSCode 1.97 Adds Copilot And Python Debugging
13/02/2025

The latest update of Visual Studio Code is now available with free use of GitHub Copilot and the ability to debug Python directly from the terminal.


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 25 May 2018 )