Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the olympus-google-fonts
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php on line 6121
Warning: Cannot modify header information - headers already sent by (output started at /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php:6121) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/rest-api/class-wp-rest-server.php on line 1896
Warning: Cannot modify header information - headers already sent by (output started at /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php:6121) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/rest-api/class-wp-rest-server.php on line 1896
Warning: Cannot modify header information - headers already sent by (output started at /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php:6121) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/rest-api/class-wp-rest-server.php on line 1896
Warning: Cannot modify header information - headers already sent by (output started at /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php:6121) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/rest-api/class-wp-rest-server.php on line 1896
Warning: Cannot modify header information - headers already sent by (output started at /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php:6121) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/rest-api/class-wp-rest-server.php on line 1896
Warning: Cannot modify header information - headers already sent by (output started at /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php:6121) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/rest-api/class-wp-rest-server.php on line 1896
Warning: Cannot modify header information - headers already sent by (output started at /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php:6121) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/rest-api/class-wp-rest-server.php on line 1896
Warning: Cannot modify header information - headers already sent by (output started at /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/functions.php:6121) in /customers/2/b/9/gnereus.com/httpd.www/x2024/wp-includes/rest-api/class-wp-rest-server.php on line 1896
{"id":255,"date":"2024-07-12T18:50:05","date_gmt":"2024-07-12T18:50:05","guid":{"rendered":"https:\/\/gnereus.com\/x2024\/?p=255"},"modified":"2024-07-13T11:02:20","modified_gmt":"2024-07-13T11:02:20","slug":"pneumonia-detection-from-chest-x-ray","status":"publish","type":"post","link":"https:\/\/gnereus.com\/x2024\/2024\/07\/12\/pneumonia-detection-from-chest-x-ray\/","title":{"rendered":"Pneumonia Detection From Chest X-Ray"},"content":{"rendered":"\n
This project culminates in a model that can classify a given chest x-ray for the presence or absence of pneumonia.<\/p>\n\n\n\n
<\/a><\/p>\n\n\n\n <\/a><\/p>\n\n\n\n The dataset contains over 112,000 frontal-view chest X-ray images (1024*1024 resolution) from more than 30,000 unique patients. The Dataset is taken from Kaggle’s NIH Chest X-rays<\/a>.<\/p>\n\n\n\n Description of Training Dataset:<\/strong><\/p>\n\n\n\n Description of Validation Dataset:<\/strong><\/p>\n\n\n\n <\/a><\/p>\n\n\n\n DICOM Checking Steps:<\/strong><\/p>\n\n\n\n Preprocessing Steps:<\/strong><\/p>\n\n\n\n CNN Architecture:<\/strong><\/p>\n\n\n\n <\/a><\/p>\n\n\n\n The first part of this project will involve exploratory data analysis (EDA) to understand and describe the content and nature of the data.<\/p>\n\n\n\n Some important things to focus on during the EDA may be:<\/p>\n\n\n\n Find the EDA\u00a0here<\/a>.<\/p>\n\n\n\n <\/a><\/p>\n\n\n\n <\/a><\/p>\n\n\n\n From the findings in the EDA component of this project, we curate the appropriate training and validation sets for classifying pneumonia. We asure to take the following into consideration:<\/p>\n\n\n\n In this project, we fine-tune an existing CNN architecture to classify x-rays images for the presence of pneumonia. There is no archictecture required for this project, but a reasonable choice would be using the VGG16 architecture with weights trained on the ImageNet dataset. Fine-tuning can be performed by freezing the chosen pre-built network and adding several new layers to the end to train, or by doing this in combination with selectively freezing and training some layers of the pre-trained network.<\/p>\n\n\n\n <\/a><\/p>\n\n\n\n In training our model, there are many parameters that can be tweaked to improve performance including:<\/p>\n\n\n\n <\/a><\/p>\n\n\n\n As we train our model, we will monitor its performance over subsequence training epochs. We choose the appropriate metrics upon which to monitor performance. Can you sacrafice high false positive rate for a low false negative rate?<\/p>\n\n\n\n Find the “build and train model” Jupyter notebook\u00a0here<\/a>.<\/p>\n\n\n\n <\/a><\/p>\n\n\n\n The imaging data provided to you for training your model was transformed from DICOM format into .png to help aid in the image pre-processing and model training steps of this project. In the real world, however, the pixel-level imaging data are contained inside of standard DICOM files.<\/p>\n\n\n\n For this project, we create a DICOM wrapper that takes in a standard DICOM file and outputs data in the format accepted by your model. We assure to include several checks in your wrapper for the following:<\/p>\n\n\n\n Find the “inference” Jupyter notebook\u00a0here<\/a>.<\/p>\n\n\n\n<\/a><\/p>\n\n\n\n
This project consist of four steps:<\/h2>\n\n\n\n
\n
Insights acquired from this project upon its completion include the ability to:<\/h2>\n\n\n\n
\n
Dataset<\/h2>\n\n\n\n
\n
\n
Algorithm Design and Function<\/h2>\n\n\n\n
\n
\n
\n
1. Exploratory Data Analysis<\/h1>\n\n\n\n
\n
2. Building and Training Your Model<\/h1>\n\n\n\n
Training and validating Datasets<\/h2>\n\n\n\n
\n
Training<\/h2>\n\n\n\n
\n
Performance Assessment<\/h2>\n\n\n\n
3. Clinical Workflow Integration<\/h1>\n\n\n\n
\n
4. FDA Submission<\/h1>\n\n\n\n