Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
SUMIT 3733986baf
Add files via upload
3 years ago
..
788acb1226
Add files via upload
3 years ago
52d06789af
Add files via upload
3 years ago
3733986baf
Add files via upload
3 years ago
a04a254828
Update README.md
3 years ago
541dd7a4ee
Add files via upload
3 years ago

README.md

You have to be logged in to leave a comment. Sign In

This is a classification project that classifies whether the give image is a cat or a dog. The dataset is taken from the Kaggle. Dataset composition: 1. training set = 20000 2. validation set = 3000 3. validation set = 2000

I've used different approches to train the model. A simple convolution network with 3 layers, 1 fully connected layer and a output layer which gives accuracy of 89.97% on validation set and 88.70% on test set. Then i trained another model with pre-trained architecture (MobileNet) which gives accuracy of 97.76 on validation set and 97.95% on test set.

#GRAPH

Convolutional Network vs Pre-trained Architecture (MobileNet)

COVNET loss: ------------------------------------------------------------------------------ MobileNet loss:

covnet_loss mobilenet_loss

COVNET accuracy --------------------------------------------------------------------------- MobileNet accuracy covnet_acc mobilenet_acc

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...