Code Monkey home page Code Monkey logo

densenet's Introduction

DenseNet implement using TF 2.0

What is DenseNet?

Prunus

It is very simple, and powerful cnn architecture.

This papers main idea is this - Don't discard previous feature!

Traditional CNN extract image feature from CNN layers, but it doens't use the CNN layer's features for classification.
In contrast, After Resnet, many CNN Architecture using skip connection(Resnet) and elementwise sum(Googlenet).

This paper is one of them, but the difference of this architecture doesn't excecute any Calculation,
just concatenate the previous layer to next layer

If you want more information,
you should check here (https://arxiv.org/abs/1608.06993)

How to excecute?

You need Tensorlofw 2.x and numpy

You can install Tensorflow and numpy below code

pip install tensorflow

If you want to use gpu,

pip install tensorflow-gpu

And you also need numpy

pip install numpy

And you clone this repository.

git clone https://github.com/yw0nam/DenseNet

Finally run train.py

cd DenseNet
python train.py

That's all!
If you want some insight of this implementation, please look the model.ipynb

densenet's People

Contributors

yw0nam avatar

Watchers

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