AWS DeepLens | Getting Started Flashcards

1
Q

What MXNet network architecture layers does AWS DeepLens support?

Getting Started

AWS DeepLens | Machine Learning

A

AWS DeepLens offers support for 20 different network architecture layers. The layers supported are:

Activation

BatchNorm

Concat

Convolution

elemwise_add

Pooling

Flatten

FullyConnected

InputLayer

UpSampling

Reshape

ScaleShift

SoftmaxActivation

SoftmaxOutput

transpose

_contrib_MultiBoxPrior

_contrib_MultiBoxDetection

_Plus

Deconvolution

_mul

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What comes in the box and how do I get started?

Getting Started

AWS DeepLens | Machine Learning

A

Inside the box, developers will find a Getting Started guide, the AWS DeepLens device, a power supply and a 32GB microSD card. Setup and configuration of the DeepLens device can be done in minutes using the AWS DeepLens console, and by configuring the device through a browser on your laptop or PC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Can I train my models on the device?

Getting Started

AWS DeepLens | Machine Learning

A

No, AWS DeepLens is capable of running inference or predictions using trained models. You can train your models in Amazon SageMaker, a machine learning platform to train and host your models. AWS DeepLens offers a simple 1-click deploy feature to publish trained models from Amazon SageMaker.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What AWS services are integrated with AWS DeepLens?

Getting Started

AWS DeepLens | Machine Learning

A

DeepLens is pre-configured for integration with AWS Greengrass, Amazon SageMaker and Amazon Kinesis Video Streams. You can integrate with many other AWS services, such as Amazon S3, Amazon Lambda, Amazon Dynamo, Amazon Rekognition using AWS DeepLens.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can I SSH into AWS DeepLens?

Getting Started

AWS DeepLens | Machine Learning

A

Yes, we have designed AWS DeepLens to be easy to use, yet accessible for advanced developers. You can SSH into the device using the command: ssh aws_cam@

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What programming languages are supported by AWS DeepLens?

Getting Started

AWS DeepLens | Machine Learning

A

You can define and run models on the camera data stream locally in Python 2.7.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Do I need to be connected to internet to run the models?

Getting Started

AWS DeepLens | Machine Learning

A

No. You can run the models that you have deployed to AWS DeepLens without being connected to the internet. However, you need internet to deploy the model from the cloud to the device initially. After transferring your model, AWS DeepLens can perform inference on the device locally without requiring cloud connectivity. However, if you have components in your project that require interaction with cloud, you will need to have internet for those components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly