Skip to content

amangoeliitb/Convolutional-Neural-Network-for-Car-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Convolutional Neural Network for Car Recognition

The code contains a basic car recognizer using keras library.

We have implemented a simple convolutional neural network that achieves over 95% accuracy

In the architecture of the Conv net, we have a following layers:

  • Conv layer
  • ReLU activation
  • Pool layer
  • Conv layer
  • ReLU activation
  • Pool layer
  • Fully connected layer
  • Softmax layer

Setup:

  • Install sklearn using sudo pip install sklearn
  • Install keras using sudo pip install keras
  • Install skimage using sudo pip install scikit-image

Execute:

python kerasCNN.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages