Skip to content

Goodsea/BreastNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BreastNet

A novel convolutional neural network model through histopathological images for the diagnosis of breast cancer

using BreakHis data

  • Benign/Malignant Classification with 98.8% accuracy.
  • Sub-Benign Disease Classification with 95.5% accuracy.
  • Sub-Malignant Disease Classification with 92.8% accuracy.

Usage

# Typical tf.keras API usage
from breastnet import BreastNet

model = BreastNet(input_shape=..., n_classes=...)
model.compile(...)
history = model.fit(...)

Further information

  • All training codes and history
  • Evaluation Results in Accuracy, F1-Macro, ROC-AUC.. metrics

Citation

M. Togaçar, K.B. Özkurt, B. Ergen et al., BreastNet: A novel ˘
convolutional neural network model through histopathological images for the diagnosis of breast
cancer, Physica A (2019), doi: https://doi.org/10.1016/j.physa.2019.123592 .

Contact

If you have any questions about the research, feel free to ask!


E-mail: kutsal_baran@hotmail.com

License

This project is licensed under the MIT LICENSE - see the LICENSE file for details.