RK
Jul 3, 2020
It was a nice course. Though it covers basics. A follow-up advanced specilization can be made. Overall, it's sufficient for beginner for an engineer trying to learn application of AI for medical field
KH
May 27, 2020
Throughout this course, I was able to understand the different medical and deep learning terminology used. Definitely a good course to understand the basic of image classification and segmentation!
By Francois R
•Apr 5, 2021
Good Course
I find that it is always tougher to teach when the audience is heavily segmented.
I see this course audience as:
- Medical practitioner who want to learn about ML
- ML practitioner who want to apply ML in a specific context.
I am of the second group.
The course is at its best when the topic are the most general like:
- The importance of correctly preparing the test, validation and training sets.
- Understanding the meaning of model accuracy in the real world.
But the implementation specifics are a bit dated now (April 2021).
Thanks
By Вячеслав П
•Apr 6, 2021
The course is ok - after this course you will be ready for real tasks. but the course is not ideal: 1) you can not solve some tasks with different possible ways. As example in week 3 programming, you can not use np.empty, but you need to use np.zeros, cause another vay is incorrect. And the sub volume task - random crop loop with tries is no optimal way to solve it, but another way is incorrect. 2) I wanted to hear more about U-Net. 3) i think you need to report copies of your course on github
By Yunyan D
•Jan 23, 2021
Overall good. The lectures are easy to follow, but the programming assignments (especially week 3) need clearer instructions. The automatic grader also needs improvement, as the grader not only false alarms in a correct function and fails to detect errors in another function, but also requires very specific implementation (you can't implement in a different way, and you can't miss any argument) , even though the function works well and correct.
By Vinayak N
•Aug 18, 2020
This is an amazing course for people who know AI and want to know about it's applications in the healthcare industry. I had fun learning from the instructor Pranav who is concise and delivers lessons comprehensively. Overall an amazing course. Could have asked for more assignments and hands-on stuff, hence I'm being conservative on granting 4-stars only...
By Vijay A
•May 25, 2020
Very good course on applying AI for image-based medical diagnosis. Some things that could be improved are : 1. adding content relevant to using AI in non-image based diagnosis 2. could be made more comprehensive with more applications, exercises and theoretical content by extending course duration to a longer time
By Amit P
•May 3, 2020
The video segments could be made longer to incorporate more information on how the modeling is done. A lot of new information was thrust into the weekly exercises. It would be better if the weekly exercises were a test of what we had learnt. A great course on the whole, anyway. The instructor was very clear.
By Mariathea D
•Nov 9, 2020
This is an outstanding course. I am a physician and this has been very helpful in bridging the knowledge gap between what I learned in other deep learning courses and the unique situation of working with medical data. I would however appreciate a deeper dive into how to work with the DICOM format.
By Vishnusai Y
•May 12, 2020
Introduces the fundamentals of using AI for medical diagnoses. Concepts are clearly explained and the assignments are well framed. More lectures regarding subtle concepts like MRI Image registration and calculation of confidence interval would have made the course more interesting and comprehensive
By Poh S C
•Aug 24, 2020
The course serves as an introduction to AI applications on medical diagnosis. The assignments are easy. However, video lectures are missing some minor concepts that suddenly appear in the programming assignment. It is recommended to take this course after you took Deep Learning Specialization.
By Johan T
•Oct 26, 2020
Good course but, as often is the case, too much time was spent on fixing small errors in notebooks, such as using the "wrong" function (i.e. np.multiply doesn't work when * does due to the very specific setup of the exercise, even though they are both element-wise multiplication).
By Vignesh M S
•May 31, 2020
A very well structured course that covers most of the practical design challenges of deep learning applications in healthcare sector. A good foundation for people who want to pursue a career as a Machine Learning Engineer for medical diagnosis and/or computer vision.
By Endre S
•May 24, 2020
Great course! Although the coding exercises focus more on lower level details of matrix manipulation, and not on the parts for selecting a model, building and training it. Most of the model related code is provided if form of utility code or as pretrained weights.
By Dương V
•Jul 26, 2024
The contents offered by the course are really useful. However I need to review again and practice more to fully acquire the techniques as even I passed all the tests, I think I couldn't make complete notebooks in the course from scratch without guidelines.
By Hasti G
•Oct 20, 2020
Hello,
I enjoyed taking this course. It would be great if assignments could be debuged, I tried downloading the assignments to debug using vscode but some parts of the assignments(datasets or some functions) were not there to be downloaded.
Thank you
By Chad H
•May 24, 2020
This was a great course for getting a high-level understanding of AI's applications in medical diagnosis.
The only issue is that the assignments are auto-graded which, coupled with bugs, can make submitting assignments very frustrating.
By Pierre G
•May 1, 2021
Great but 1) all notebooks must be moved to Tensorflow 2 and Pytorch 2) it's not a Deep Learning course but a data course (for people who want to really understand the classification/Unet models, they need to study another DL course)
By Denizhan E
•Feb 28, 2021
Course data and related util files with reasonable explanations will make this course magnificent. I spent a lot of time figuring out differences while I try it in my local engine due to version differences.
By Lee Z Y
•Feb 10, 2021
Pleasant pacing, very clear and concise lecture material. I was really frustrated with the final assignment though. Would be nice if the grader gives something more instructive than correct/incorrect.
By ADITYA K
•Jul 14, 2020
A good course to understand the use of Deep Learning and AI in Medical Diagnosis. In this course, you can understand different ways to segment and analyze the images of brain tumors and X-Rays.
By Kiran C
•Jun 4, 2020
Use cases selected were really nice, Videos should carry more detail technical aspects and could be bit more lengthy and Assignments should consider multiple options to solve given problem
By Anditya A
•May 29, 2020
too hard
too little explanation in the exercises,
definitely not for beginner,
this is an expert class course,
even an experienced student, who's familiar with tensorflow might struggle a bit
By Pooja A
•Dec 12, 2020
A good course with challenging assignments. However, the assignments could have been a little less self explanatory and should have triggered deeper and more individualistic thinking.
By Rod R
•Nov 30, 2024
The instructor is excellent. I knocked it down a star for the finicky auto-grader. Would love to have had a fourth week that showed how to re-train a previously trained system.
By Stephan P C
•Jul 12, 2020
The assignments are extremely simple; mostly just implementing an equation in Python. The rest of the notebooks are basically readings. Maybe give a little more coding practice.
By Gustav C
•Mar 5, 2023
A good introduction to the problems of using AI for medical diagnosis. A little bit too much hand-holding in the final assignment sections, especially for the MRI project.