Skip to content

KenImade/fetal_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetal Classifier

Context

Reduction of child mortality is reflected in several of the United Nations' Sustainable Development Goals and is a key indicator of human progress. The UN expects that by 2030, countries end preventable deaths of newborns and children under 5 years of age, with all countries aiming to reduce under‑5 mortality to at least as low as 25 per 1,000 live births.

Parallel to notion of child mortality is of course maternal mortality, which accounts for 295 000 deaths during and following pregnancy and childbirth (as of 2017). The vast majority of these deaths (94%) occurred in low-resource settings, and most could have been prevented.

In light of what was mentioned above, Cardiotocograms (CTGs) are a simple and cost accessible option to assess fetal health, allowing healthcare professionals to take action in order to prevent child and maternal mortality. The equipment itself works by sending ultrasound pulses and reading its response, thus shedding light on fetal heart rate (FHR), fetal movements, uterine contractions and more.

Objective

The aim of this project is to create a machine learning classifier capable of identifying the health status of a fetal based on various criteria.

Tools

  • Jupyter Notebooks
  • Python
  • Scikit-learn
  • Pandas
  • Numpy

A detailed report can be accessed through this link.

File Structure

Fetal Classifier/
|
|-- data/   # Data directory
|
|-- plots/  # Generated graphs from exploratory data analysis and data preprocessing
|
|-- fetal_health_classifier.ipynb   # Jupyter notebook used for data analysis and model training
|
|-- README.md
|
|-- .gitignore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published