Skip to content

Build AI Products to augment Businesses, to create real value for customers.

Notifications You must be signed in to change notification settings

elateifsara/ai-product-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose:

Build a product that helps doctors quickly identify cases of pneumonia in children.

Output:

  • Created a data labeling job using Appen's platform.
  • Developed a proposal file, which is a writeup that details my design considerations and strategies for quality assurance.

Project 1

Purpose: Study how training data impact models.

Description: I trained four different models using four variants of the pneumonia dataset classified into two classes: "normal" and "pneumonia", with Google's AutoML Vision platform. The following sections describe the steps we took to create each model.

Steps:

  1. Created a binary classifier to detect pneumonia using chest x-rays (100 images from the “normal” class and 100 images from the “pneumonia” class)
  2. Created an unbalanced binary classifier (100 images from the “normal” class, and add 200 more "pneumonia" class images)
  3. Created a binary classifier with dirty data (started with the original dataset of 100 "normal" and 100 "pneumonia" images. Then switched the labels of 30 images in each class)
  4. Created a three-class model with the classes “normal”, “bacterial pneumonia”, and “viral pneumonia” (added 100 "normal" images, 100 "bacterial pneumonia" images, and 100 "viral pneumonia" images)

Purpose:

The project purpose is to detect if a child is affected by pneumonia or not by using a chest x-ray images.

The aim is to elaborate a project proposal while accounting for:

  1. Data Labeling Approach
  2. Test Questions & Quality Assurance
  3. Limitations & Improvements

About

Build AI Products to augment Businesses, to create real value for customers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages