Giter VIP home page Giter VIP logo

self-contained-nn's Introduction

Self-Contained-NN

Python Files

Training logs and accuracy reports are attached in the tail of the files.

4-Layers Convolution Networks

  • 01_cifar10_conv.py: Train and save a conv network with 4 conv layers, which will be used as a feature extractor. The final accuracy is about 88.70% for 200 epochs.

  • 01_cifar10_conv_base.py: Define a new model with the same conv layers as 01_cifar10_conv.py, but with new FC layers. The conv layers are fixed and not updated when training, for 50 epochs, the result is about 87.44%.

VGG-11 with 8 Conv Layers

  • 02_cifar10_vgg11.py: The same as 01_cifar10_conv.py, but using VGG11's conv layers, which have 8 conv layers. When trained 300 epochs, the accuracy is about 90.79%ใ€‚

  • 02_cifar10_vgg11_base.py: The same as 01_cifar10_conv_base.py, but using the above 8-layer conv networks as a feature extractor. The accuracy is 90.73%.

VGG-16 with 13 Conv Layers

  • 03_cifar10_vgg16.py: The same as 02_cifar10_vgg11.py, but using VGG-16, which has 13 convolution layers. The accuracy is 92.41%.

  • 03_cifar10_vgg16_base.py: The same as 02_cifar10_vgg11_base.py, but using VGG-16's conv layers as a feature extractor. The accuracy is also 92.41%%.

To Do

  • Fixed the Conv Layers as feature extractor.
  • Finetune the Conv Layers (VGG16 should be about 92%).
  • Add self-contained connections.
  • Test some update rules of self-contained layer.

Reference

self-contained-nn's People

Contributors

hlthu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

self-contained-nn's Issues

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.