Code Monkey home page Code Monkey logo

keras_fine-tuning_samples's Introduction

Keras_fine-tuning_samples

Kerasの事前学習した重みを利用した予測・特徴量抽出・fine-tuningのサンプル

from https://keras.io/ja/applications/#xception

モデルをインスタンス化すると重みは自動的にダウンロードされます.重みは~/.keras/models/に格納されます.

利用可能なモデル ImageNetで学習した重みをもつ画像分類のモデル:

Xception
VGG16
VGG19
ResNet50
InceptionV3
InceptionResNetV2
MobileNet
DenseNet
NASNet
MobileNetV2

これら全てのアーキテクチャは全てのバックエンド(TensorFlowやTheano,CNTK)と互換性があり,モデルはインスタンス化する時はKerasの設定ファイル~/.keras/keras.jsonに従って画像のデータフォーマットが設定されます.

例えば,image_dim_ordering=channels_lastとした際は,このリポジトリからロードされるモデルは,TensorFlowの次元の順序"Height-Width-Depth"にしたがって構築されます.

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.