|
a/README.md |
|
b/README.md |
1 |
# histology_analysis |
1 |
# histology_analysis
|
2 |
Data Science work on histology slides detecting cancer |
2 |
Data Science work on histology slides detecting cancer |
3 |
|
3 |
|
4 |
|
4 |
|
5 |
# 1 |
5 |
# 1 |
6 |
|
6 |
|
7 |
# a). Problem Statment |
7 |
# a). Problem Statment |
8 |
|
8 |
|
9 |
> ### Task - The problem is mainly a BINARY IMAGE CLASSIFICATION PROBLEM. The Problem focuses on identifying the presence of metastases from a 96 * 96 digital histopathology images |
9 |
### Task - The problem is mainly a BINARY IMAGE CLASSIFICATION PROBLEM. The Problem focuses on identifying the presence of metastases from a 96 * 96 digital histopathology images |
10 |
|
10 |
|
11 |
|
11 |
|
12 |
|
12 |
|
13 |
|
13 |
|
14 |
# b). Analysis of the problem Statment |
14 |
# b). Analysis of the problem Statment |
15 |
|
15 |
|
16 |
> ## What Exactly the problem statment conveys to us? |
16 |
## What Exactly the problem statment conveys to us?
|
17 |
> ### 1. The problem deals with the Binary Classification of the Image that has a shape of 96px * 96px. It involves identifying metastases from the 96px * 96px digital images. |
17 |
### 1. The problem deals with the Binary Classification of the Image that has a shape of 96px * 96px. It involves identifying metastases from the 96px * 96px digital images. |
18 |
|
18 |
|
19 |
# 2. Data Understanding |
19 |
# 2. Data Understanding |
20 |
|
20 |
|
21 |
* The dataset contains the histopathological Images, each image is 96px * 96px. |
21 |
* The dataset contains the histopathological Images, each image is 96px * 96px. |
22 |
|
22 |
|
23 |
* A positive label indicates that the center 32x32px region of a patch contains at least one pixel of tumor tissue. Tumor tissue in the outer region of the patch does not influence the label. This outer region is provided to enable fully-convolutional models that do not use zero-padding, to ensure consistent behavior when applied to a whole-slide image. |
23 |
* A positive label indicates that the center 32x32px region of a patch contains at least one pixel of tumor tissue. Tumor tissue in the outer region of the patch does not influence the label. This outer region is provided to enable fully-convolutional models that do not use zero-padding, to ensure consistent behavior when applied to a whole-slide image. |
24 |
|
24 |
|
25 |
|
25 |
|
26 |
# 3. Designing the Model (See notebooks) |
26 |
# 3. Designing the Model (See notebooks)
|
27 |
 |
27 |
 |
28 |
|
28 |
|
29 |
|
29 |
|
30 |
* ### **IS DATA RELEVANT TO THE PROBLEM ?** |
30 |
* ### **IS DATA RELEVANT TO THE PROBLEM ?** |