Questions tagged [amazon-ml]
9 questions
6
votes
1 answer
Which Amazon EC2 instance for Deep Learning tasks?
I have discovered that Amazon has a dedicated Deep Learning AMI with TensorFlow, Keras etc. preinstalled (not to mention other prebuilt custom AMIs). I tried out this with a typical job on several GPU-based instances to see the performances. There…
Hendrik
- 8,377
- 17
- 40
- 55
1
vote
1 answer
SageMaker DeepAR access data
Can SageMaker DeepAR algorithm only deal with training data that resides in Amazon S3 buckets?
Osama Dar
- 589
- 2
- 8
- 19
1
vote
1 answer
Compressing profiles with a large number of dimensions
I 'think' this is a related question, but not sure how to apply it.
I'm trying to build out a very crude recommendation system using Amazon ML, Facebook likes, and historical actions.
So lets say we have a number of users within a system that…
SomeoneLost
- 121
- 2
1
vote
1 answer
How is Amazon using Deep Learning in the new Amazon Go?
In the Amazon Go page they claim to use "deep learning".
Where is deep learning used in the "Go" service? Is it computer vision or inventory management?
Michael
- 153
- 1
- 4
1
vote
0 answers
Docker File AWS
I am trying to implement a docker file for Amazon Sagemaker Container,in initial step i am following this link
https://towardsdatascience.com/brewing-up-custom-ml-models-on-aws-sagemaker-e09b64627722
In above link's section "Creating Your Own Docker…
user172500
- 31
- 1
0
votes
1 answer
Amazon SageMaker input data?
I am exploring Amazon SageMaker as a scalable machine learning solution.
My question is; is it required that the training data first be uploaded in Amazon S3?
Osama Dar
- 589
- 2
- 8
- 19
0
votes
1 answer
Layman's comparison of RMSE
I don't have a maths / stats / data science background and need to evaluate which of the two evaluations below (numerical regression on Amazon Machine Learning) predict more accuracy. Both models use the same data set but it's looking at different…
migu
- 103
- 3
0
votes
1 answer
Image Feature Vectors
I have downloaded a dataset from Amazon. http://jmcauley.ucsd.edu/data/amazon/ Dataset involves feature vectors of images. There are around 1.5 M feature vectors.
Dataset consists of 10 characters (the product ID), followed by 4096 floats (repeated…
yusuf
- 175
- 1
- 7
0
votes
0 answers
CUDA error: "no kernel image is available for execution on the device" - which PyTorch version to use?
I'm running some ML python code on Amazon's EC2 - the machine has a GPU: NVIDIA A10G. The ML code is written using PyTorch.
When I run the code I get error:
CUDA error: no kernel image is available for execution on the device
I suppose this is about…
Danijel
- 173
- 6