Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 349 Bytes

File metadata and controls

2 lines (2 loc) · 349 Bytes

waste-classification-CNN-Image-Augmentation

A model to classify images of waste products as Organic or Recyclable. Applied Image Augmentation to images and used basic CNN to classify images using Keras. Analysed the performance using Tensorboard. Detected over fitting using metric curves (accuracy) and addressed it using Dropout Regularization.