Chevron Left
Back to AI for Medical Diagnosis

Learner Reviews & Feedback for AI for Medical Diagnosis by DeepLearning.AI

4.7
stars
1,967 ratings

About the Course

AI is transforming the practice of medicine. It’s helping doctors diagnose patients more accurately, make predictions about patients’ future health, and recommend better treatments. As an AI practitioner, you have the opportunity to join in this transformation of modern medicine. If you're already familiar with some of the math and coding behind AI algorithms, and are eager to develop your skills further to tackle challenges in the healthcare industry, then this specialization is for you. No prior medical expertise is required! This program will give you practical experience in applying cutting-edge machine learning techniques to concrete problems in modern medicine: - In Course 1, you will create convolutional neural network image classification and segmentation models to make diagnoses of lung and brain disorders. - In Course 2, you will build risk models and survival estimators for heart disease using statistical methods and a random forest predictor to determine patient prognosis. - In Course 3, you will build a treatment effect predictor, apply model interpretation techniques and use natural language processing to extract information from radiology reports. These courses go beyond the foundations of deep learning to give you insight into the nuances of applying AI to medical use cases. As a learner, you will be set up for success in this program if you are already comfortable with some of the math and coding behind AI algorithms. You don't need to be an AI expert, but a working knowledge of deep neural networks, particularly convolutional networks, and proficiency in Python programming at an intermediate level will be essential. If you are relatively new to machine learning or neural networks, we recommend that you first take the Deep Learning Specialization, offered by deeplearning.ai and taught by Andrew Ng. The demand for AI practitioners with the skills and knowledge to tackle the biggest issues in modern medicine is growing exponentially. Join us in this specialization and begin your journey toward building the future of healthcare....

Top reviews

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!

Filter by:

401 - 410 of 410 Reviews for AI for Medical Diagnosis

By 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 .

By 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.

By 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.

By krishan s

•

Jul 6, 2020

Not useful. Probability distributions are not intuitive mostly.

By Жулдызжан С

•

Jun 10, 2020

This course relays on "add one line" code too often.

By 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.

By 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.

By 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.

By NICOLA F

•

Jun 1, 2021

No for medical students. Terrible time loosing

By José M R

•

May 5, 2020

Very basic