By Sebastian R G
•Jul 24, 2020
This course will serve as a guide on how to use AWS SageMaker. However, there is no technical challenge to it. In my opinion, since the course is marked as difficult the students should be capable of solving some problems on their own.
I would still encourage people to learn about this tool since it can be used to take models into production with a simple API.
By Prafull S
•Jun 24, 2020
The overall project is good.
But May be the coding style should have been better.
For example train.py could have been written in pycharm or even jupyter directly instead of %%writefile.
By Metin A
•Dec 28, 2020
Writing codes line by line was not a good hands-on experience.
But anyways, it was a quick code-based example for TensorFlow on AWS with SageMaker.
By Andy H
•Apr 8, 2020
By far the worst Coursera course I've ever done. The interface is barely useable (two windows in one tab), you have to sign up to various accounts including with a credit card for AWS, and the session times out in just over an hour for the two hour course. I want a refund! Avoid.
By Sumeyye S
•Feb 15, 2021
The instructor is great, he tries his best to explain all steps. However, a short project is not enough to grasp all materials in AWS Sagemaker. You may also need general AWS knowledge. There are details that you need to dig out further for better understanding.
By Suhaimi C
•Sep 27, 2020
Great project and awesome customization. I got to learn a lot and practice what I learned in this class. Thanks to Amit for teaching this class.
By purnachand k
•May 16, 2020
Very Interesting
By tale p
•Jun 27, 2020
good
By Silvia G
•May 12, 2021
Very useful and practical course covering the basics to train a Tensorflow model on Sagemaker. I have been struggling to get a proper tutorial or documentation online to properly prepare the training script, so this course really saved my day.
I would add some more advanced features such as: import your own dependencies with "requirements.txt" and train with multiple instances.
By Florian C
•Mar 30, 2021
Good tutorial for anyone new to AWS Sagemaker and wanting to learn how to deploy a basic TensorFlow model
By John B
•Apr 14, 2021
Further study is required here, some cat images were classified as dogs!
By Bob B
•Jul 2, 2021
Very helpful.
By Brad A
•Dec 20, 2020
I was glad to find that Tensorflow and Sagemaker were available on Coursera. When working through this project I ran into a couple of snags that weren't addressed in the content and had to go digging in the discussion forums. The first was the Resources limits on AWS regarding the instance type which I needed AWS support to engage on. This created some lag time to finishing the material. The way the course is designed now it assumes that you work through it in one session. Coming back to it creates some issues (such as the model needed to be retrained to be served). This serving portion also didn't work for me out of the box and I'm still trying to find a suitable solution on Inference Endpoints in SageMaker from saved model artifacts on S3.
By Chris K - K
•Jul 25, 2022
Code was a bit out dated. No 'why' just 'write code'