Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shibajyotidebbarma/Machine-Learning-with-Scikit-Learn-Breast-Cancer-Winconsin-Dataset

In this machine learning project I will work on the Wisconsin Breast Cancer Dataset that comes with scikit-learn. I will train a few algorithms and evaluate their performance. I will use ipython (Jupyter).
https://github.com/shibajyotidebbarma/Machine-Learning-with-Scikit-Learn-Breast-Cancer-Winconsin-Dataset

breast-cancer breast-cancer-prediction breast-cancer-wisconsin datascience ipython jupyter-notebook machine-learning machine-learning-algorithms neural-network neural-networks python3

Last synced: 3 months ago
JSON representation

In this machine learning project I will work on the Wisconsin Breast Cancer Dataset that comes with scikit-learn. I will train a few algorithms and evaluate their performance. I will use ipython (Jupyter).

Awesome Lists containing this project

README

        

# Machine-Learning-with-Scikit-Learn-Breast-Cancer-Winconsin-Dataset

## KNN
- Prediction Accuracy of 93%

## Logistic Regression
- For C=100, Accuracy = 96.5%

## Neural Network
- Classification Accuracy = 97.2%