RK
2020年7月2日
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
2020年5月26日
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!
創建者 Kate S
•2020年11月15日
I really enjoyed and learned a lot from the material in this course. The lectures were clear and concise. Short lectures made it easy to retain the material. Also helpful were non-graded exercises embedded with the lectures. The graded labs were correct and had helpful hints.
The only improvement that I would want is to have the discussion forums back on Coursera and not on Slack. I found it difficult to search for similar questions on Slack and frequently ran into a limit on the number of messages I could search through.
Overall an excellent course!
創建者 Hossein A
•2020年9月14日
Overall, it is a good decision to take the course. Although it focuses on practical aspects of the AI in medicine, it falls short explaining the basic CNN architecture for image segmentation or classification. That said if you wish to fully take advantage of the course, spend some time understanding some of the key functions available in the util.py scripts which can be accessed through the notebooks. There, you could benefit from the course and learn interesting implementation stuff if you feel like the assignments are too practical.
創建者 Francois R
•2021年4月4日
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
創建者 Вячеслав П
•2021年4月6日
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
創建者 Yunyan D
•2021年1月22日
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.
創建者 Vinayak N
•2020年8月18日
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...
創建者 A V A
•2020年5月25日
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
創建者 Amit P
•2020年5月3日
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.
創建者 Mariathea D
•2020年11月9日
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.
創建者 Vishnusai Y
•2020年5月12日
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
創建者 Poh S C
•2020年8月24日
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.
創建者 Johan T
•2020年10月26日
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).
創建者 Vignesh M S
•2020年5月31日
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.
創建者 Endre S
•2020年5月24日
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.
創建者 Hasti G
•2020年10月20日
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
創建者 Chad H
•2020年5月24日
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.
創建者 Pierre G
•2021年5月1日
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)
創建者 Denizhan E
•2021年2月27日
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.
創建者 Lee Z Y
•2021年2月10日
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.
創建者 ADITYA K
•2020年7月14日
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.
創建者 Kiran C
•2020年6月4日
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
創建者 Anditya A
•2020年5月29日
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
創建者 Pooja A
•2020年12月12日
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.
創建者 Stephan P C
•2020年7月12日
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.
創建者 Ameera A
•2020年9月11日
The course is build in a way makes it easy to learn. I liked how the assignments had been built and the way of grading quizzes
I think we need a special course for U Net