Diff of /README.md [000000] .. [3870d3]

Switch to unified view

a b/README.md
1
# Quantifying imbalanced classification methods for leukemia detection 
2
3
This codebase is part of supplementary materials of our paper *"__Quantifying imbalanced classification methods for leukemia detection__"*
4
***
5
## Authors: 
6
Deponker Sarker Depto, Md. Mashfiq Rizvee, Aimon Rahman, Hasib Zunair, M Sohel Rahman and M.R.C. Mahdy
7
8
## Short Description: 
9
Leukemia is a cancer of the body's blood-forming tissues, including the bone marrow and the lymphatic system. There's a good chance of survival if leukemia is detected early. But imbalance is a crucial issue in medical imaging and diagonosis results of leukemia by CAD systems becomes often skewed. Through our effort we have tried to alleviate the imbalance class problem for leukemia detection.
10
11
<img src="media/New Project.png" width="">
12
Figure: We have presented classified and misclassified samples and their corresponding superimposed feature maps from best models to input images.
13
14
## Published Paper Link
15
[Quantifying imbalanced classification methods for leukemia detection](https://www.sciencedirect.com/science/article/abs/pii/S0010482522010800)
16
17
## Citation
18
  ```sh
19
 @article{depto2023quantifying,
20
  title={Quantifying imbalanced classification methods for leukemia detection},
21
  author={Depto, Deponker Sarker and Rizvee, Md Mashfiq and Rahman, Aimon and Zunair, Hasib and Rahman, M Sohel and Mahdy, MRC},
22
  journal={Computers in Biology and Medicine},
23
  volume={152},
24
  pages={106372},
25
  year={2023},
26
  publisher={Elsevier}
27
}
28
  ```
29
30
## DOI
31
https://doi.org/10.1016/j.compbiomed.2022.106372
32
33
## Requirments
34
This work requirs
35
- Python:     3.8.1
36
- Tensorflow: 2.3.0
37
- Keras:      2.4.0
38
39
## Imbalance Scanario
40
We provide bar-chart depiction of imbalanced scanarios
41
![Imbalance scanario](media/bar-char-imbl.png)
42
43
44
## Results
45
We report the best scores from our implemented models
46
![Results of best models](media/results.png)
47
48
## License
49
Distributed under the MIT License.