Code Monkey home page Code Monkey logo

kochlisgit / tensorflow-mnist-state-of-the-art Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 33.72 MB

Building High Performance Convolutional Neural Networks with TensorFlow

Python 0.01% Jupyter Notebook 99.99%
deep-learning tensorflow supervised-learning mnist-classification keras lenet umap hdbscan outlier-detection outlier-removal python state-of-the-art tensorflow-tutorials data-visualization dimensionality-reduction convolutional-neural-networks label-smoothing adam-optimizer knn-classification sklearnex

tensorflow-mnist-state-of-the-art's Introduction

Tensorflow-MNIST CNN

Building High Performance Convolutional Neural Networks with TensorFlow

Model Description

This model is an improvement of the original LeNet-5 model. Features:

Model Architecture

cnn visualization

Depth Layer (Type) Output Shape Param #
1 RandomRotation (None, 28, 28, 1) 0
1 Conv2D(32, 3, 1) (None, 26, 26, 1) 288
1 BatchNormalization (None, 26, 26, 1) 128
2 Conv2D(32, 3, 1) (None, 24, 24, 1) 9216
2 BatchNormalization (None, 24, 24, 1) 128
3 Conv2D(32, 5, 2) (None, 12, 12, 1) 25632
3 BatchNormalization (None, 12, 12, 1) 0
4 Conv2D(64, 3, 1) (None, 10, 10, 64)) 18432
4 BatchNormalization (None, 10, 10, 64) 256
5 Conv2D(64, 3, 1) (None, 8, 8, 64) 36864
5 BatchNormalization (None, 8, 8, 64) 256
6 Conv2D(64, 5, 2) (None, 4, 4, 64) 102464
6 BatchNormalization (None, 4, 4, 64) 0
7 Conv2D(128, 3, 1) (None, 2, 2, 128) 204928
7 Flatten (None, 512) 204928
8 Dense(10) (None, 10) 5130

Additional Algorithms:

  1. UMAP - KNN
  2. Ensemble (CNN + UMAP - KNN)

Results

Algorithm Accuracy
UMAP + KNN 0.9595
CNN (Yogi) 0.9956
CNN (AdaBelief) + LookAhead 0.9963
Ensemble (CNN + UMAP -KNN) 0.9596

tensorflow-mnist-state-of-the-art's People

Contributors

kochlisgit avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ssingulu

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.