Skip to content

AzizLike29/Acne-Detection-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Detecting acne on the face using a CNN (Convolutional Neural Network)

- Training and Validation Accuracy

download (1)

The curve shows that training and validation accuracy rose steadily until the end, at around 0.90 and ~0.88–0.89, respectively, while both losses fell consistently and remained close to each other. This pattern indicates good model generalization without signs of overfitting.

- Confusion Matrix

download (2)

The model has performed well with the majority of predictions correct in all classes (diagonally dominant), especially for blackheads, cysts, pustules, and whiteheads; however, there is still a major weakness in distinguishing papules from pustules (the largest misclassification is papules→pustules). This means that generalization is solid, but decisions on two similar classes are still vulnerable.

About

Acne on the face occurs when pores become clogged with oil, dead skin cells, or bacteria, resulting in spots such as blackheads, papules, pustules, or bumps. With the help of machine learning models, this condition can be analyzed to help detect and classify the type of acne.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors