├── .ipynb_checkpoints └── breast_cancer_detection-checkpoint.ipynb ├── README.md ├── Researchpaper.pdf ├── SVM.txt ├── breast_cancer_detection.ipynb └── data.csv /.ipynb_checkpoints/breast_cancer_detection-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscdit/Breast-Cancer-Detection/HEAD/.ipynb_checkpoints/breast_cancer_detection-checkpoint.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscdit/Breast-Cancer-Detection/HEAD/README.md -------------------------------------------------------------------------------- /Researchpaper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscdit/Breast-Cancer-Detection/HEAD/Researchpaper.pdf -------------------------------------------------------------------------------- /SVM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscdit/Breast-Cancer-Detection/HEAD/SVM.txt -------------------------------------------------------------------------------- /breast_cancer_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscdit/Breast-Cancer-Detection/HEAD/breast_cancer_detection.ipynb -------------------------------------------------------------------------------- /data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gscdit/Breast-Cancer-Detection/HEAD/data.csv --------------------------------------------------------------------------------