Diff of /README.md [000000] .. [291e9d]

Switch to unified view

a b/README.md
1
# histology_analysis
2
Data Science work on histology slides detecting cancer
3
4
5
# 1 
6
7
# a). Problem Statment
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
10
11
12
13
14
# b). Analysis of the problem Statment
15
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.
18
19
# 2.  Data Understanding
20
21
* The dataset contains the histopathological Images, each image is 96px * 96px. 
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.
24
25
26
# 3. Designing the Model  (See notebooks)
27
![Correlation_matrix](images/histology_slides.png)
28
29
30
* ### **IS DATA RELEVANT TO THE PROBLEM ?**