Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 441 Bytes

A Simple Cats/Dogs Classifier

CNN: How it works

catdog

  • Model 1: simple CNN with 3 Convolution layer and 3 connected layer with regularization and avoiding overfit

  • Model 2: Tranfer Learning using VGG16 as base model and using it for this problem

Streamlit app

website