Giter Club home page Giter Club logo

cnn-classification-and-network-fooling's Introduction

CNN-Classification-and-network-fooling

This model classifies MNIST fashion data with 95% accuracy on test data

Configuration and training details:

  1. Learning Rate: 0.0001
  2. Initializer: He
  3. Number of epochs:20
  4. Batch Size:100
  5. Batch Normalization: Yes
  6. Optimizer: Adam
  7. Architecture : CONV1: Convolutional layer with 1 input channel and filter size (64 x 3 x 3 x 3) with Padding 1 and strides 1

POOL1 2 x 2 max-pooling layer with strides 1

CONV2: Convolutional layer with 64 outputs, 128 outputs (filter size 128 x 64 x 3 x 3)

POOL2 2 x 2 max-pooling layer with strides 1

CONV3: Convolutional layer with 128 inputs, 256 outputs with strides 1

CONV4: Convolutional layer with 256 inputs, 256 outputs with strides 1

POOL3: 2 x 2 max-pooling layer with strides 1

FC1: Fully connected layer with 256 inputs, 1024 outputs

FC2: Fully connected layer with 1024 inputs, 1024 outputs

SOFTMAX: Softmax layer for classification: 1024 inputs, 10 outputs

  1. RELU nonlinearities have been used in all convolutional layers except last layer

plot

Network fooling is also performed on the same dataset by randomly changing some pixels in the image such that the class is changed

network_fooling

cnn-classification-and-network-fooling's People

Contributors

monika58 avatar

Watchers

 avatar  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.