Skip to main content

2020 | OriginalPaper | Buchkapitel

Classification of Breast Cancer Malignancy Using Machine Learning Mechanisms in TensorFlow and Keras

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

Classification of breast cancer malignancy using digital mammograms remains a difficult task in breast cancer diagnosis and plays a key role in early detection of breast cancer. Inspired by rapid progress in the field of artificial intelligence, we explored several machine learning mechanisms, i.e., Support Vector Machine (SVM), Logistic Regression, Decision Tree, Random Forest, and Deep Neural Network (DNN) given in TensorFlow and Keras deep learning frameworks, and used Python programming to predict if a patient case is malignant or benign. This retrospective study was based on the Breast Cancer Wisconsin (Diagnostic) Data Set that contains a set of 30 features, e.g., radius mean, texture mean, perimeter mean, etc., previously extracted from digital mammograms. In addition, breast cancer diagnosis results were provided as the gold standard for training and testing of the machine learning mechanisms. Based on verification results on the test set, the five machine learning mechanisms achieved the sensitivity of 94.4%, 94.4%, 91.9%, 90.8%, 98.5%, and the specificity of 92.7%, 90.5%, 92.3%, 94.6%, 91.1%, respectively. In conclusion, our machine learning mechanisms achieved competitive performance results with the state-of-art techniques presented by other researchers and may provide useful second opinion to radiologists in breast cancer diagnosis.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Literatur
1.
Zurück zum Zitat Bray, F., Ferlay, J., Soerjomataram, I., et al.: Global cancer statistics 2018: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries. CA Cancer J. Clin. 68(6), 394–424 (2018)CrossRef Bray, F., Ferlay, J., Soerjomataram, I., et al.: Global cancer statistics 2018: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries. CA Cancer J. Clin. 68(6), 394–424 (2018)CrossRef
2.
Zurück zum Zitat Cortes, C., Vapnik, V.: Support-vector networks. Mach. Learn. 20(3), 273–297 (1995)MATH Cortes, C., Vapnik, V.: Support-vector networks. Mach. Learn. 20(3), 273–297 (1995)MATH
3.
Zurück zum Zitat Boser, B.E., Guyon, I.M., Vapnik, V.N.: A training algorithm for optimal margin classifiers. In: COLT 1992 Proceedings of the Fifth Annual Workshop on Computational Learning Theory, Pittsburgh, Pennsylvania, United States, pp. 144–152 (1992) Boser, B.E., Guyon, I.M., Vapnik, V.N.: A training algorithm for optimal margin classifiers. In: COLT 1992 Proceedings of the Fifth Annual Workshop on Computational Learning Theory, Pittsburgh, Pennsylvania, United States, pp. 144–152 (1992)
4.
Zurück zum Zitat Breiman, L.: Classification and Regression Trees. Routledge, New York (2017)CrossRef Breiman, L.: Classification and Regression Trees. Routledge, New York (2017)CrossRef
6.
Zurück zum Zitat McCulloch, W.S., Pitts, W.: A logical calculus of the ideas immanent in nervous activity. Bull. Math. Biophys. 5(4), 115–133 (1943)MathSciNetMATHCrossRef McCulloch, W.S., Pitts, W.: A logical calculus of the ideas immanent in nervous activity. Bull. Math. Biophys. 5(4), 115–133 (1943)MathSciNetMATHCrossRef
7.
Zurück zum Zitat Krizhevsky, A., Sutskever, I., Hinton, G.E.: ImageNet classification with deep convolutional neural networks, neural information processing systems. In: NIPS 2012 Proceeding of the 25th International Conference, Lake Tahoe, Nevada, United States, vol. 1, pp. 1097–1105 (2012) Krizhevsky, A., Sutskever, I., Hinton, G.E.: ImageNet classification with deep convolutional neural networks, neural information processing systems. In: NIPS 2012 Proceeding of the 25th International Conference, Lake Tahoe, Nevada, United States, vol. 1, pp. 1097–1105 (2012)
9.
Zurück zum Zitat Vert, J.P., Tsuda, K., Schölkopf, B.: Kernel Methods in Computational Biology. MIT Press, Cambridge (2004) Vert, J.P., Tsuda, K., Schölkopf, B.: Kernel Methods in Computational Biology. MIT Press, Cambridge (2004)
10.
Zurück zum Zitat de Boer, P.T., Kroese, D.P., Mannor, S., et al.: A tutorial on the cross-entropy method. Ann. Oper. Res. 134(1), 19–67 (2005)MathSciNetMATHCrossRef de Boer, P.T., Kroese, D.P., Mannor, S., et al.: A tutorial on the cross-entropy method. Ann. Oper. Res. 134(1), 19–67 (2005)MathSciNetMATHCrossRef
11.
Zurück zum Zitat Breiman, L.: Bagging Predictors. Mach. Learn. 24(2), 123–140 (1996)MATH Breiman, L.: Bagging Predictors. Mach. Learn. 24(2), 123–140 (1996)MATH
Metadaten
Titel
Classification of Breast Cancer Malignancy Using Machine Learning Mechanisms in TensorFlow and Keras
verfasst von
Yuan-Hsiang Chang
Chi-Yu Chung
Copyright-Jahr
2020
DOI
https://doi.org/10.1007/978-3-030-30636-6_6

Neuer Inhalt