Skip to content

This Project is a 7 Layer CNN Model consisting of 3 Convolution layers each followed by a Max Pooling Layer and Fully Connected layer on Breast Ultrasound Images to classify them as Benign, Malignant and Normal stages.

Notifications You must be signed in to change notification settings

Priyansh-15/Breast-Cancer-Detection-Using-CNN-on-Ultrasound-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Project Name : Breast-Cancer-Detection-Using-CNN-on-Ultrasound-Images

This Project is a 7 Layer CNN Model consisting of 3 Convolution layers each followed by a Max Pooling Layer and Fully Connected layer on Breast Ultrasound Images to classify them as Benign, Malignant and Normal stages.

  • For each Convolution layer The Filter used is of size 3X3.

  • We have used Relu as Activation function because it is non-linear in nature and due to its simplicity and less complexity.

  • For every layer Stride(s) =1 and Padding(p) =0

  • We have divided the dataset in 4:1 ratio for Model training and validation.

  • For every Convolution layer result in CNN we use the formula

image

Project Implementation Video :

Implemetation_Video.mp4

Model Summary

image

Loss and Accuracy

image

image

Final Model Testing Prediction Result

image

Priyansh Sharma

About

This Project is a 7 Layer CNN Model consisting of 3 Convolution layers each followed by a Max Pooling Layer and Fully Connected layer on Breast Ultrasound Images to classify them as Benign, Malignant and Normal stages.

Topics

Resources

Stars

Watchers

Forks

Languages