shantanu1109 / Coursera-DeepLearning.AI-AI-FOR-MEDICINE-SPECIALIZATION

This Repository Contains Solution to the Assignments of the AI for Medicine Specialization from Deeplearning.ai on Coursera Taught by Pranav Rajpurkar, Bora Uyumazturk, Amirhossein Kiani, Eddy Shyu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



DeepLearning.AI - AI FOR MEDICINE SPECIALIZATION

This Repository Contains Solution to the Assignments of the AI for Medicine Specialization from Deeplearning.ai on Coursera Taught by Pranav Rajpurkar, Bora Uyumazturk, Amirhossein Kiani, Eddy Shyu


WHAT YOU WILL LEARN

-Diagnose diseases from x-rays and 3D MRI brain images. -Predict patient survival rates more accurately using tree-based models. -Estimate treatment effects on patients using data from randomized trials. -Automate the task of labeling medical datasets using natural language processing.


About this Specialization

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. This three-course Specialization will give you practical experience in applying machine learning to concrete problems in medicine.

These courses go beyond the foundations of deep learning to teach you the nuances in applying AI to medical use cases.


Applied Learning Project

Medicine is one of the fastest-growing and important application areas, with unique challenges like handling missing data. You’ll start by learning the nuances of working with 2D and 3D medical image data. You’ll then apply tree-based models to improve patient survival estimates. You’ll also use data from randomized trials to recommend treatments more suited to individual patients. Finally, you’ll explore how natural language extraction can more efficiently label medical datasets.


There are 3 Courses in this Specialization

flowchart TD
    B["fa:fa-twitter AI for Medicine Specialization"]
    B-->C[fa:fa-ban AI for Medical Diagnosis]
    B-->D(fa:fa-spinner AI for Medical Prognosis);
    B-->E(fa:fa-camera-retro AI For Medical Treatment)

COURSE 1

AI for Medical Diagnosis

In the first course of the AI for Medicine Specialization, you will:

  • You will practice classifying diseases on chest x-rays using a neural network.
  • You will practice implementing standard evaluation metrics to see how well a model performs in diagnosing diseases.
  • You will prepare 3D MRI data, implement an appropriate loss function for image segmentation, and apply a pre-trained U-net model to segment tumor regions in 3D brain MRI images.

COURSE 2

AI for Medical Prognosis

In the second course of the AI for Medicine Specialization, you will:

  • Walk through examples of prognostic tasks.
  • Apply tree-based models to estimate patient survival rates.
  • Navigate practical challenges in medicine like missing data.

COURSE 3

AI For Medical Treatment

In the third course of the AI for Medicine Specialization, you will:

  • Estimate treatment effects using data from randomized control trials
  • Explore methods to interpret diagnostic and prognostic models
  • Apply natural language processing to extract information from unstructured medical data

Certificate

  1. AI for Medical Diagnosis
  2. AI for Medical Prognosis
  3. AI for Medical Treatment
  4. AI for Medicine Specialization (Final Certificate)

References

  1. AI for Medical Diagnosis
  2. AI for Medical Prognosis
  3. AI For Medical Treatment

📝 Disclaimer

I made this repository as a reference. Please do not copy paste the solution as is. You can find the solution if you read the instruction carefully.

📝 License

The gem is available as open source under the terms of the GPL-3.0 License.


About

This Repository Contains Solution to the Assignments of the AI for Medicine Specialization from Deeplearning.ai on Coursera Taught by Pranav Rajpurkar, Bora Uyumazturk, Amirhossein Kiani, Eddy Shyu

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%