GithubHelp home page GithubHelp logo

grseb9s / image_classifier_using_keras Goto Github PK

View Code? Open in Web Editor NEW

This project forked from barath19/image_classifier_using_keras

0.0 1.0 0.0 36.86 MB

Image Classification using Convolutional Neural Nets and Keras. This classifier uses LeNet-5, a pioneering 7-level convolutional network by LeCun et al in 1998 that classifies digits.

Python 100.00%

image_classifier_using_keras's Introduction

Image_classifier_using_Keras

Image Classification using Convolutional Neural Nets and Keras. This classifier uses LeNet-5, a pioneering 7-level convolutional network by LeCun et al in 1998 that classifies digits.

Requirements: Python 3.5 ,Keras 2.0.2 , Tensorflow 1.2.1 , OpenCV 3.3, numpy 1.11.0

How to:

Train your own model:

 $ python train_network.py --dataset images --model Bharath_Kumar.model   

Test your own model:

 python test_network.py --model Bharath_Kumar.model --image images/examples/bk19.jpg    

Add Your own Dataset:

 Add your training images in  images/<Your Label>/

Contents /Scripts of Barath Classifier :):

-train_network.py :

    To train the  model.    

-test_network.py:

    To train the  model.    

-Bharath_Kumar.model :

    Model generated during thhe training.    

- data.zip :

    Contains Images for Training. Use your owm data set here.    

-BK_lenet.zip :

    LeNet Architecture.      

About The Model:

alt tag

Trained using Backpropogation algorithm with stochastic gradint descent. This is a Binary Classifier.

Accuracies after 25 epochs:

For classification based model:

-Train acc: 96.4665%    
-Test acc : 88.5039%       

image_classifier_using_keras's People

Contributors

barath19 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.