Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 686 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 686 Bytes

Object-Detector

Design a CNN model that predict the object in the image using CIFAR-10 dataset

Architectur

create 4 layers with padding tha, and relu as activation function after each 2 layer there is a max pool layer, than two fully connected layers with relu and softmax activation functions.


The accuracy of last epoch was good
Accuracy reached train is 0.7891000000190734
Accuracy reached Val is 0.7971


Confusing Matrix