RK
Jul 2, 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 26, 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!
创建者 mohit r
•Jun 21, 2020
The codes should have be explained ...
创建者 Andrey A
•Aug 22, 2020
Too general for practical usage
创建者 Hanan S A
•Jul 13, 2020
good as an introduction
创建者 Matthias K
•May 7, 2020
Fairly shallow.
创建者 Apoorv G
•Aug 8, 2020
I first took Deep Learning Specialization by Andrew and then took NLP specialization by Younes Mourri and then this course. One difference I noticed that Andrew explained all the stuff by himself in detailed 8-10 min video and here these in these two coursers, the two instructor explained concept in 1-2 min video and left the remaining concept to learned by ourselves through notebooks. Andrew put much more effort than these two guys.
创建者 Michael L
•Jan 9, 2021
Did a good job of explaining some of the terms and processes involved in using AI for medical diagnosis, but the flow and organization of the course were really poor and the methods taught were not general enough to be able to extrapolate to use in new ways outside of the course.
创建者 Kemal U A
•Sep 2, 2020
There is no reply or response to discussion forums from the instructors and assessment of the assignments are always zero so I can not pass to week two even my assignment's outputs are matched with the correct ones .
创建者 Duncan L
•Jul 2, 2020
A far too brief overview of AI applications in medical diagnosis - only really covers image analysis and even then is cursory at best. Disappointing as I have found the other deeplearning.ai courses quite helpful.
创建者 Houssem A
•Jun 20, 2022
Very basic, and the assignments are basically NumPy arrays manipulation rather than actually using ai on real-world data to get predictions.
创建者 krishan s
•Jul 6, 2020
Not useful. Probability distributions are not intuitive mostly.
创建者 Sagimbayev Z
•Jun 10, 2020
This course relays on "add one line" code too often.
创建者 Julian S
•Dec 5, 2021
The course was quite shallow, and the actual challenges of model selection, training or building appropriate augmentation steps were pre-built and not discussed in any detail.
The coding challenges were using badly outdated package versions, for which documentation does not exist anymore and which do not represent best practice usage of the libraries involved.
On top of that, the coding challenges expect a very specific solution, while not considering equivalent implementations as correct (case in point: In the week 3 coding challenge, I used np.transpose where the challenge used np.moveaxis. I prefer transpose since it clearly and explicitly states where _all_ the other axis go, while moveaxis makes that change of state implicitly.)
Finally, the grading of the last coding challenge does not respect the special cases that are explicitly mentioned in the excercise itself. The "standardize" function to be implemented explicitly mentions the possibility of a slice having a zero standard deviation and the pre-coded framework handles this special case correctly. However, if one changes the selection of the slice in the cell before, which the user is encouraged to do, it is possible to obtain an empty slice. The grader expects a unit standard deviation though, without checking this edge case.
The shallow content and lackluster excercises, as well as the common mistakes in the presentation videos (sometimes corrected by a "question" popup during playback) do not give the impression this course was prepared well.
创建者 Aliakbar D
•Jul 28, 2020
I have done several of AI courses including the TensorFlow. While the TensorFlow course, gives you a neat and excellent hands on on how to build a network from scratch or implement easily a CNN such as Inception V3, this course make you confused as what sort of aim it follows. Overall confusing and not useful. Though you find some good stuff in the videos but the design and strategy of the course is meaningless.
创建者 Jamal H
•Aug 19, 2021
Lectures are short, mainly focused on programming details (how to subsample and image or how to calculate an error). The assignments do not help understand the AI part of the medical diagnosis. It can be considered as an intro course for the AI for MD.
创建者 NICOLA F
•Jun 1, 2021
No for medical students. Terrible time loosing
创建者 José M R
•May 5, 2020
Very basic