Giter Site home page Giter Site logo

kurnianggoro / keras-inceptionv4 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kentsommer/keras-inceptionv4

0.0 2.0 0.0 1.66 MB

Keras Implementation of Google's Inception-V4 Architecture (includes Keras compatible pre-trained weights)

Python 100.00%

keras-inceptionv4's Introduction

Keras Inception-V4

Keras implementation of Google's inception v4 model with ported weights!

As described in: Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning (Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, Alex Alemi)

Note this Keras implementation tries to follow the tf.slim definition as closely as possible.

Pre-Trained weights for this Keras model can be found here (ported from the tf.slim ckpt): https://github.com/kentsommer/keras-inceptionV4/releases

You can evaluate a sample image by performing the following (weights are downloaded automatically):

  • $ python evaluate_image.py
Loaded Model Weights!
Class is: African elephant, Loxodonta africana
Certainty is: 0.868498

News

3/30/2017:

  1. I have released a Keras-2 compatible version of this network on the keras-2 branch. Note that this only supports the TensorFlow backend.

  2. Included in the keras-2 branch is the ability to specify whether to include the top layers or not.

  3. Once some issues with automatic weight conversion between backends is fixed in Keras 2, the keras-2 branch will be merged into master and should, at that point, support both Theano and TensorFlow.

Performance Metrics (@Top5, @Top1)

Error rate on non-blacklisted subset of ILSVRC2012 Validation Dataset (Single Crop):

  • Top@1 Error: 19.54%
  • Top@5 Error: 4.88%

These error rates are actually slightly lower than the listed error rates in the paper:

  • Top@1 Error: 20.0%
  • Top@5 Error: 5.0%

keras-inceptionv4's People

Watchers

James Cloos 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.