https://github.com/ashnair1/classification-using-tensorflow
Simple introduction to classification using TensorFlow on the Wisconsin Breast Cancer datasets
https://github.com/ashnair1/classification-using-tensorflow
classification tensorflow-tutorials
Last synced: 7 months ago
JSON representation
Simple introduction to classification using TensorFlow on the Wisconsin Breast Cancer datasets
- Host: GitHub
- URL: https://github.com/ashnair1/classification-using-tensorflow
- Owner: ashnair1
- Created: 2018-06-20T19:02:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T19:36:31.000Z (over 7 years ago)
- Last Synced: 2025-01-28T12:36:35.942Z (8 months ago)
- Topics: classification, tensorflow-tutorials
- Language: Jupyter Notebook
- Size: 794 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classification-using-TensorFlow
Simple introduction to classification using neural networks via reimplementing the 'Breast Cancer Diagnosis and Prognosis using Neural Networks and SVMs' paper using TensorFlow.Datasets obtained from UCI Machine Learning Repository
WDBC Dataset - https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic)
WPBC Dataset - https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Prognostic%29Link to paper - https://github.com/GordonCai/Project-Breast-Cancer-Diagnosis-Prognosis-With-SVM-and-NN/blob/master/Breast-Cancer-Diagnosis-and-Prognosis-using-NNs-and-SVMs.pdf