Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Breast Cancer Classification using Neural Networks

This project uses a neural network built with TensorFlow/Keras to classify tumors in the Breast Cancer Wisconsin dataset as malignant or benign. The model is trained on features extracted from cell nuclei in digitized images of breast masses.

πŸ“Œ Dataset

🧠 Model Architecture

  • Input layer: 30 features
  • Hidden layers:
    • Dense(64, ReLU) + Dropout
    • Dense(32, ReLU)
  • Output layer: Dense(1, Sigmoid)
  • Loss function: Binary Crossentropy
  • Optimizer: Adam

πŸ“Š Evaluation Metrics

  • Accuracy on test data
  • Confusion Matrix
  • Classification Report (Precision, Recall, F1-score)
  • ROC Curve and AUC Score

βœ… Getting Started

# Clone the repository
git clone https://github.com/your-username/breast-cancer-nn.git
cd breast-cancer-nn

# Install dependencies
pip install -r requirements.txt

# Run the notebook
jupyter notebook Breast_Cancer_Classification.ipynb

About

An AI/ML project that predicts if a person's tumor is malignant or benign based on the data present in the dataset.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages